新版守护,空页面,列表页面。守护类型开通页面。开通时间页面

This commit is contained in:
18401019693
2024-03-06 14:24:04 +08:00
parent 8af7f907eb
commit 6870037683
64 changed files with 2484 additions and 74 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="#120C07"
android:startColor="#3F2D05"
android:type="linear" />
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
</shape>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="#09050F"
android:startColor="#3F3B34"
android:type="linear" />
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
</shape>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="6dp" />
<stroke
android:width="0.5dp"
android:color="#D9D9D9" />
<solid android:color="#CC0C0D1A" />
</shape>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="#110F22"
android:startColor="#37398E"
android:type="linear" />
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
</shape>