diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-02-18 11:48:00 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-02-18 11:48:00 +0000 |
commit | f508132f328286d0c1f08f61e326631e2191ef5e (patch) | |
tree | bbcc89b2d508160a6c0f42077b863a98843110d6 /app/src/main/res/drawable-v24 | |
parent | b933c9d08b6c1e3517313094cc92a443e9403bec (diff) | |
download | infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.gz infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.bz2 infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.lz infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.xz infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.tar.zst infinity-for-reddit-f508132f328286d0c1f08f61e326631e2191ef5e.zip |
New option: Interface->Comment->Always show the number of child comments. Fix notification icon. Tweak the app icon.
Diffstat (limited to 'app/src/main/res/drawable-v24')
-rw-r--r-- | app/src/main/res/drawable-v24/ic_launcher_background.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml index 8863072a..54004003 100644 --- a/app/src/main/res/drawable-v24/ic_launcher_background.xml +++ b/app/src/main/res/drawable-v24/ic_launcher_background.xml @@ -7,8 +7,9 @@ <group> <clip-path android:pathData="M0,0h300v300h-300z M 0,0"/> <path - android:pathData="M0,300L300,300L300,0L0,0L0,300Z"> - <aapt:attr name="android:fillColor"> + android:pathData="M0,300L300,300L300,0L0,0L0,300Z" + android:fillColor="#FF0C2446"> + <!--<aapt:attr name="android:fillColor"> <gradient android:startY="288.37054" android:startX="150.00029" @@ -27,7 +28,7 @@ <item android:offset="0.9" android:color="#FF081B37"/> <item android:offset="1" android:color="#FF071935"/> </gradient> - </aapt:attr> + </aapt:attr>--> </path> <path android:pathData="M110.172,98.062C110.179,98.427 110.172,98.792 110.149,99.149C110.141,99.248 110.134,99.339 110.125,99.43C110.119,99.59 110.103,99.75 110.081,99.909C110.012,100.48 109.905,101.042 109.761,101.597C109.693,101.894 109.609,102.19 109.51,102.479C109.449,102.677 109.381,102.867 109.313,103.065C108.932,104.083 108.438,105.057 107.83,105.954C107.511,106.425 107.161,106.881 106.781,107.315C106.393,107.756 105.982,108.174 105.541,108.562C104.652,109.36 103.656,110.044 102.561,110.592L102.538,110.599C101.641,111.056 100.683,111.405 99.664,111.656C98.478,111.945 97.284,112.074 96.113,112.059L96.098,112.059C94.722,112.029 93.368,111.793 92.084,111.367C91.133,111.063 90.213,110.645 89.354,110.143C88.852,109.847 88.373,109.52 87.916,109.162C87.43,108.79 86.974,108.379 86.541,107.938C86.26,107.657 85.985,107.36 85.734,107.049C85.438,106.691 85.157,106.319 84.899,105.931C84.739,105.68 84.579,105.422 84.427,105.163C84.214,104.798 84.017,104.418 83.842,104.03C83.591,103.49 83.378,102.928 83.203,102.35C83.119,102.084 83.043,101.81 82.974,101.536C82.861,101.065 82.77,100.601 82.709,100.13C82.693,100.046 82.678,99.963 82.671,99.879L82.671,99.871C82.663,99.826 82.656,99.78 82.656,99.734C82.656,99.712 82.648,99.696 82.648,99.674C82.64,99.613 82.633,99.56 82.633,99.499C82.542,98.548 82.557,97.613 82.663,96.693C82.732,96.047 82.853,95.416 83.013,94.792C83.241,93.91 83.56,93.059 83.956,92.245C84.039,92.063 84.131,91.88 84.23,91.705C84.952,90.367 85.895,89.143 87.02,88.101C88.677,86.566 90.737,85.425 93.087,84.847C95.323,84.3 97.55,84.338 99.634,84.847C99.9,84.916 100.166,84.984 100.424,85.068C101.481,85.387 102.5,85.843 103.442,86.406C103.982,86.725 104.5,87.075 104.986,87.478C105.367,87.767 105.731,88.094 106.073,88.436C106.826,89.181 107.495,90.01 108.073,90.93C108.445,91.531 108.78,92.162 109.069,92.831C109.092,92.884 109.114,92.945 109.138,93.006C109.145,93.028 109.161,93.059 109.168,93.082C109.297,93.401 109.411,93.728 109.518,94.055C109.617,94.351 109.7,94.655 109.776,94.967C109.913,95.537 110.02,96.108 110.088,96.678C110.141,97.142 110.172,97.598 110.172,98.062Z" |