diff --git a/kotlin/android/app/src/main/res/layout/activity_auth.xml b/kotlin/android/app/src/main/res/layout/activity_auth.xml index 1927b3820..274dc6315 100644 --- a/kotlin/android/app/src/main/res/layout/activity_auth.xml +++ b/kotlin/android/app/src/main/res/layout/activity_auth.xml @@ -5,8 +5,9 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + tools:context=".features.auth.ui.AuthActivity" android:padding="@dimen/spacing_medium" - tools:context=".features.auth.ui.AuthActivity"> + android:fitsSystemWindows="true"> + tools:context=".features.customuri.ui.CustomUriHandlerActivity" + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + tools:context=".core.presentation.MainActivity" + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> @@ -90,6 +92,7 @@ style="?attr/materialButtonOutlinedStyle" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginStart="@dimen/spacing_medium" android:layout_marginEnd="8dp" android:text="@string/settings" app:layout_constraintBottom_toBottomOf="parent" @@ -101,6 +104,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="8dp" + android:layout_marginEnd="@dimen/spacing_medium" android:text="@string/sign_out" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -111,6 +115,7 @@ android:layout_width="200dp" android:layout_height="20dp" android:layout_marginTop="26dp" + android:layout_marginRight="@dimen/spacing_medium" android:textAlignment="textEnd" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" diff --git a/kotlin/android/app/src/main/res/layout/activity_settings.xml b/kotlin/android/app/src/main/res/layout/activity_settings.xml index 93d302147..4ec49a71f 100644 --- a/kotlin/android/app/src/main/res/layout/activity_settings.xml +++ b/kotlin/android/app/src/main/res/layout/activity_settings.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:padding="@dimen/spacing_4x"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + tools:context=".features.permission.vpn.ui.VpnPermissionActivity" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> + android:padding="@dimen/spacing_medium" + android:fitsSystemWindows="true"> {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} + + Fixes a bug where UI controls could overlap with system controls on + some devices. + Fixes a bug that prevented certain Resource fields from being updated when they were updated in the admin portal.