Right, i am playing around with CheckBox on Android. I applied background colour for it which works fine on all devices apart from Galaxy S3. It simply disappears from the screen when i add background colour.
<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dip"
android:background="@android:color/white"/>
Thats all i have, but its hiding it on S3. Any idea why?
It seems to be happening between API11 and API16. Anything below or above is fine