diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 1 | ||||
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/toolbar.xml | 1 |
2 files changed, 2 insertions, 0 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 8bc80d28..db407a22 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -18,6 +18,7 @@ <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"> diff --git a/org.fox.ttrss/src/main/res/layout/toolbar.xml b/org.fox.ttrss/src/main/res/layout/toolbar.xml index 2937cde6..c256e587 100755 --- a/org.fox.ttrss/src/main/res/layout/toolbar.xml +++ b/org.fox.ttrss/src/main/res/layout/toolbar.xml @@ -8,4 +8,5 @@ app:titleTextAppearance="?attr/textAppearanceTitleMedium" android:layout_height="wrap_content" android:layout_width="match_parent" + android:background="?colorSurfaceContainerLow" android:minHeight="?attr/actionBarSize"/> |