diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-10-23 16:04:25 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-10-23 16:04:25 +0000 |
commit | c6e2b78c4045449e9151c3e14341df70849922e6 (patch) | |
tree | 6cfeaf367e2955028c2901f5e4171d3cf41b54b3 /app/src/main/res/drawable-night | |
parent | 9b65b27d56b6c0b9ab16f4bd801fb856f13ae213 (diff) | |
download | infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.tar infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.tar.gz infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.tar.bz2 infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.tar.lz infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.tar.xz infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.tar.zst infinity-for-reddit-c6e2b78c4045449e9151c3e14341df70849922e6.zip |
Fix color of some icons.
Diffstat (limited to 'app/src/main/res/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_random_24dp.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/drawable-night/ic_random_24dp.xml b/app/src/main/res/drawable-night/ic_random_24dp.xml index bd0bc639..b80a99cf 100644 --- a/app/src/main/res/drawable-night/ic_random_24dp.xml +++ b/app/src/main/res/drawable-night/ic_random_24dp.xml @@ -5,20 +5,20 @@ android:viewportHeight="24"> <path android:pathData="M19,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM19,19L5,19L5,5h14v14z" - android:fillColor="#000000"/> + android:fillColor="#FFFFFF"/> <path android:pathData="M7.5,16.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" - android:fillColor="#000000"/> + android:fillColor="#FFFFFF"/> <path android:pathData="M7.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" - android:fillColor="#000000"/> + android:fillColor="#FFFFFF"/> <path android:pathData="M12,12m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" - android:fillColor="#000000"/> + android:fillColor="#FFFFFF"/> <path android:pathData="M16.5,16.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" - android:fillColor="#000000"/> + android:fillColor="#FFFFFF"/> <path android:pathData="M16.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" - android:fillColor="#000000"/> + android:fillColor="#FFFFFF"/> </vector> |