Skip to content

Commit f381dc9

Browse files
committed
used launcher theme at application level
1 parent 29fcc9d commit f381dc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
android:label="@string/app_name"
1616
android:roundIcon="@mipmap/ic_launcher_round"
1717
android:supportsRtl="true"
18-
android:theme="@style/Theme.Tasky"
18+
android:theme="@style/Theme.Launcher"
1919
android:usesCleartextTraffic="false"
2020
tools:targetApi="31">
2121
<profileable
@@ -25,8 +25,7 @@
2525
<activity
2626
android:name=".launcher.MainActivity"
2727
android:exported="true"
28-
android:launchMode="singleTop"
29-
android:theme="@style/Theme.Launcher">
28+
android:launchMode="singleTop">
3029
<intent-filter>
3130
<action android:name="android.intent.action.MAIN" />
3231

0 commit comments

Comments
 (0)