fix: add launcher icons and update manifest references

This commit is contained in:
nk
2026-06-01 13:35:28 +03:00
parent bc94577276
commit d4adb1e7be
3 changed files with 22 additions and 2 deletions

View File

@@ -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">

View 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>

View 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>