diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-02-26 14:40:15 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-02-26 14:40:15 +0000 |
commit | 0f36ad4e1db8789fb012a54b8b6f81dbca49e828 (patch) | |
tree | 2f2664f06e4a685dfd485024553230c54b6e06ba /app/src/main/res/values/attr.xml | |
parent | 64330146790cf3b216f32801f3e19a778bbc18b8 (diff) | |
download | infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.gz infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.bz2 infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.lz infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.xz infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.tar.zst infinity-for-reddit-0f36ad4e1db8789fb012a54b8b6f81dbca49e828.zip |
Prepare to add different themes. Try fixing timeout issue in okhttp3.
Diffstat (limited to 'app/src/main/res/values/attr.xml')
-rw-r--r-- | app/src/main/res/values/attr.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml index 37fc5341..9f35b9be 100644 --- a/app/src/main/res/values/attr.xml +++ b/app/src/main/res/values/attr.xml @@ -30,13 +30,36 @@ <declare-styleable name="Theme"> <attr name="colorPrimary" format="color"/> <attr name="colorPrimaryDark" format="color"/> + <attr name="colorAccent" format="color" /> + <attr name="colorPrimaryLightTheme" format="color" /> <attr name="backgroundColor" format="color"/> <attr name="roundedBottomSheetPrimaryBackground" format="color"/> <attr name="cardViewBackgroundColor" format="color"/> <attr name="toolbarAndTabBackgroundColor" format="color"/> <attr name="circularProgressBarBackground" format="color"/> <attr name="tabLayoutWithExpandedCollapsingToolbarTabBackground" format="color"/> + <attr name="tabLayoutWithExpandedCollapsingToolbarTextColor" format="color" /> + <attr name="tabLayoutWithExpandedCollapsingToolbarTabIndicator" format="color" /> <attr name="tabLayoutWithCollapsedCollapsingToolbarTabBackground" format="color"/> + <attr name="tabLayoutWithCollapsedCollapsingToolbarTextColor" format="color" /> + <attr name="tabLayoutWithCollapsedCollapsingToolbarTabIndicator" format="color" /> <attr name="navBarColor" format="color" /> + <attr name="upvoted" format="color" /> + <attr name="downvoted" format="color" /> + <attr name="post_type" format="color" /> + <attr name="spoilerColor" format="color" /> + <attr name="nsfwColor" format="color" /> + <attr name="flairColor" format="color" /> + <attr name="archivedTint" format="color" /> + <attr name="lockedIconTint" format="color" /> + <attr name="crosspost" format="color" /> + <attr name="stickiedPost" format="color" /> + <attr name="subscribed" format="color" /> + <attr name="unsubscribed" format="color" /> + <attr name="username" format="color" /> + <attr name="subreddit" format="color" /> + <attr name="authorFlairTextColor" format="color" /> + <attr name="submitter" format="color" /> + <attr name="moderator" format="color" /> </declare-styleable> </resources>
\ No newline at end of file |