0
私は単純なチェックボックスを置いてアプリケーションを実行し、それをクリックするとチェックマークが表示されなくなります。私はそれがあると、ここで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" />
xml全体を投稿できますか –