adden visibility="gone" to checkbox
This commit is contained in:
parent
a1a9d2a2e5
commit
9a22f22a09
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
||||||
android:paddingRight="@dimen/dialog_content_margin"
|
android:paddingRight="@dimen/dialog_content_margin"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:focusableInTouchMode="false" />
|
android:focusableInTouchMode="false"
|
||||||
|
android:visibility="gone"/>
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/check_local_index"
|
android:id="@+id/check_local_index"
|
||||||
|
|
Loading…
Reference in a new issue