File tree Expand file tree Collapse file tree 10 files changed +17
-9
lines changed
Expand file tree Collapse file tree 10 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 2121 <!-- Activities -->
2222 <activity
2323 android : name =" .feature.main.SplashActivity"
24- android : theme =" @style/SplashTheme" >
24+ android : theme =" @style/DarkSplashTheme" >
25+ <!-- Change it to LightSplashTheme when using day mode -->
2526 <intent-filter >
2627 <action android : name =" android.intent.action.MAIN" />
2728
Original file line number Diff line number Diff line change 2929 </data >
3030
3131 <LinearLayout
32+ android : layout_marginStart =" 16dp"
33+ android : layout_marginEnd =" 16dp"
3234 android : layout_width =" match_parent"
3335 android : layout_height =" wrap_content"
3436 android : orientation =" vertical"
Original file line number Diff line number Diff line change 2929 </data >
3030
3131 <LinearLayout
32+ android : layout_marginStart =" 16dp"
33+ android : layout_marginEnd =" 16dp"
3234 android : layout_width =" match_parent"
3335 android : layout_height =" wrap_content"
3436 android : orientation =" vertical"
Original file line number Diff line number Diff line change 3232 android : layout_height =" match_parent" >
3333
3434 <LinearLayout
35- android : layout_marginStart =" 16dp"
36- android : layout_marginEnd =" 16dp"
3735 android : layout_width =" match_parent"
38- android : layout_height =" wrap_content" >
36+ android : layout_height =" wrap_content"
37+ android : paddingBottom =" 32dp"
38+ android : clipToPadding =" false"
39+ android : clipChildren =" false" >
3940
4041 <include
4142 layout =" @layout/unified_diagnosis_section"
Original file line number Diff line number Diff line change 3434 android : layout_height =" match_parent" >
3535
3636 <LinearLayout
37- android : layout_marginStart =" 16dp"
38- android : layout_marginEnd =" 16dp"
3937 android : animateLayoutChanges =" true"
4038 android : paddingBottom =" 32dp"
4139 android : orientation =" vertical"
Original file line number Diff line number Diff line change 3030 </data >
3131
3232 <LinearLayout
33+ android : layout_marginStart =" 16dp"
34+ android : layout_marginEnd =" 16dp"
3335 android : layout_width =" match_parent"
3436 android : layout_height =" wrap_content"
3537 android : orientation =" vertical"
Original file line number Diff line number Diff line change 2828 </data >
2929
3030 <androidx .cardview.widget.CardView
31+ android : layout_marginStart =" 16dp"
32+ android : layout_marginEnd =" 16dp"
3133 android : layout_marginTop =" 24dp"
3234 style =" @style/SectionCard" >
3335
Original file line number Diff line number Diff line change 4242 </style >
4343
4444 <!-- Splash theme. -->
45- <style name =" SplashTheme " parent =" AppBaseThemeDark" >
45+ <style name =" DarkSplashTheme " parent =" AppBaseThemeDark" >
4646 <item name =" android:windowBackground" >@drawable/splash_background_dark</item >
4747 </style >
4848
Original file line number Diff line number Diff line change 2323 <item name =" android:layout_width" >match_parent</item >
2424 <item name =" android:layout_height" >60dp</item >
2525 <item name =" android:textSize" >18sp</item >
26- <item name =" android:textColor" >? android:attr/textColorPrimary </item >
26+ <item name =" android:textColor" >@ android:color/white </item >
2727 <item name =" colorAccent" >?android:attr/colorPrimary</item >
2828 </style >
2929
Original file line number Diff line number Diff line change 4242 </style >
4343
4444 <!-- Splash theme. -->
45- <style name =" SplashTheme " parent =" AppBaseThemeDark " >
45+ <style name =" LightSplashTheme " parent =" AppBaseThemeLight " >
4646 <item name =" android:windowBackground" >@drawable/splash_background_light</item >
4747 </style >
4848
You can’t perform that action at this time.
0 commit comments