diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-01 01:42:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-01 01:42:57 +0000 |
commit | 152a6a280ace51a09ed55fe1e57c2f9168a59c95 (patch) | |
tree | 2b9486cb4b1e1d41041285a2fd3323b21af10902 /app/src/main/res/values/attr.xml | |
parent | e528158f03f1fb26b75a99180cfd2dac8de96222 (diff) | |
download | infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.tar infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.tar.gz infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.tar.bz2 infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.tar.lz infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.tar.xz infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.tar.zst infinity-for-reddit-152a6a280ace51a09ed55fe1e57c2f9168a59c95.zip |
Still prepare to support multiple themes.
Diffstat (limited to 'app/src/main/res/values/attr.xml')
-rw-r--r-- | app/src/main/res/values/attr.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml index 03dfb30f..5d6dc3c1 100644 --- a/app/src/main/res/values/attr.xml +++ b/app/src/main/res/values/attr.xml @@ -37,6 +37,7 @@ <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"/> |