From 852a8a00273c9128efeed0217a8e5d3fcd8bf780 Mon Sep 17 00:00:00 2001 From: Lena Date: Sat, 1 Aug 2026 00:00:00 +0000 Subject: app: harden mirroring lifecycle and state --- app/src/main/res/layout/main.xml | 264 +++++++++++++++++++++------------------ 1 file changed, 140 insertions(+), 124 deletions(-) (limited to 'app/src/main/res/layout/main.xml') diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml index 0b1273b..15b1c90 100644 --- a/app/src/main/res/layout/main.xml +++ b/app/src/main/res/layout/main.xml @@ -1,161 +1,177 @@ - - - + android:orientation="vertical"> - - - + - - - - - - - + android:orientation="horizontal" + android:gravity="center_vertical" + android:layout_marginBottom="@dimen/space_lg"> - + - + + + - + - + + android:layout_height="wrap_content"> - + - + - + - + + android:layout_marginTop="@dimen/space_xs" + android:hint="@string/address_hint" + android:inputType="textUri" + android:importantForAutofill="no"/> + + - + android:text="@string/sub_pairing"/> + + + + + + + + + + + +