summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_main_btn.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/v_main_btn.xml
parent2382b154db69a186e5fcf6600e5c4dceb11fb031 (diff)
prepare viewBinding
Diffstat (limited to 'app/src/main/res/layout/v_main_btn.xml')
-rw-r--r--app/src/main/res/layout/v_main_btn.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/v_main_btn.xml b/app/src/main/res/layout/v_main_btn.xml
index c561e4cd..3ab62e5a 100644
--- a/app/src/main/res/layout/v_main_btn.xml
+++ b/app/src/main/res/layout/v_main_btn.xml
@@ -4,7 +4,9 @@
android:layout_height="wrap_content"
android:id="@+id/vpn_btn_container"
xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools">
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:viewBindingIgnore="true"
+ >
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/vpn_btn_glow"