drawableRight of EditText
问题 Below is my layout: <EditText android:id="@+id/account_et" android:layout_width="match_parent" android:layout_height="fill_parent" android:layout_weight="1" android:drawableRight="@drawable/icon_backall" android:ems="10" android:hint="@string/str_md_email" android:inputType="textEmailAddress" android:padding="10dp" > </EditText> I want to show the drawableRight when EditText be focused. And hide while without focus. Another one is that I want to set OnClickListener of drawableRight. How can I