Skip to content

Commit 9fe8578

Browse files
committed
Activity: Change splash screen to blue
Signed-off-by: Akane Beneckendorff <[email protected]>
1 parent dd8080a commit 9fe8578

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6+
android:background="?attr/colorSurface"
67
android:animateLayoutChanges="true"
78
android:fitsSystemWindows="false">
89

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<item name="android:statusBarColor">@android:color/transparent</item>
77
<item name="android:navigationBarColor">@android:color/transparent</item>
88
<item name="android:windowLightStatusBar">@bool/lightStatusBarContent</item>
9+
<item name="android:windowBackground">@color/ic_launcher_background</item>
910
<item name="fontFamily">sans-serif</item>
1011
<item name="actionOverflowMenuStyle">@style/OverflowMenu</item>
1112
</style>

0 commit comments

Comments
 (0)