以下のように、Android api-11でチェックボックスを使用しています
<CheckBox
android:id="@+id/notifs"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="5dp"
android:text="Enabled"
android:textColor="#ffdc143c"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center"
/>
私が欲しいのは、アプリで透明に見えるように、選択ボックスの背景色を他の色に変更することだけです。
どうすればこれを達成できますか?