Skip to content

Commit a021663

Browse files
committed
more padding
1 parent 01a771e commit a021663

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/signed_in_layout.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
xmlns:tools="http://schemas.android.com/tools"
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
8-
android:paddingTop="16dp"
8+
android:paddingTop="32dp"
99
android:paddingBottom="16dp"
1010
android:clipToPadding="false"
11+
android:fitsSystemWindows="true"
1112
tools:context=".auth.SignedInActivity">
1213

1314
<LinearLayout
@@ -155,4 +156,4 @@
155156

156157
</LinearLayout>
157158

158-
</ScrollView>
159+
</ScrollView>

0 commit comments

Comments
 (0)