diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-22 06:44:10 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-22 06:44:10 +0000 |
commit | 5f7bfd88b7b525a503065842140a71c491c201fc (patch) | |
tree | 18d4c1f878a5102a171bd8599337ed4327212b31 /app/src/main/res/drawable-night | |
parent | 0840b7144f9a2bf0b1338c04da686b9ef6e4e4ae (diff) | |
download | infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.gz infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.bz2 infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.lz infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.xz infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.zst infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.zip |
Check for theme setting on every activities except ViewImageActivity and ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/drawable-night')
-rw-r--r-- | app/src/main/res/drawable-night/ic_outline_color_lens_24px.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/drawable-night/ic_outline_color_lens_24px.xml b/app/src/main/res/drawable-night/ic_outline_color_lens_24px.xml index d1bc2624..6fa0d26f 100644 --- a/app/src/main/res/drawable-night/ic_outline_color_lens_24px.xml +++ b/app/src/main/res/drawable-night/ic_outline_color_lens_24px.xml @@ -4,18 +4,18 @@ android:viewportWidth="24" android:viewportHeight="24"> <path - android:fillColor="#FF000000" + android:fillColor="#FFFFFFFF" android:pathData="M12,22C6.49,22 2,17.51 2,12S6.49,2 12,2s10,4.04 10,9c0,3.31 -2.69,6 -6,6h-1.77c-0.28,0 -0.5,0.22 -0.5,0.5 0,0.12 0.05,0.23 0.13,0.33 0.41,0.47 0.64,1.06 0.64,1.67 0,1.38 -1.12,2.5 -2.5,2.5zM12,4c-4.41,0 -8,3.59 -8,8s3.59,8 8,8c0.28,0 0.5,-0.22 0.5,-0.5 0,-0.16 -0.08,-0.28 -0.14,-0.35 -0.41,-0.46 -0.63,-1.05 -0.63,-1.65 0,-1.38 1.12,-2.5 2.5,-2.5L16,15c2.21,0 4,-1.79 4,-4 0,-3.86 -3.59,-7 -8,-7z"/> <path - android:fillColor="#FF000000" + android:fillColor="#FFFFFFFF" android:pathData="M6.5,11.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> <path - android:fillColor="#FF000000" + android:fillColor="#FFFFFFFF" android:pathData="M9.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> <path - android:fillColor="#FF000000" + android:fillColor="#FFFFFFFF" android:pathData="M14.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> <path - android:fillColor="#FF000000" + android:fillColor="#FFFFFFFF" android:pathData="M17.5,11.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> </vector> |