File tree Expand file tree Collapse file tree
source-code/app/src/main/res Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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-->
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments