[add] loading图片
@@ -5,8 +5,32 @@ import com.mogo.module.v2x.R;
|
||||
|
||||
public class AnimationResources {
|
||||
public static final int loadingRes[] = {
|
||||
R.drawable.icon_enthusiasm_choose,
|
||||
R.drawable.icon_enthusiasm_unchoose,
|
||||
R.drawable.v_to_x_loading_car0000,
|
||||
R.drawable.v_to_x_loading_car0002,
|
||||
R.drawable.v_to_x_loading_car0004,
|
||||
R.drawable.v_to_x_loading_car0006,
|
||||
R.drawable.v_to_x_loading_car0008,
|
||||
R.drawable.v_to_x_loading_car0010,
|
||||
R.drawable.v_to_x_loading_car0012,
|
||||
R.drawable.v_to_x_loading_car0014,
|
||||
R.drawable.v_to_x_loading_car0016,
|
||||
R.drawable.v_to_x_loading_car0018,
|
||||
R.drawable.v_to_x_loading_car0020,
|
||||
R.drawable.v_to_x_loading_car0022,
|
||||
R.drawable.v_to_x_loading_car0024,
|
||||
R.drawable.v_to_x_loading_car0025,
|
||||
R.drawable.v_to_x_loading_car0027,
|
||||
R.drawable.v_to_x_loading_car0029,
|
||||
R.drawable.v_to_x_loading_car0031,
|
||||
R.drawable.v_to_x_loading_car0033,
|
||||
R.drawable.v_to_x_loading_car0035,
|
||||
R.drawable.v_to_x_loading_car0037,
|
||||
R.drawable.v_to_x_loading_car0039,
|
||||
R.drawable.v_to_x_loading_car0041,
|
||||
R.drawable.v_to_x_loading_car0043,
|
||||
R.drawable.v_to_x_loading_car0045,
|
||||
R.drawable.v_to_x_loading_car0047,
|
||||
R.drawable.v_to_x_loading_car0048,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -51,7 +51,6 @@ public class V2XAnimationManager implements Animation {
|
||||
}
|
||||
|
||||
public void release() {
|
||||
|
||||
delegate = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 144 KiB |
BIN
modules/mogo-module-v2x/src/main/res/drawable/loading_image.gif
Normal file
|
After Width: | Height: | Size: 144 KiB |
@@ -54,6 +54,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:clickable="false"
|
||||
android:layout_toLeftOf="@id/road_case_useless_num"
|
||||
android:gravity="center"
|
||||
android:paddingRight="5px" />
|
||||
@@ -75,6 +76,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:clickable="false"
|
||||
android:layout_toLeftOf="@id/road_case_useful_num"
|
||||
android:paddingRight="5px" />
|
||||
|
||||
|
||||
@@ -26,10 +26,9 @@
|
||||
</Button>
|
||||
|
||||
<ImageView
|
||||
android:layout_height="50dp"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="200px"
|
||||
android:layout_width="200px"
|
||||
android:id="@+id/loading_imageview"
|
||||
android:background="#fff889"
|
||||
android:layout_centerInParent="true" >
|
||||
</ImageView>
|
||||
|
||||
|
||||