|
|
@@ -81,7 +81,7 @@ public class Loading {
|
|
|
view.setAlpha(1f);
|
|
|
imageView = view.findViewById(R.id.image_loading);
|
|
|
imageView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
|
|
|
- animation = new FrameAnimation.Builder(imageView, R.array.loading_animation, 20).repeat(true).build();
|
|
|
+ animation = new FrameAnimation.Builder(imageView, R.array.loading_animation, 40).repeat(true).build();
|
|
|
}
|
|
|
}
|
|
|
|