Set the round icon attribute.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/dr_face_straight2_circle"
|
||||
android:roundIcon="@drawable/dr_face_straight2_circle"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/CarbUp">
|
||||
<activity
|
||||
@@ -16,7 +17,6 @@
|
||||
android:screenOrientation="fullSensor">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
Reference in New Issue
Block a user