扫码附件设备,链接设备动画
BIN
app/src/main/res/drawable/connected_successfully.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
app/src/main/res/drawable/device1.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
app/src/main/res/drawable/device2.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
app/src/main/res/drawable/device3.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
7
app/src/main/res/drawable/device_frame_animation.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/device1" android:duration="200" />
|
||||
<item android:drawable="@drawable/device2" android:duration="200" />
|
||||
<item android:drawable="@drawable/device3" android:duration="200" />
|
||||
</animation-list>
|
||||
16
app/src/main/res/drawable/device_wifi_animation.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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/img_add_dev_aini_1" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_add_dev_aini_2" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_add_dev_aini_3" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_add_dev_aini_2" android:duration="500"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_phone1" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_phone2" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_phone3" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_phone1" android:duration="500"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_wifi1" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_wifi2" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_wifi3" android:duration="200"/>
|
||||
<item android:drawable="@drawable/img_connect_anim_wifi1" android:duration="500"/>
|
||||
</animation-list>
|
||||
BIN
app/src/main/res/drawable/img_add_dev_aini_1.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
app/src/main/res/drawable/img_add_dev_aini_2.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
app/src/main/res/drawable/img_add_dev_aini_3.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
app/src/main/res/drawable/img_connect_anim_phone1.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
app/src/main/res/drawable/img_connect_anim_phone2.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
app/src/main/res/drawable/img_connect_anim_phone3.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
app/src/main/res/drawable/img_connect_anim_wifi1.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/img_connect_anim_wifi2.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/drawable/img_connect_anim_wifi3.png
Normal file
|
After Width: | Height: | Size: 18 KiB |