diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-04-18 03:34:43 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-04-18 03:34:43 +0000 |
commit | bde2220d91774337fba60cfdcc4324005b878736 (patch) | |
tree | ceeedce993984fadf5631d92c5c5d95885abb8b5 /app/src/main/res/values/attr.xml | |
parent | 372acf4cf45a0420998cba31683b3e66844d3a1e (diff) | |
download | infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.tar infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.tar.gz infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.tar.bz2 infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.tar.lz infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.tar.xz infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.tar.zst infinity-for-reddit-bde2220d91774337fba60cfdcc4324005b878736.zip |
Remove unused attributes. Fix loading images using GlideImageGetter after the activity is destroyed.
Diffstat (limited to 'app/src/main/res/values/attr.xml')
-rw-r--r-- | app/src/main/res/values/attr.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml index 57b4a09d..59df6280 100644 --- a/app/src/main/res/values/attr.xml +++ b/app/src/main/res/values/attr.xml @@ -32,53 +32,9 @@ <attr name="colorPrimaryDark" format="color"/> <attr name="colorAccent" format="color"/> <attr name="colorPrimaryLightTheme" format="color"/> - <attr name="postTitleColor" format="color" /> - <attr name="postContentColor" format="color" /> - <attr name="commentColor" format="color" /> <attr name="primaryTextColor" format="color"/> <attr name="secondaryTextColor" format="color"/> <attr name="backgroundColor" format="color"/> - <attr name="roundedBottomSheetPrimaryBackground" format="color"/> <attr name="cardViewBackgroundColor" format="color"/> - <attr name="toolbarPrimaryTextAndIconColor" 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="postType" 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"/> - <attr name="notificationIconColor" format="color"/> - <attr name="singleCommentThreadBackgroundColor" format="color"/> - <attr name="unreadMessageBackgroundColor" format="color"/> - <attr name="dividerColor" format="color"/> - <attr name="noPreviewLinkBackgroundColor" format="color"/> - <attr name="voteAndReplyUnavailableVoteButtonColor" format="color"/> - <attr name="commentVerticalBarColor1" format="color"/> - <attr name="commentVerticalBarColor2" format="color"/> - <attr name="commentVerticalBarColor3" format="color"/> - <attr name="commentVerticalBarColor4" format="color"/> - <attr name="commentVerticalBarColor5" format="color"/> - <attr name="commentVerticalBarColor6" format="color"/> - <attr name="commentVerticalBarColor7" format="color"/> </declare-styleable> </resources>
\ No newline at end of file |