version
fix: update:基本界面完成
This commit is contained in:
5
app/src/main/res/drawable/bg_shape_212562_40.xml
Normal file
5
app/src/main/res/drawable/bg_shape_212562_40.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#99212562"/>
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_b6f3fa_40.xml
Normal file
5
app/src/main/res/drawable/bg_shape_b6f3fa_40.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#1ab6f3fa"/>
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_d9d9d9_20.xml
Normal file
5
app/src/main/res/drawable/bg_shape_d9d9d9_20.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#1ab6f3fa"/>
|
||||
<corners android:radius="6dp"/>
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_ffffff_40.xml
Normal file
5
app/src/main/res/drawable/bg_shape_ffffff_40.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_lq.xml
Normal file
5
app/src/main/res/drawable/bg_shape_lq.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#ffdc7b" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_qwc.xml
Normal file
5
app/src/main/res/drawable/bg_shape_qwc.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#21deff" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_tbdd_book_bg.xml
Normal file
5
app/src/main/res/drawable/bg_shape_tbdd_book_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#80ffffff"/>
|
||||
<corners android:radius="30dp"/>
|
||||
</shape>
|
||||
8
app/src/main/res/drawable/bg_shape_txbg.xml
Normal file
8
app/src/main/res/drawable/bg_shape_txbg.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#44000000" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#22ddecff" />
|
||||
<corners android:radius="31dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_ywc.xml
Normal file
5
app/src/main/res/drawable/bg_shape_ywc.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#10ffffff" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_shape_zjxx.xml
Normal file
5
app/src/main/res/drawable/bg_shape_zjxx.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#70000000"/>
|
||||
<corners android:radius="12dp"/>
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_toast.xml
Normal file
5
app/src/main/res/drawable/bg_toast.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<solid android:color="#cc000000"/>
|
||||
<corners android:radius="18dp"/>
|
||||
</shape>
|
||||
10
app/src/main/res/drawable/vertical_scrollbar.xml
Normal file
10
app/src/main/res/drawable/vertical_scrollbar.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<corners android:radius="2dp"/>
|
||||
<solid android:color="#a882ff"/>
|
||||
<size android:width="3dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user