fix: add launcher icons and update manifest references
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
android:allowBackup="true"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:roundIcon="@drawable/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Radiola"
|
||||
tools:targetApi="31">
|
||||
|
||||
10
app/src/main/res/drawable/ic_launcher.xml
Normal file
10
app/src/main/res/drawable/ic_launcher.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#6200EE"
|
||||
android:pathData="M54,30 A24,24 0 1,0 54,78 A24,24 0 1,0 54,30 M48,48 L66,54 L48,60 Z" />
|
||||
</vector>
|
||||
10
app/src/main/res/drawable/ic_launcher_round.xml
Normal file
10
app/src/main/res/drawable/ic_launcher_round.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#6200EE"
|
||||
android:pathData="M54,30 A24,24 0 1,0 54,78 A24,24 0 1,0 54,30 M48,48 L66,54 L48,60 Z" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user