diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 22:03:04 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 22:03:04 +0300 |
| commit | d0dd04ec83050fbab10c5a29d461d9605a1e0e01 (patch) | |
| tree | 9a98e11338831bcb9192867080fab538d0787beb /org.fox.ttrss/src/main/res/layout/activity_detail.xml | |
| parent | fba2f6223ff356cdbdc60f5e1891ebd89b85133b (diff) | |
extract detail layout into separate include
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/activity_detail.xml')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout/activity_detail.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_detail.xml b/org.fox.ttrss/src/main/res/layout/activity_detail.xml index 8f36bbd6..8cb1ba10 100644 --- a/org.fox.ttrss/src/main/res/layout/activity_detail.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_detail.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <FrameLayout -xmlns:android="http://schemas.android.com/apk/res/android" -android:layout_width="match_parent" -android:layout_height="match_parent"> + xmlns:android="http://schemas.android.com/apk/res/android" + android:fitsSystemWindows="true" + android:layout_width="match_parent" + android:layout_height="match_parent"> -<include layout="@layout/activity_detail_phone" /> + <include layout="@layout/layout_detail_phone" /> </FrameLayout>
\ No newline at end of file |