Merge branch 'master' into dev_hour_rank
9
live/src/main/res/drawable/bg_fast_meg.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="112dp" android:height="25dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#33000000" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_guard_info.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="365dp" android:height="333dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ffffffff" />
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
9
live/src/main/res/drawable/bg_guard_up_title.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="182dp" android:height="32dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#ff9e7afd" />
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
BIN
live/src/main/res/drawable/guardian_img_bg.png
Normal file
|
After Width: | Height: | Size: 656 KiB |
BIN
live/src/main/res/drawable/guardian_img_wings.png
Normal file
|
After Width: | Height: | Size: 251 KiB |
BIN
live/src/main/res/drawable/img_diamond.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
live/src/main/res/drawable/img_guard_bottom.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
live/src/main/res/drawable/img_k_selected.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
live/src/main/res/drawable/img_k_uncheck.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
live/src/main/res/drawable/img_venosa.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
live/src/main/res/drawable/live_loading.gif
Normal file
|
After Width: | Height: | Size: 482 KiB |
BIN
live/src/main/res/drawable/loading_00000.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
live/src/main/res/drawable/loading_00001.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
live/src/main/res/drawable/loading_00002.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
live/src/main/res/drawable/loading_00003.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
live/src/main/res/drawable/loading_00004.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
live/src/main/res/drawable/loading_00005.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
live/src/main/res/drawable/loading_00006.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
live/src/main/res/drawable/loading_00007.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
live/src/main/res/drawable/loading_00008.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
live/src/main/res/drawable/loading_00009.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
live/src/main/res/drawable/loading_00010.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
live/src/main/res/drawable/loading_00011.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
live/src/main/res/drawable/loading_00012.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
live/src/main/res/drawable/loading_00013.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
live/src/main/res/drawable/loading_00014.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
live/src/main/res/drawable/loading_00015.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
@@ -2,13 +2,53 @@
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/img_loading_01"
|
||||
android:duration="350" />
|
||||
android:drawable="@drawable/loading_00000"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/img_loading_02"
|
||||
android:duration="350" />
|
||||
android:drawable="@drawable/loading_00001"
|
||||
android:duration="100" />
|
||||
<item
|
||||
android:drawable="@drawable/img_loading_03"
|
||||
android:duration="350" />
|
||||
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>
|
||||
BIN
live/src/main/res/drawable/sh_img_title.png
Normal file
|
After Width: | Height: | Size: 17 KiB |