直播间闪烁问题
BIN
common/src/main/res/drawable/loading_00000.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
common/src/main/res/drawable/loading_00001.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
common/src/main/res/drawable/loading_00002.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
common/src/main/res/drawable/loading_00003.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
common/src/main/res/drawable/loading_00004.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
common/src/main/res/drawable/loading_00005.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
common/src/main/res/drawable/loading_00006.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
common/src/main/res/drawable/loading_00007.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
common/src/main/res/drawable/loading_00008.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
common/src/main/res/drawable/loading_00009.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
common/src/main/res/drawable/loading_00010.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
common/src/main/res/drawable/loading_00011.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
common/src/main/res/drawable/loading_00012.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
common/src/main/res/drawable/loading_00013.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
common/src/main/res/drawable/loading_00014.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
common/src/main/res/drawable/loading_00015.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
54
common/src/main/res/drawable/loading_animation.xml
Normal file
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/loading_00000"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00001"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00002"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00003"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00004"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00005"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00006"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00007"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00008"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00009"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00010"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00011"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00012"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00013"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00014"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/loading_00015"
|
||||
android:duration="100" />
|
||||
|
||||
|
||||
</animation-list>
|
||||