We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b7449 commit 9f47546Copy full SHA for 9f47546
app/src/main/res/layout/activity_add_edit_fruit.xml
@@ -4,6 +4,7 @@
4
xmlns:tools="http://schemas.android.com/tools"
5
android:layout_width="match_parent"
6
android:layout_height="match_parent"
7
+ android:fitsSystemWindows="true"
8
android:orientation="vertical"
9
android:padding="16dp"
10
tools:context="de.raphaelebner.roomdatabasebackup.sample.ActivityAddEditFruit">
app/src/main/res/layout/activity_main.xml
@@ -5,6 +5,7 @@
android:id="@+id/cl_main"
android:paddingBottom="16dp"
tools:ignore="HardcodedText"
11
tools:context=".MainActivity">
0 commit comments