diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:59:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:59:22 +0300 |
| commit | a354d2a348099be7e3cacc0441dd5c19944cd7a6 (patch) | |
| tree | f52c5c84ffd6f03063e9fcd781c16ef734c0dcfc /org.fox.ttrss/src/main/res/layout/drawer_header.xml | |
| parent | 328df3c29bba93c2198f9905c23ea21f149b3291 (diff) | |
add m3 edge-to-edge
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/drawer_header.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/drawer_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/drawer_header.xml b/org.fox.ttrss/src/main/res/layout/drawer_header.xml index f4954259..3540c094 100755 --- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml +++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml @@ -1,7 +1,7 @@ <?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="72dp" + android:layout_height="96dp" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" |