aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_article.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-07 18:10:22 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-07 18:10:22 +0300
commitf88aa097dfa381c63812c12c22f67dd3e97206a5 (patch)
tree1baa2839b9d841dc4b989afd65e49a3298a73c25 /org.fox.ttrss/src/main/res/layout/fragment_article.xml
parentdb7ee817acf63360ac0dbf0422f95f7673392440 (diff)
drop all custom/hardcoded color refs, replace with m3 theme alternatives
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_article.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
index ed8f2958..e8fe04aa 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -16,8 +16,6 @@
android:layout_height="wrap_content">
<com.google.android.material.appbar.AppBarLayout
- android:elevation="0dp"
- app:elevation="0dp"
android:backgroundTint="?colorSurfaceContainerLow"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -138,11 +136,9 @@
</LinearLayout>
- <View
- android:layout_gravity="top|center_horizontal"
+ <com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="?articleHeaderSeparator"/>
+ android:layout_height="wrap_content"/>
</com.google.android.material.appbar.AppBarLayout>