对TextView ImageView 设置了drawable selector 发现不管用问题:
原因是需要设置如下属性
android:clickable="true" //能点击
android:focusable="true" //能选中
本文将探讨为何在TextView和ImageView上设置drawableselector不起作用,并提供解决方案。重点在于理解drawableselector的作用机制以及如何正确配置以实现预期效果。
对TextView ImageView 设置了drawable selector 发现不管用问题:
原因是需要设置如下属性
android:clickable="true" //能点击
android:focusable="true" //能选中