summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_eip.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/f_eip.xml
parent2382b154db69a186e5fcf6600e5c4dceb11fb031 (diff)
prepare viewBinding
Diffstat (limited to 'app/src/main/res/layout/f_eip.xml')
-rw-r--r--app/src/main/res/layout/f_eip.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_eip.xml b/app/src/main/res/layout/f_eip.xml
index fa2d4ded..9a823b65 100644
--- a/app/src/main/res/layout/f_eip.xml
+++ b/app/src/main/res/layout/f_eip.xml
@@ -8,7 +8,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/eipServiceFragment">
+ android:id="@+id/eipServiceFragment"
+ tools:viewBindingIgnore="true"
+ >
<androidx.constraintlayout.widget.Guideline
android:id="@+id/guideline_horizontal_top"