diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-01-04 08:02:11 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-01-04 08:02:11 +0000 |
commit | 9d729579bf7ea9e179774766c02ddae105d4ccd7 (patch) | |
tree | 0c48a8bf14df07c1f37e1926bdf4b0a77f4fa106 /app/src/main/res/values/styles.xml | |
parent | 49d25314d561e8f01b4d3c5dad5fdf95babad287 (diff) | |
download | infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.tar infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.tar.gz infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.tar.bz2 infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.tar.lz infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.tar.xz infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.tar.zst infinity-for-reddit-9d729579bf7ea9e179774766c02ddae105d4ccd7.zip |
Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 38b86b13..1ea7c276 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,11 +1,13 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <style name="AppTheme" parent="Theme.MaterialComponents.Light"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> + <item name="android:navigationBarColor">@android:color/black</item> + <item name="android:textColorPrimary">@android:color/white</item> </style> <style name="AppTheme.NoActionBar"> |