Skip to content

Commit 7a3643c

Browse files
committed
Remove drawable/background
1 parent 167d4b4 commit 7a3643c

7 files changed

Lines changed: 0 additions & 23 deletions

File tree

lam7a/android/app/src/main/res/drawable-night/launch_background.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.
-69 Bytes
Binary file not shown.

lam7a/android/app/src/main/res/drawable-v21/launch_background.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.
-69 Bytes
Binary file not shown.

lam7a/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

lam7a/android/app/src/main/res/values-night/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
55
<!-- Show a splash screen on the activity. Automatically removed when
66
the Flutter engine draws its first frame -->
7-
<item name="android:windowBackground">@drawable/launch_background</item>
87
<item name="android:forceDarkAllowed">false</item>
98
<item name="android:windowFullscreen">false</item>
109
<item name="android:windowDrawsSystemBarBackgrounds">false</item>

lam7a/android/app/src/main/res/values/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
55
<!-- Show a splash screen on the activity. Automatically removed when
66
the Flutter engine draws its first frame -->
7-
<item name="android:windowBackground">@drawable/launch_background</item>
87
<item name="android:forceDarkAllowed">false</item>
98
<item name="android:windowFullscreen">false</item>
109
<item name="android:windowDrawsSystemBarBackgrounds">false</item>

0 commit comments

Comments
 (0)