summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_gateway_selection.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/f_gateway_selection.xml')
-rw-r--r--app/src/main/res/layout/f_gateway_selection.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_gateway_selection.xml b/app/src/main/res/layout/f_gateway_selection.xml
index 8ab2b1c3..5a614ce9 100644
--- a/app/src/main/res/layout/f_gateway_selection.xml
+++ b/app/src/main/res/layout/f_gateway_selection.xml
@@ -4,7 +4,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/stdpadding"
- tools:context=".base.fragments.GatewaySelectionFragment">
+ tools:context=".base.fragments.GatewaySelectionFragment"
+ tools:viewBindingIgnore="true"
+ >
<LinearLayout
android:id="@+id/current_location_container"