Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx Messenger Android
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
mobile
android
xx Messenger Android
Commits
e97a3c0b
Commit
e97a3c0b
authored
Sep 23, 2022
by
Kamal Bramwell
Browse files
Options
Downloads
Patches
Plain Diff
Added ColdStartActivity layout
parent
5710207e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/java/io/xxlabs/messenger/start/ui/ColdStartActivity.kt
+1
-0
1 addition, 0 deletions
...in/java/io/xxlabs/messenger/start/ui/ColdStartActivity.kt
app/src/main/res/layout/activity_coldstart.xml
+6
-0
6 additions, 0 deletions
app/src/main/res/layout/activity_coldstart.xml
with
7 additions
and
0 deletions
app/src/main/java/io/xxlabs/messenger/start/ui/ColdStartActivity.kt
+
1
−
0
View file @
e97a3c0b
...
@@ -33,6 +33,7 @@ class ColdStartActivity : AppCompatActivity() {
...
@@ -33,6 +33,7 @@ class ColdStartActivity : AppCompatActivity() {
hideSystemBars
()
hideSystemBars
()
intent
?.
let
{
handleIntent
(
it
)
}
intent
?.
let
{
handleIntent
(
it
)
}
setContentView
(
R
.
layout
.
activity_coldstart
)
}
}
private
fun
hideSystemBars
()
{
private
fun
hideSystemBars
()
{
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/layout/activity_coldstart.xml
0 → 100644
+
6
−
0
View file @
e97a3c0b
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@drawable/bg_splash_screen"
/>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment