Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2019-11-01 16:05:33 +0300
committerDavid Luhmer <david-dev@live.de>2019-11-01 16:05:33 +0300
commit683f3370b6d7ca2141711a0598dfb914a2d51c0a (patch)
tree83457bdbc47555e9390839089076eb728645df9a /News-Android-App/src/main/res/layout
parentee3f50d543495bcd5d33960c1d3db485628ad333 (diff)
adjust status bar color based on selected theme
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/activity_news_detail.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/layout/activity_news_detail.xml b/News-Android-App/src/main/res/layout/activity_news_detail.xml
index acfbe15f..75688d2f 100644
--- a/News-Android-App/src/main/res/layout/activity_news_detail.xml
+++ b/News-Android-App/src/main/res/layout/activity_news_detail.xml
@@ -61,7 +61,9 @@
android:id="@+id/bottomAppBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="bottom">
+ android:layout_gravity="bottom"
+ android:theme="@style/ToolbarTheme"
+ app:popupTheme="@style/ToolbarOptionMenuBackgroundTheme">
</com.google.android.material.bottomappbar.BottomAppBar>