update 首页游戏专区
This commit is contained in:
8
common/src/main/res/drawable/bg_home_search_input.xml
Normal file
8
common/src/main/res/drawable/bg_home_search_input.xml
Normal 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="4dp" />
|
||||
<solid android:color="#F0E7E5" />
|
||||
<stroke
|
||||
android:width="0.5dp"
|
||||
android:color="#C2BDBC" />
|
||||
</shape>
|
||||
9
common/src/main/res/drawable/bg_home_search_not.xml
Normal file
9
common/src/main/res/drawable/bg_home_search_not.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:width="150dp" android:height="44dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ff000000" />
|
||||
<corners android:topLeftRadius="22dp" android:topRightRadius="22dp" android:bottomLeftRadius="22dp" android:bottomRightRadius="22dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
5
common/src/main/res/drawable/bg_home_sud_list_btn.xml
Normal file
5
common/src/main/res/drawable/bg_home_sud_list_btn.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="6dp" />
|
||||
<solid android:color="#fff" />
|
||||
</shape>
|
||||
7
common/src/main/res/drawable/bg_home_sud_list_sill.xml
Normal file
7
common/src/main/res/drawable/bg_home_sud_list_sill.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="12dp"
|
||||
android:topRightRadius="12dp" />
|
||||
<solid android:color="#FFE6A3" />
|
||||
</shape>
|
||||
9
common/src/main/res/drawable/bg_item_search_history.xml
Normal file
9
common/src/main/res/drawable/bg_item_search_history.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:width="51dp" android:height="28dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ffe7e0df" />
|
||||
<corners android:topLeftRadius="14dp" android:topRightRadius="14dp" android:bottomLeftRadius="14dp" android:bottomRightRadius="14dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="#F0E7E5" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user