mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-05-18 09:08:59 +07:00
extend configurables, optimize image stretching
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 650 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 MiB |
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/splash"
|
||||
android:gravity="center"
|
||||
android:tileMode="disabled"/>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.GakumasLocalify" parent="@style/Theme.MaterialComponents.Light.NoActionBar" >
|
||||
<item name="android:windowBackground">@drawable/splash</item>
|
||||
<item name="android:windowBackground">@drawable/splash_style</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.GakumasLocalify.NoDisplay" parent="@style/Theme.MaterialComponents.Light.NoActionBar" >
|
||||
|
||||
Reference in New Issue
Block a user