Commit c4d9edc2 authored by Mygod's avatar Mygod

Recreate round launcher icon with Android Studio (#950)

The icon was created using shadow.png.
parent 5ef2849c
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
android:extractNativeLibs="false" android:extractNativeLibs="false"
android:name=".ShadowsocksApplication" android:name=".ShadowsocksApplication"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher" android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:backupAgent=".ShadowsocksBackupAgent" android:backupAgent=".ShadowsocksBackupAgent"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.Material" android:theme="@style/Theme.Material"
...@@ -98,7 +99,7 @@ ...@@ -98,7 +99,7 @@
android:launchMode="singleTask"/> android:launchMode="singleTask"/>
<activity android:name=".TaskerActivity" <activity android:name=".TaskerActivity"
android:icon="@drawable/ic_launcher"> android:icon="@mipmap/ic_launcher">
<intent-filter> <intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" /> <action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
</intent-filter> </intent-filter>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment