aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/toolbar.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-06 20:17:31 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-06 20:17:31 +0300
commit460b05e56b6c8e6c26517c9d6d5262c24a28ce29 (patch)
treec20f56aa766da4917b36613495024c64b8205afc /org.fox.ttrss/src/main/res/layout/toolbar.xml
parent689e12ed697ea810ecb7c93fc367f7608cc5478b (diff)
drop most legacy custom colors for now
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/toolbar.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/toolbar.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/toolbar.xml b/org.fox.ttrss/src/main/res/layout/toolbar.xml
index 94aa1eec..2ad2bec7 100755
--- a/org.fox.ttrss/src/main/res/layout/toolbar.xml
+++ b/org.fox.ttrss/src/main/res/layout/toolbar.xml
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<androidx.appcompat.widget.Toolbar
+<com.google.android.material.appbar.MaterialToolbar
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"
- android:theme="@style/ThemeOverlay.Material3.Dark.ActionBar"
- app:popupTheme="@style/ThemeOverlay.Material3.Light"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:minHeight="?attr/actionBarSize"
- android:background="?attr/colorPrimary" /> \ No newline at end of file
+ android:minHeight="?attr/actionBarSize"/>