在发布之前,我用Google搜索了很多内容,但没有找到任何内容。 我的问题是我的活动xml文件中有一个textview,上面有可绘制的左侧图标,见下文 -
<TextView
android:id="@+id/edit_profile_tv"
style="@style/style_large_text.black"
android:drawableLeft="@drawable/ic_edit"
android:drawableRight="@drawable/ic_next"
android:text="@string/profile_setting" />
现在,我想在单击textview时更改textview的drawable left和drawable right图标。
我使用了选择器在任何视图上应用悬停效果,但没有任何方法可以在悬停效果上更改可绘制的左右图标。
任何帮助非常感谢。提前谢谢。