iam using two buttons one is for select another is not selected if i click on select img the username have to be display after logout
android
<ImageView
android:id="@+id/log_img"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:src="@drawable/tickmark"
android:layout_marginRight="@dimen/remember_margin_right"
android:layout_marginBottom="@dimen/margin_bottom_remember"/>
<ImageView
android:id="@+id/log_img_unselect"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/text_remember"
android:src="@drawable/unselect"
android:layout_marginRight="@dimen/remember_margin_right"
android:layout_marginBottom="@dimen/margin_bottom_remember"/>