From 3a0ae2e47539cf253cc583ac227291f671e77f32 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:47:51 -0600 Subject: [PATCH] Add padding top --- app/src/main/res/layout/activity_account_select.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/activity_account_select.xml b/app/src/main/res/layout/activity_account_select.xml index 09063470..192ff984 100644 --- a/app/src/main/res/layout/activity_account_select.xml +++ b/app/src/main/res/layout/activity_account_select.xml @@ -6,6 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:paddingTop="36dp" android:gravity="center">