diff options
Diffstat (limited to 'app/src/main/res/layout/main.xml')
| -rw-r--r-- | app/src/main/res/layout/main.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml index acd4a3c..2e722b0 100644 --- a/app/src/main/res/layout/main.xml +++ b/app/src/main/res/layout/main.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- Root padding is the base; Ui.padForInsets() adds the system bar and + IME insets to it at runtime (the window is edge-to-edge). --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/root" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" |