是的,我正在使用Android上的CheckBox。我为它应用了背景颜色,除了Galaxy S3之外,它在所有设备上都能正常工作。当我添加背景颜色时,它会从屏幕上消失。
<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dip"
android:background="@android:color/white"/>
多数民众赞成,但它隐藏在S3上。知道为什么吗?
似乎API11和API16之间正在发生。低于或高于此值的任何事情都很好