Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS
This commit is contained in:
6
app/src/main/res/drawable/bg_select_sound_xml.xml
Normal file
6
app/src/main/res/drawable/bg_select_sound_xml.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:drawable="@drawable/icon_select_sound_press"/>
|
||||
<item android:state_selected="true" android:drawable="@drawable/icon_select_sound_press"/>
|
||||
<item android:drawable="@drawable/icon_select_sound_defaule"/>
|
||||
</selector>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="@color/black" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/deepskyblue" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="5dp"
|
||||
android:topLeftRadius="5dp"
|
||||
android:topRightRadius="5dp" />
|
||||
<padding
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/icon_select_sound_defaule.9.png
Normal file
BIN
app/src/main/res/drawable/icon_select_sound_defaule.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
app/src/main/res/drawable/icon_select_sound_press.9.png
Normal file
BIN
app/src/main/res/drawable/icon_select_sound_press.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
13
app/src/main/res/drawable/pop_voice_img.xml
Normal file
13
app/src/main/res/drawable/pop_voice_img.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false"
|
||||
>
|
||||
<item android:drawable="@drawable/amp7" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp1" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp2" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp3" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp4" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp5" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp6" android:duration="90" />
|
||||
<item android:drawable="@drawable/amp7" android:duration="90" />
|
||||
|
||||
</animation-list>
|
||||
7
app/src/main/res/drawable/sound_anim.xml
Normal file
7
app/src/main/res/drawable/sound_anim.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false">
|
||||
<item android:drawable="@drawable/icon_sound_03" android:duration="200" />
|
||||
<item android:drawable="@drawable/icon_sound_02" android:duration="200" />
|
||||
<item android:drawable="@drawable/icon_sound_01" android:duration="200" />
|
||||
|
||||
</animation-list>
|
||||
Reference in New Issue
Block a user