Skip to content

Commit

Permalink
sixing launch icon. android studio is buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 29, 2022
1 parent e235e51 commit 5a2db3f
Show file tree
Hide file tree
Showing 23 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<application
android:name=".TindroidApp"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher2"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:networkSecurityConfig="@xml/network_security_config"
Expand Down Expand Up @@ -118,7 +118,7 @@
android:theme="@style/AppTheme"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter android:icon="@mipmap/ic_launcher" tools:ignore="AppLinkUrlError">
<intent-filter android:icon="@mipmap/ic_launcher2" tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

5 changes: 5 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher2.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="@color/ic_launcher2_background"/>
<foreground android:drawable="@mipmap/ic_launcher2_foreground"/>
</adaptive-icon>
5 changes: 5 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.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="@color/ic_launcher2_background"/>
<foreground android:drawable="@mipmap/ic_launcher2_foreground"/>
</adaptive-icon>
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher2_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher2_background">#FFFFFF</color>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/xml/authenticator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<account-authenticator
xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="co.tinode.account"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher2"
android:label="@string/tinode"
android:smallIcon="@mipmap/ic_launcher"/>
android:smallIcon="@mipmap/ic_launcher2"/>
2 changes: 1 addition & 1 deletion app/src/main/res/xml/contacts_source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ContactsAccountType xmlns:android="http://schemas.android.com/apk/res/android">
<ContactsDataKind
android:mimeType="vnd.android.cursor.item/vnd.co.tinode.im"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher2"
android:summaryColumn="data2"
android:detailColumn="data3" />
</ContactsAccountType>

0 comments on commit 5a2db3f

Please sign in to comment.