diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-06-17 03:59:09 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-06-17 03:59:09 +0000 |
commit | ab14405b7756c17312ed06c0b356c3245861a476 (patch) | |
tree | ef41bf04816fd9a615dabafb3f9a711af44a3b55 /app/src/main/res/values | |
parent | 72f176201ee4bdb2b7057f5b5443cf232debd0c2 (diff) | |
download | infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.tar infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.tar.gz infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.tar.bz2 infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.tar.lz infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.tar.xz infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.tar.zst infinity-for-reddit-ab14405b7756c17312ed06c0b356c3245861a476.zip |
Fix text color in SetAsWallpaperBottomSheet.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 59bbdad0..c940e5fa 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -9,4 +9,5 @@ <color name="playButtonBackgroundColor">#000000</color> <color name="roundedBottomSheetPrimaryBackground">#FFFFFF</color> <color name="roundedBottomSheetPrimaryNavigationBarColor">#000000</color> + <color name="primaryTextColor">#000000</color> </resources> |