CheckBox不在黑色背景上显示选择器?

时间:2015-03-10 12:52:08

标签: android

我尝试添加一个CheckBox,问题是LinearLayout的背景是黑色的,CheckBox的选择器没有显示要检查。复选框在图片中为Brinde and Entrega Futura

我怎么解决?

enter image description here

<CheckBox
                    android:id="@+id/cbEntregaFutura"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:focusable="false"
                    android:focusableInTouchMode="false"
                    android:text="Entrega Futura"
                    android:textColor="#FFF"
                    android:layout_weight="1"
                    />

0 个答案:

没有答案