diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-12 18:29:02 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-12 18:29:02 +0300 |
| commit | d367cf7a30e3d535820779f6a044c102733de8a9 (patch) | |
| tree | 6a9387753c2a425cf9d3106145a76e0a51f37bd2 /org.fox.ttrss | |
| parent | 7636adf677b045c69615b041bedfafb4251ea99e (diff) | |
set bottombar height to actionbar height
Diffstat (limited to 'org.fox.ttrss')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_detail.xml | 2 | ||||
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout/layout_detail_phone.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_detail.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_detail.xml index 3078f77e..59c1b086 100644 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_detail.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_detail.xml @@ -61,7 +61,7 @@ android:id="@+id/detail_bottom_appbar" app:backgroundTint="?colorSurfaceContainerHigh" android:layout_width="match_parent" - android:layout_height="64dp" + android:layout_height="?actionBarSize" android:layout_gravity="bottom" app:menu="@menu/bottombar_detail" /> diff --git a/org.fox.ttrss/src/main/res/layout/layout_detail_phone.xml b/org.fox.ttrss/src/main/res/layout/layout_detail_phone.xml index 420b6f3a..55a6ba77 100644 --- a/org.fox.ttrss/src/main/res/layout/layout_detail_phone.xml +++ b/org.fox.ttrss/src/main/res/layout/layout_detail_phone.xml @@ -30,7 +30,7 @@ android:id="@+id/detail_bottom_appbar" app:backgroundTint="?colorSurfaceContainerHigh" android:layout_width="match_parent" - android:layout_height="64dp" + android:layout_height="?actionBarSize" android:layout_gravity="bottom" app:menu="@menu/bottombar_detail" /> |