Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0cd65f9

Browse files
updated status bar color(grey) and splash screen bg(white) for android splash screen
1 parent 23bd5ab commit 0cd65f9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎android/app/src/main/res/layout/launch_screen.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:orientation="vertical"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6-
android:background="@color/grey"
6+
android:background="@color/white"
77
android:gravity="center">
88
<ImageView
99
android:layout_width="200dp"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="grey">#363636</color>
4-
<color name="primary_dark">#363636</color>
3+
<color name="white">#FFFFFF</color>
4+
<color name="grey">#FFFFFF</color>
5+
<color name="primary_dark">#FFFFFF</color>
56
</resources>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /