mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-22 16:35:24 +01:00
Fix: Adjust layout padding to respect display cutouts
This commit is contained in:
parent
501e5b37fc
commit
6044b0d93b
8 changed files with 176 additions and 84 deletions
|
@ -3,7 +3,8 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/black">
|
||||
android:background="@color/black"
|
||||
android:fitsSystemWindows="true">
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue