diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/v_simple_checkbox.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/v_simple_checkbox.xml b/app/src/main/res/layout/v_simple_checkbox.xml index 57f6f816..8bae20b9 100644 --- a/app/src/main/res/layout/v_simple_checkbox.xml +++ b/app/src/main/res/layout/v_simple_checkbox.xml @@ -26,6 +26,7 @@ app:srcCompat="@drawable/check_bold" android:tint="@color/colorSuccess" android:layout_centerInParent="true" + android:visibility="invisible" /> |