Skip to content

Commit

Permalink
#7 - Update android manifest splash screen theming
Browse files Browse the repository at this point in the history
  • Loading branch information
kayraenezozenalp committed Oct 8, 2023
1 parent cc4eff7 commit d3f7ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
android:name=".ToDoApplication"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.ToDo"
android:theme="@style/Theme.SplashScreen.MySplash"
tools:targetApi="31" >
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.ToDo" >
android:theme="@style/Theme.SplashScreen.MySplash" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit d3f7ed7

Please sign in to comment.