Skip to content

Commit 3be38d5

Browse files
Refine splash screen logo aspect ratio
1 parent 57c7d6c commit 3be38d5

File tree

17 files changed

+3
-3
lines changed

17 files changed

+3
-3
lines changed
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading

app/src/main/res/drawable/splash_screen.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<shape
55
android:dither="true"
66
android:shape="rectangle">
7-
<solid android:color="@color/color_primary_dark" />
7+
<solid android:color="@color/color_primary" />
88
</shape>
99
</item>
1010
<item>
1111
<bitmap
1212
android:antialias="true"
1313
android:gravity="center"
14-
android:src="@drawable/splash_screen_img" />
14+
android:src="@drawable/splash_screen_logo" />
1515
</item>
1616
</layer-list>

app/src/main/res/values/styles.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<style name="MyPreferenceTheme" parent="@style/PreferenceThemeOverlay.v14.Material" />
8282

8383
<style name="SplashScreenThemeCommon" parent="Theme.AppCompat.NoActionBar">
84-
<item name="android:windowBackground">@drawable/splash_screen_img</item>
84+
<item name="android:windowBackground">@drawable/splash_screen</item>
8585
</style>
8686

8787
<style name="SplashScreenTheme" parent="SplashScreenThemeCommon" />

0 commit comments

Comments
 (0)