我尝试添加一个CheckBox,问题是LinearLayout的背景是黑色的,CheckBox的选择器没有显示要检查。复选框在图片中为Brinde and Entrega Futura
。
我怎么解决?
<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"
/>