Skip to content

Commit

Permalink
add telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
twoone-3 committed Apr 27, 2024
1 parent b8a619e commit d2b8350
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<item component="ComponentInfo{com.chaoxing.mobile/com.chaoxing.mobile.activity.SplashActivity}" drawable="chaoxing"/>
<item component="ComponentInfo{com.unionpay/com.unionpay.activity.UPActivityMain}" drawable="unionpay"/>
<item component="ComponentInfo{com.taobao.taobao/com.taobao.tao.welcome.Welcome}" drawable="taobao"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<item component="ComponentInfo{org.telegram.messenger/org.telegram.messenger.DefaultIcon}" drawable="telegram"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->

</resources>
1 change: 1 addition & 0 deletions app/src/main/assets/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
<item drawable="unionpay" />
<item drawable="taobao" />
<item drawable="leica" />
<item drawable="telegram" />

</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable-v26/telegram.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/telegram_bg"/>
<foreground android:drawable="@mipmap/telegram_fg"/>
</adaptive-icon>
Binary file added app/src/main/res/mipmap-nodpi/telegram_bg.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/mipmap-nodpi/telegram_fg.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 app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<item component="ComponentInfo{com.chaoxing.mobile/com.chaoxing.mobile.activity.SplashActivity}" drawable="chaoxing"/>
<item component="ComponentInfo{com.unionpay/com.unionpay.activity.UPActivityMain}" drawable="unionpay"/>
<item component="ComponentInfo{com.taobao.taobao/com.taobao.tao.welcome.Welcome}" drawable="taobao"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<item component="ComponentInfo{org.telegram.messenger/org.telegram.messenger.DefaultIcon}" drawable="telegram"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->

</resources>
1 change: 1 addition & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
<item drawable="unionpay" />
<item drawable="taobao" />
<item drawable="leica" />
<item drawable="telegram" />

</resources>

0 comments on commit d2b8350

Please sign in to comment.