Skip to content

Commit 14994cb

Browse files
committed
Format
1 parent c522de2 commit 14994cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
while the Flutter UI initializes. After that, this theme continues
1717
to determine the Window background behind the Flutter UI. -->
1818
<meta-data
19-
android:name="io.flutter.embedding.android.NormalTheme"
20-
android:resource="@style/NormalTheme"
21-
/>
19+
android:name="io.flutter.embedding.android.NormalTheme"
20+
android:resource="@style/NormalTheme"
21+
/>
2222
<intent-filter>
23-
<action android:name="android.intent.action.MAIN"/>
24-
<category android:name="android.intent.category.LAUNCHER"/>
23+
<action android:name="android.intent.action.MAIN" />
24+
<category android:name="android.intent.category.LAUNCHER" />
2525
</intent-filter>
2626
</activity>
2727
<!-- Don't delete the meta-data below.

0 commit comments

Comments
 (0)