Skip to content

Commit

Permalink
#146 / intro에 theme 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
taeheeL committed Dec 10, 2023
1 parent 3a0f529 commit e2ce747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_sparkle"
android:theme="@style/Theme.UNIAOS"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_sparkle_round"
android:supportsRtl="true"
android:theme="@style/Theme.UNIAOS"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".presentation.IntroActivity"
android:exported="true"
android:theme="@style/Theme.App.Starting"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit e2ce747

Please sign in to comment.