当我把简单的复选框运行应用程序并点击它时,它完全消失,不显示复选标记。我没有更改活动.java
文件的位置,这里是XML
<CheckBox
android:id="@+id/checkBox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:focusable="false"
android:checked="false"
android:layout_below="@+id/etConfirmPassword"
android:layout_alignStart="@+id/etConfirmPassword" />
答案 0 :(得分:0)
也许检查主题?也许它不是可见性而是颜色与背景相同。