私は背景色のボタンを作成しますが、それをクリックすると何も表示されません。
ユーザーがボタンを知る必要があるため、クリックした後にボタンに異なる色を表示する必要があります
をクリックします。
これを行う方法がわかりません。
私に提案してください。
ここに私のボタンコードです。 RES /描画可能/ button_bg.xmlに保存クリック後にボタンの色を変更する方法は?
<Button android:textSize="15px"
android:id="@+id/button9"
android:gravity="center|bottom"
android:textColor="@color/myWhiteColor"
android:drawableTop="@drawable/math"
android:text="@string/HomePage_Math"
android:background="@color/myMaroonColor"
android:layout_width="54dp"
android:layout_height="wrap_content" ></Button>
使用セレクタhttp://developer.android.com/guide/topi cs/resources/color-list-resource.html –
http://developer.android.com/reference/android/content/res/ColorStateList.html –