aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-11-22 07:23:38 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-11-22 07:23:38 +0000
commit3414a86ae4139c9ec6c17e894297b03ee341a25f (patch)
tree9f6cec2d562e7fd07bda374a21670f8a8740d86e /app/src/main/res/values/styles.xml
parent8bd1e60a0a87f036e15244286cea79ed1ac2e0a2 (diff)
downloadinfinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.gz
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.bz2
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.lz
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.xz
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.tar.zst
infinity-for-reddit-3414a86ae4139c9ec6c17e894297b03ee341a25f.zip
Change theme back to Theme.MaterialComponents.
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 7f980bc4..9aaa5bbf 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,8 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
- <style name="AppTheme" parent="Theme.AppCompat.DayNight">
- <!-- Customize your theme here. -->
+ <style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
<item name="colorPrimary">?attr/colorPrimary</item>
<item name="colorPrimaryDark">?attr/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>