Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
fc766738
Commit
fc766738
authored
Sep 13, 2020
by
RikkaW
Committed by
John Wu
Sep 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Black splash screen background for dark theme
parent
17b5291b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
ic_splash_activity.xml
app/src/main/res/drawable-anydpi-v23/ic_splash_activity.xml
+1
-1
ic_splash_activity.xml
app/src/main/res/drawable/ic_splash_activity.xml
+1
-1
colors.xml
app/src/main/res/values-night/colors.xml
+1
-0
colors.xml
app/src/main/res/values/colors.xml
+1
-0
No files found.
app/src/main/res/drawable-anydpi-v23/ic_splash_activity.xml
View file @
fc766738
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@color/
ic_launcher
_background"
/>
<item
android:drawable=
"@color/
splash
_background"
/>
<item
android:width=
"250dp"
android:height=
"250dp"
...
...
app/src/main/res/drawable/ic_splash_activity.xml
View file @
fc766738
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@color/
ic_launcher
_background"
/>
<item
android:drawable=
"@color/
splash
_background"
/>
<item>
<bitmap
...
...
app/src/main/res/values-night/colors.xml
View file @
fc766738
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"colorOverlay"
>
#1AFFFFFF
</color>
<color
name=
"splash_background"
>
#0D0D0D
</color>
</resources>
\ No newline at end of file
app/src/main/res/values/colors.xml
View file @
fc766738
...
...
@@ -5,4 +5,5 @@
<color
name=
"light"
>
#e0e0e0
</color>
<color
name=
"su_request_background"
>
#e0e0e0
</color>
<color
name=
"colorOverlay"
>
#0D000000
</color>
<color
name=
"splash_background"
>
@color/ic_launcher_background
</color>
</resources>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment