From 7692e1db1021460ec777928bdf418432cac9e7cb Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 26 Jul 2022 00:16:44 +0200 Subject: prepare viewBinding --- app/src/main/res/layout/f_gateway_selection.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout/f_gateway_selection.xml') 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" + >