Skip to content

Commit

Permalink
Updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlbo committed Apr 25, 2022
1 parent 5c1452f commit c7531eb
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 4 deletions.
Binary file modified smali/res/drawable-hdpi/icon_vk_104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-hdpi/vtlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion smali/res/drawable-large/bg_splash.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list android:opacity="opaque"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/im_old_accent" />
<item android:drawable="@color/iclauncher" />
<item>
<bitmap
android:gravity="center"
Expand Down
Binary file modified smali/res/drawable-mdpi/icon_vk_104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-mdpi/vtlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-xhdpi/icon_vk_104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-xhdpi/vtlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-xxhdpi/icon_vk_104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-xxhdpi/vtlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-xxxhdpi/icon_vk_104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/drawable-xxxhdpi/vtlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion smali/res/drawable/bg_splash.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list android:opacity="opaque"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/gray_20" />
<item android:drawable="@color/iclauncher" />
<item>
<bitmap
android:gravity="center"
Expand Down
2 changes: 1 addition & 1 deletion smali/res/mipmap-anydpi-v26/vt_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/im_old_accent" />
<background android:drawable="@color/iclauncher" />
<foreground android:drawable="@mipmap/vt_adaptive_launcher_foneground" />
</adaptive-icon>
2 changes: 1 addition & 1 deletion smali/res/mipmap-anydpi-v26/vt_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/im_old_accent" />
<background android:drawable="@color/iclauncher" />
<foreground android:drawable="@mipmap/vt_adaptive_launcher_foneground" />
</adaptive-icon>
Binary file modified smali/res/mipmap-xxxhdpi/vt_adaptive_launcher_foneground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/mipmap-xxxhdpi/vt_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified smali/res/mipmap-xxxhdpi/vt_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions smali/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,5 @@
<color name="window_bg_transparent">#00000000</color>
<color name="yellow">#ffffc107</color>
<color name="yellow_light">#ffffd54f</color>
<color name="iclauncher">#fffcfcfc</color>
</resources>

0 comments on commit c7531eb

Please sign in to comment.