Set the round icon attribute.

This commit is contained in:
2025-07-20 19:16:52 -07:00
parent 3a46ef7f2a
commit 255e2c46d4

View File

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