Attempt to get the icon right.

This commit is contained in:
tangalbert919 2018-12-14 09:07:17 -06:00
parent d16f6576ca
commit 5d7043156b
3 changed files with 3 additions and 4 deletions

View File

@ -4,6 +4,5 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">
</application>
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"></application>
</manifest>

View File

@ -1,5 +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_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<foreground android:drawable="@mipmap/ic_launcher"/>
</adaptive-icon>

View File

@ -1,4 +1,4 @@
<resources>
<string name="app_name">osu.Android</string>
<string name="app_name">osu!lazer</string>
<string name="action_settings">Settings</string>
</resources>