From 653eff403c7e8dce71ad8c8192e97d974e8ea2c7 Mon Sep 17 00:00:00 2001 From: Nicholas Tinsley Date: Mon, 17 Jul 2023 11:39:42 -0400 Subject: [PATCH] Prevent overlap of backup icon on small screens. Fixes #13064. --- .../fragment_registration_choose_backup.xml | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/fragment_registration_choose_backup.xml b/app/src/main/res/layout/fragment_registration_choose_backup.xml index fecf468a3d..40bc0670b9 100644 --- a/app/src/main/res/layout/fragment_registration_choose_backup.xml +++ b/app/src/main/res/layout/fragment_registration_choose_backup.xml @@ -1,10 +1,10 @@ + android:layout_height="match_parent" + tools:viewBindingIgnore="true"> + app:tint="@color/signal_colorPrimary" /> + app:layout_constraintStart_toStartOf="parent" + app:materialThemeOverlay="@style/ThemeOverlay.Signal.CircularProgressIndicator.Primary" /> \ No newline at end of file