We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a771e commit a021663Copy full SHA for a021663
1 file changed
app/src/main/res/layout/signed_in_layout.xml
@@ -5,9 +5,10 @@
5
xmlns:tools="http://schemas.android.com/tools"
6
android:layout_width="match_parent"
7
android:layout_height="match_parent"
8
- android:paddingTop="16dp"
+ android:paddingTop="32dp"
9
android:paddingBottom="16dp"
10
android:clipToPadding="false"
11
+ android:fitsSystemWindows="true"
12
tools:context=".auth.SignedInActivity">
13
14
<LinearLayout
@@ -155,4 +156,4 @@
155
156
157
</LinearLayout>
158
-</ScrollView>
159
+</ScrollView>
0 commit comments