0
<CheckBox
android:id="@+id/CheckBox01_district"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="end"
android:padding="10dp"
android:layout_marginRight="6sp"
android:focusable="false" />
我已經寫了這個複選框。它在Kitkat中表現出色,但在棉花糖顯示褪色。複選框顯示褪色棉花糖
改變你的Android:layout_marginRight從SP到DP。檢查[這裏](http://stackoverflow.com/questions/2025282/what-is-the-difference-between-px-dp-dip-and-sp-on-android) –
它不正確的答案 –
它是一個建議不是答案 –