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/fragment_article.xml | |
| parent | 328df3c29bba93c2198f9905c23ea21f149b3291 (diff) | |
add m3 edge-to-edge
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 2 |
1 files changed, 1 insertions, 1 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 e8fe04aa..0b1f1f0e 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -3,6 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/article_fragment" android:layout_width="fill_parent" + android:background="?colorSurfaceContainer" android:layout_height="match_parent"> <FrameLayout @@ -16,7 +17,6 @@ android:layout_height="wrap_content"> <com.google.android.material.appbar.AppBarLayout - android:backgroundTint="?colorSurfaceContainerLow" android:layout_width="match_parent" android:layout_height="match_parent"> |