1
xmlではなくJavaを使用して次の操作を行うにはどうすればよいですか?Android - ボタンをプログラムで押したときにボタンの背景イメージを変更するにはどうすればよいですか?
ここで回答<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/title_search_alt"/>
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/title_search_alt"/>
</selector>
を編集機能があります... –