Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.random
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.random
Merge requests
!20
Project 'android/random' was moved to 'android/org.benoitharrault.random'. Please update any links and bookmarks that may still have the old path.
Resolve "Fix splash screen"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Fix splash screen"
23-fix-splash-screen
into
master
Overview
0
Commits
1
Pipelines
3
Changes
17
Merged
Resolve "Fix splash screen"
Benoît Harrault
requested to merge
23-fix-splash-screen
into
master
Aug 1, 2022
Overview
0
Commits
1
Pipelines
3
Changes
17
Closes
#23 (closed)
Edited
Aug 1, 2022
by
Benoît Harrault
0
0
Merge request reports
Viewing commit
be4b9738
Show latest version
17 files
+
65
−
62
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
be4b9738
Enable splash screen (launch screen)
· be4b9738
Benoît Harrault
authored
Aug 1, 2022
android/app/src/main/res/drawable/launch_background.xml
+
2
−
4
View file @ be4b9738
Edit in single-file editor
Open in Web IDE
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@android:color/white"
/>
<item
android:drawable=
"@android:color/white"
/>
<!-- You can insert your own image assets here -->
<item>
<!-- <item>
<bitmap
<bitmap
android:gravity=
"center"
android:gravity=
"center"
android:src=
"@mipmap/launch_image"
/>
android:src=
"@mipmap/launch_image"
/>
</item>
-->
</item>
</layer-list>
</layer-list>
Loading