feat: opt layout ui
This commit is contained in:
5
module_base/src/main/res/drawable/bg_data_layout_new.xml
Normal file
5
module_base/src/main/res/drawable/bg_data_layout_new.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_data_layout_new_s" android:state_enabled="true" />
|
||||
<item android:drawable="@drawable/bg_data_layout_new_readonly" android:state_enabled="false" />
|
||||
</selector>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#f2f2f2"/>
|
||||
<corners android:radius="5dp"/>
|
||||
<stroke android:width="1px" android:color="#e4e4e4"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke android:width="1dp" android:color="#e4e4e4"/>
|
||||
<corners android:radius="5dp"/>
|
||||
</shape>
|
||||
9
module_base/src/main/res/drawable/bg_spinner_pda_new.xml
Normal file
9
module_base/src/main/res/drawable/bg_spinner_pda_new.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="8.7dp"
|
||||
android:height="6dp"
|
||||
android:drawable="@drawable/img_sp_down"
|
||||
android:gravity="center_vertical|right"
|
||||
android:right="10dp" />
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user