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 4c0dd0a

Browse files
bugs fixed
1 parent 2794edd commit 4c0dd0a

File tree

32 files changed

+715
-96
lines changed

32 files changed

+715
-96
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Modify this file to customize your launch splash screen -->
33
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:drawable="?android:colorBackground" />
4+
<item android:drawable="@color/background" />
55

66
<!-- You can insert your own image assets here -->
77
<item>
88
<bitmap
99
android:gravity="center"
10-
android:src="@mipmap/logo" />
10+
android:src="@mipmap/newlg" />
1111
</item>
1212
</layer-list>
58.2 KB
Loading[フレーム]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Modify this file to customize your launch splash screen -->
33
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:drawable="@android:color/white" />
4+
<item android:drawable="@color/background" />
55

66
<!-- You can insert your own image assets here -->
77
<item>
88
<bitmap
99
android:gravity="center"
10-
android:src="@mipmap/logo" />
10+
android:src="@mipmap/newlg" />
1111
</item>
1212
</layer-list>
58.2 KB
Loading[フレーム]
58.2 KB
Loading[フレーム]
58.2 KB
Loading[フレーム]
58.2 KB
Loading[フレーム]
58.2 KB
Loading[フレーム]
58.2 KB
Loading[フレーム]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="background">#0103ff</color>
4+
</resources>

0 commit comments

Comments
(0)

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