mirror of
https://booba.tech/CutTheCord/cutthecord.git
synced 2024-08-15 03:24:52 +00:00
Fix customicon and properly move squareavatars
This commit is contained in:
parent
2b1cb4cebc
commit
7e18502b63
2 changed files with 15 additions and 1 deletions
|
@ -8,4 +8,18 @@
|
|||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_logo_round.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_logo_round.png
|
||||
|
||||
#rm -rf res/mipmap-anydpi-v26/
|
||||
# It stopped working on 1505 so I added a lot of extra stuff
|
||||
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_launcher_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_launcher_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_launcher_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_launcher_foreground.png
|
||||
|
||||
# Another fix for 76008, I plan to clean this up later and not make it gross
|
||||
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-hdpi/ic_logo_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xhdpi/ic_logo_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxhdpi/ic_logo_foreground.png
|
||||
\cp res/mipmap-xxxhdpi/logo_debug.png res/mipmap-xxxhdpi/ic_logo_foreground.png
|
||||
|
||||
#rm -rf res/mipmap-anydpi-v26/
|
||||
|
|
Loading…
Reference in a new issue