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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.random
Merge requests
!20
Resolve "Fix splash screen"
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Merged
Resolve "Fix splash screen"
23-fix-splash-screen
into
master
Overview
0
Commits
1
Pipelines
3
Changes
17
Merged
Benoît Harrault
requested to merge
23-fix-splash-screen
into
master
2 years ago
Overview
0
Commits
1
Pipelines
3
Changes
17
Expand
Closes
#23 (closed)
Edited
2 years ago
by
Benoît Harrault
0
0
Merge request reports
Viewing commit
be4b9738
Show latest version
17 files
+
65
−
62
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
be4b9738
Enable splash screen (launch screen)
· be4b9738
Benoît Harrault
authored
2 years ago
android/app/src/main/res/drawable/launch_background.xml
+
2
−
4
Options
<?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"
>
<item
android:drawable=
"@android:color/white"
/>
<!-- You can insert your own image assets here -->
<!-- <item>
<item>
<bitmap
android:gravity=
"center"
android:src=
"@mipmap/launch_image"
/>
</item>
-->
</item>
</layer-list>
Loading