how to get a layout on click of imageview?
问题 Hello.. I have a layout in which I have ImageView and EditText view. I want to add a different layout on click of ImageView of arrow. It should look like this after click event of ImageView . How can I get this?? Pleas help... 回答1: For perfect answer please add your xml file and java file source code. Example MainActivity.java public class MainActivity extends Activity { LinearLayout linear1,linear2; ImageView imgArrow; @Override protected void onCreate(Bundle savedInstanceState) { super