diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-05-07 15:55:49 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-05-07 15:55:49 +0000 |
commit | c8d1a9e37ada68835838440ce7c25b0ee96798b5 (patch) | |
tree | c0c1894dc746149846f42eb1b8f7079b546434c2 /app/src/main/res/values-v28 | |
parent | 297db53aa3038e4486a8fc199425a77476c9cb06 (diff) | |
download | infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.tar infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.tar.gz infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.tar.bz2 infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.tar.lz infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.tar.xz infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.tar.zst infinity-for-reddit-c8d1a9e37ada68835838440ce7c25b0ee96798b5.zip |
Dark theme support.
Diffstat (limited to 'app/src/main/res/values-v28')
-rw-r--r-- | app/src/main/res/values-v28/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-v28/styles.xml b/app/src/main/res/values-v28/styles.xml index 07037335..96398f20 100644 --- a/app/src/main/res/values-v28/styles.xml +++ b/app/src/main/res/values-v28/styles.xml @@ -1,7 +1,7 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.MaterialComponents.Light"> + <style name="AppTheme" parent="Theme.MaterialComponents.DayNight"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> |