Skip to content

Commit

Permalink
new icon for 2048 game; new intent for Blokada
Browse files Browse the repository at this point in the history
  • Loading branch information
ant9000 committed Aug 25, 2021
1 parent bbfbe76 commit 752523f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 0 deletions.
Binary file added app/src/main/res/drawable-hdpi/a2048b.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 added app/src/main/res/drawable-mdpi/a2048b.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 added app/src/main/res/drawable-xhdpi/a2048b.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 added app/src/main/res/drawable-xxhdpi/a2048b.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 added app/src/main/res/drawable-xxxhdpi/a2048b.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 app/src/main/res/values/iconpack.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="icon_pack" translatable="false">
<item>a2048b</item>
<item>a2048</item>
<item>a2050</item>
<item>aard</item>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<!-- 2048 -->
<item component="ComponentInfo{com.uberspot.a2048/com.uberspot.a2048.MainActivity}" drawable="a2048" />
<item component="ComponentInfo{com.tpcstld.twozerogame/com.tpcstld.twozerogame.MainActivity}" drawable="a2048b"/>

<!-- 2050 -->
<item component="ComponentInfo{org.mattvchandler.a2050/org.mattvchandler.a2050.MainActivity}" drawable="a2050" />
Expand Down Expand Up @@ -393,6 +394,7 @@
<item component="ComponentInfo{org.blokada.alarm/core.MainActivity}" drawable="blokada" />
<item component="ComponentInfo{org.blokada.alarm/core.PanelActivity}" drawable="blokada" />
<item component="ComponentInfo{org.blokada.origin.alarm/core.PanelActivity}" drawable="blokada" />
<item component="ComponentInfo{org.blokada.origin.alarm/ui.MainActivity}" drawable="blokada"/>

<!-- Blue Minimal -->
<item component="ComponentInfo{de.baumann.thema/de.baumann.thema.MainActivity}" drawable="blueminimal" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<version>1</version>
<item drawable="a2048b" />
<item drawable="a2048" />
<item drawable="a2050" />
<item drawable="aard" />
Expand Down
8 changes: 8 additions & 0 deletions icons/a2048b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 752523f

Please sign in to comment.