aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/toolbar.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-07 18:59:22 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-07 18:59:22 +0300
commita354d2a348099be7e3cacc0441dd5c19944cd7a6 (patch)
treef52c5c84ffd6f03063e9fcd781c16ef734c0dcfc /org.fox.ttrss/src/main/res/layout/toolbar.xml
parent328df3c29bba93c2198f9905c23ea21f149b3291 (diff)
add m3 edge-to-edge
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/toolbar.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/toolbar.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/toolbar.xml b/org.fox.ttrss/src/main/res/layout/toolbar.xml
index c256e587..989292b2 100755
--- a/org.fox.ttrss/src/main/res/layout/toolbar.xml
+++ b/org.fox.ttrss/src/main/res/layout/toolbar.xml
@@ -3,10 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
- android:elevation="4dp"
app:layout_scrollFlags="scroll|enterAlways"
app:titleTextAppearance="?attr/textAppearanceTitleMedium"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:background="?colorSurfaceContainerLow"
android:minHeight="?attr/actionBarSize"/>