|
@@ -35,7 +35,8 @@ public class MergeLoadingTipDialog extends BaseFullDialog {
|
|
mProgress = findViewById(R.id.progress);
|
|
mProgress = findViewById(R.id.progress);
|
|
mTvText = findViewById(R.id.tv_text);
|
|
mTvText = findViewById(R.id.tv_text);
|
|
mViewLoadingAnim = findViewById(R.id.view_loading_anim);
|
|
mViewLoadingAnim = findViewById(R.id.view_loading_anim);
|
|
-
|
|
|
|
|
|
+ mViewLoadingAnim.setImageAssetsFolder("lottie/refresh/images/");
|
|
|
|
+ mViewLoadingAnim.setAnimation("lottie/refresh_anim.json");
|
|
initListener();
|
|
initListener();
|
|
}
|
|
}
|
|
|
|
|