7
セレクタ付きCSSのように、ホバー上のTextViewのテキストの色を変更するにはどうすればいいですか?ボタンはアイテムcssのようにホバー上のTextViewでテキストの色を変更するには?
<item
android:drawable="@drawable/down"
android:state_pressed="true"
android:state_enabled="true">
</item>
<item
android:drawable="@drawable/up"
android:state_focused="true"
android:state_enabled="true">
</item>
でセレクタを定義するために私が知っているが、私はTextViewのの、textColorのために必要がありますが、項目はその属性を認識しません。コードからではなくXMLからこれを行う方法はありますか ?
これはあなたを助けることがあります。http://stackoverflow.com/questions/5371719/change- clickable-textviews-color-on-focus-and-click –