diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-23 15:43:08 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-23 15:43:08 +0100 |
commit | b77d6364c0975230e9e0a5acdc59cd4782c91538 (patch) | |
tree | 24ea16ff696e720262efd79f131f80e211d123aa | |
parent | 638b2c53f00f552693cc8f425eaa862343e6cf20 (diff) |
default SimpleCheckBox to unchecked
-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" /> |