Skip to content

Commit 2227d10

Browse files
committed
Add amazon, banco inter, red moon, uber eats and minor color adjusts
1 parent 779db9f commit 2227d10

File tree

15 files changed

+23
-1
lines changed

15 files changed

+23
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../../assets/.resized/template.png
1+
../../../../../assets/.resized/amazon.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../assets/.resized/banco_inter.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../assets/.resized/red_moon.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../assets/.resized/uber_eats.png

app/src/main/res/values/arrays.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
</string-array>
1717

1818
<string-array name="whatsnew">
19+
<item>amazon</item>
1920
<item>aurora_store</item>
21+
<item>banco_inter</item>
2022
<item>bumble</item>
2123
<item>click_bus</item>
2224
<item>crunchyroll</item>
@@ -27,7 +29,9 @@
2729
<item>ifood</item>
2830
<item>markor_quicknote</item>
2931
<item>markor_todo</item>
32+
<item>red_moon</item>
3033
<item>uber</item>
34+
<item>uber_eats</item>
3135
</string-array>
3236

3337
</resources>

app/src/main/res/xml/appfilter.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5048,5 +5048,17 @@
50485048
<item
50495049
component="ComponentInfo{com.bumble.app/com.bumble.app.ui.launcher.BumbleLauncherActivity}"
50505050
drawable="bumble" />
5051+
<item
5052+
component="ComponentInfo{br.com.intermedium/br.com.intermedium.splash.SplashActivity}"
5053+
drawable="banco_inter" />
5054+
<item
5055+
component="ComponentInfo{com.ubercab.eats/com.ubercab.eats.app.feature.launch.LauncherActivity}"
5056+
drawable="uber_eats" />
5057+
<item
5058+
component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.MainActivity}"
5059+
drawable="red_moon" />
5060+
<item
5061+
component="ComponentInfo{com.amazon.mShop.android.shopping/com.amazon.mShop.home.HomeActivity}"
5062+
drawable="amazon" />
50515063

50525064
</resources>

app/src/main/res/xml/drawable.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,5 +775,8 @@
775775
<item drawable="leafpic" />
776776
<item drawable="gloob_games" />
777777
<item drawable="bumble" />
778+
<item drawable="banco_inter" />
779+
<item drawable="red_moon" />
780+
<item drawable="uber_eats" />
778781

779782
</resources>

assets/dev/all-xxl.png

2.06 KB
Loading

assets/dev/all.png

232 Bytes
Loading

assets/icons/amazon.png

639 Bytes
Loading

assets/icons/banco_inter.png

601 Bytes
Loading

assets/icons/prime_video.png

3 Bytes
Loading

assets/icons/red_moon.png

655 Bytes
Loading

assets/icons/tinder.png

383 Bytes
Loading

assets/icons/uber_eats.png

623 Bytes
Loading

0 commit comments

Comments
 (0)