setOnClickListener on imageview needs to click two times in order to work
问题 I have ImageView in my activity with the following properties i have innitialized the imageview and also set OnClickListener on ImageView , but when i click on Imageview for the first time, onlick event doesnot work but when i click on Imageview for the second time it works <ImageView android:clickable="true" android:focusable="false" android:id="@+id/switchIcon" android:layout_width="50dp" android:layout_height="45dp" android:layout_alignParentRight="true" android:layout_below="@+id/title"