summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/d_checkbox_confirm.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-07-26 00:16:44 +0200
committercyBerta <cyberta@riseup.net>2022-07-26 01:30:16 +0200
commit7692e1db1021460ec777928bdf418432cac9e7cb (patch)
tree350bd0390d32a3758bfda268c5c2957655e0191c /app/src/main/res/layout/d_checkbox_confirm.xml
parent2382b154db69a186e5fcf6600e5c4dceb11fb031 (diff)
prepare viewBinding
Diffstat (limited to 'app/src/main/res/layout/d_checkbox_confirm.xml')
-rw-r--r--app/src/main/res/layout/d_checkbox_confirm.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/d_checkbox_confirm.xml b/app/src/main/res/layout/d_checkbox_confirm.xml
index f8aace6e..d8811226 100644
--- a/app/src/main/res/layout/d_checkbox_confirm.xml
+++ b/app/src/main/res/layout/d_checkbox_confirm.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:viewBindingIgnore="true">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"