Skip to content
Snippets Groups Projects
Commit e97a3c0b authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Added ColdStartActivity layout

parent 5710207e
No related branches found
No related tags found
No related merge requests found
...@@ -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() {
......
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment