summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feed_item_list_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-08-07 11:25:51 +0200
committerByteHamster <info@bytehamster.com>2022-09-18 19:12:41 +0200
commita524b810603a78afc6503d01e6aeb788ea14401a (patch)
tree9659721a6dbbfe853c50264668c0505891826fc1 /app/src/main/res/layout/feed_item_list_fragment.xml
parente5d2d1b6ef6eec995e2ef7e714653567e349e59e (diff)
downloadAntennaPod-a524b810603a78afc6503d01e6aeb788ea14401a.zip
Expand app below system windows
Diffstat (limited to 'app/src/main/res/layout/feed_item_list_fragment.xml')
-rw-r--r--app/src/main/res/layout/feed_item_list_fragment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/feed_item_list_fragment.xml b/app/src/main/res/layout/feed_item_list_fragment.xml
index 6c950948d..043929e32 100644
--- a/app/src/main/res/layout/feed_item_list_fragment.xml
+++ b/app/src/main/res/layout/feed_item_list_fragment.xml
@@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:fitsSystemWindows="true">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBar"