diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-05 09:43:27 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-05 09:43:27 +0000 |
commit | f3f9642a0e200b62f3010b013e6107d039ae8e90 (patch) | |
tree | 16d5b48be71e90b2a063314e0dfb00f65ed75d33 /app/src/main/res/values/attr.xml | |
parent | b101e4c87d78c880fca6971319daddd05470f0db (diff) | |
download | infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.gz infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.bz2 infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.lz infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.xz infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.zst infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.zip |
Add a custom theme table in database.
Diffstat (limited to 'app/src/main/res/values/attr.xml')
-rw-r--r-- | app/src/main/res/values/attr.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml index 5d6dc3c1..9906b99f 100644 --- a/app/src/main/res/values/attr.xml +++ b/app/src/main/res/values/attr.xml @@ -37,7 +37,7 @@ <attr name="backgroundColor" format="color"/> <attr name="roundedBottomSheetPrimaryBackground" format="color"/> <attr name="cardViewBackgroundColor" format="color"/> - <attr name="toolbarPrimaryTextAndIconColor" format="color" /> + <attr name="toolbarPrimaryTextAndIconColor" format="color"/> <attr name="toolbarAndTabBackgroundColor" format="color"/> <attr name="circularProgressBarBackground" format="color"/> <attr name="tabLayoutWithExpandedCollapsingToolbarTabBackground" format="color"/> @@ -49,7 +49,7 @@ <attr name="navBarColor" format="color"/> <attr name="upvoted" format="color"/> <attr name="downvoted" format="color"/> - <attr name="post_type" format="color"/> + <attr name="postType" format="color"/> <attr name="spoilerColor" format="color"/> <attr name="nsfwColor" format="color"/> <attr name="flairColor" format="color"/> |