File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
example/android/app/src/main Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
while the Flutter UI initializes. After that, this theme continues
17
17
to determine the Window background behind the Flutter UI. -->
18
18
<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
+ />
22
22
<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" />
25
25
</intent-filter >
26
26
</activity >
27
27
<!-- Don't delete the meta-data below.
You can’t perform that action at this time.
0 commit comments