update
This commit is contained in:
5
OneToOne/src/main/res/drawable/bg_home_search_btn.xml
Normal file
5
OneToOne/src/main/res/drawable/bg_home_search_btn.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_search_select" android:state_checked="true"/>
|
||||
<item android:drawable="@drawable/bg_search_unselect" android:state_checked="false"/>
|
||||
</selector>
|
||||
5
OneToOne/src/main/res/drawable/bg_home_search_text.xml
Normal file
5
OneToOne/src/main/res/drawable/bg_home_search_text.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:color="#FFFFFF" android:state_checked="true"/>
|
||||
<item android:color="#333333" android:state_checked="false"/>
|
||||
</selector>
|
||||
5
OneToOne/src/main/res/drawable/bg_search_input_2.xml
Normal file
5
OneToOne/src/main/res/drawable/bg_search_input_2.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="20dp"/>
|
||||
<solid android:color="#F6F6F6"/>
|
||||
</shape>
|
||||
9
OneToOne/src/main/res/drawable/bg_search_select.xml
Normal file
9
OneToOne/src/main/res/drawable/bg_search_select.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="62dp" android:height="27dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ffa279e4" />
|
||||
<corners android:topLeftRadius="14dp" android:topRightRadius="14dp" android:bottomLeftRadius="14dp" android:bottomRightRadius="14dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
OneToOne/src/main/res/drawable/bg_search_unselect.xml
Normal file
9
OneToOne/src/main/res/drawable/bg_search_unselect.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="62dp" android:height="27dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#fff1f1f1" />
|
||||
<corners android:topLeftRadius="14dp" android:topRightRadius="14dp" android:bottomLeftRadius="14dp" android:bottomRightRadius="14dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
BIN
OneToOne/src/main/res/drawable/rc_ext_toggle_voice.png
Normal file
BIN
OneToOne/src/main/res/drawable/rc_ext_toggle_voice.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user