Skip to content

Commit fa3dc90

Browse files
committed
Added Splash Screen By reusing the first_run_bg.jpg
1 parent d7f0fbd commit fa3dc90

5 files changed

Lines changed: 21 additions & 1 deletion

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3+
4+
<item android:drawable="@drawable/first_run_bg" />
5+
6+
<item android:bottom="150dp">
7+
<bitmap
8+
android:gravity="center"
9+
android:src="@drawable/logo_70" />
10+
11+
12+
</item>
13+
<item android:top="60dp">
14+
<bitmap
15+
android:gravity="center"
16+
android:src="@drawable/buildmlearn_text"
17+
android:tint="@android:color/white" />
18+
</item>
19+
</layer-list>
4.42 KB
Loading
-43.1 KB
Binary file not shown.

source-code/app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<color name="simulator_action_bar">#AA181818</color>
2020
<color name="quiz_correct_answer">#43A047</color>
2121

22+
<color name="gray">#444440</color>
2223
<!-- Quiz Template-->
2324

2425
<!-- Info Template-->

source-code/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<item name="activatedBackgroundIndicator">@drawable/activated_background</item>
1313
</style>
1414
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
15-
<item name="android:windowBackground">@drawable/splashmain</item>
15+
<item name="android:windowBackground">@drawable/background_splash</item>
1616
</style>
1717

1818
<style name="AppTheme" parent="Base.AppTheme">

0 commit comments

Comments
 (0)