File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ mHandler.postDelayed(new Runnable() {
7373
7474#### 3.1.3 效果图
7575
76-
76+ ![ loadingDialog.gif ] ( https://github.com/LinweiJ/LoadingDialog/blob/master/screen_shot/ld_3_1.gif )
7777
7878### 3.2、Lottie
7979
@@ -88,7 +88,7 @@ mHandler.postDelayed(new Runnable() {
8888
8989
9090
91- #### 3.2.1 使用(try it)
91+ #### 3.2.2 使用(try it)
9292
9393``` java
9494// LottieLoadingDialog
@@ -112,9 +112,9 @@ new Handler().postDelayed(new Runnable() {
112112
113113```
114114
115- #### 3.1.2 效果图
116-
115+ #### 3.2.3 效果图
117116
117+ ![ loadingDialog.gif] ( https://github.com/LinweiJ/LoadingDialog/blob/master/screen_shot/ld_3_2.gif )
118118
119119### 3.3、其他
120120
@@ -128,7 +128,10 @@ mLottieLoadingDialog.setCanceledOnTouchOutside(false);
128128
129129#### 3.3.2 、效果图
130130
131- #### 3.3.2 、立即消失
131+ ![ loadingDialog.gif] ( https://github.com/LinweiJ/LoadingDialog/blob/master/screen_shot/ld_3_3.gif )
132+
133+
134+ #### 3.3.3 、立即消失
132135
133136``` java
134137// 跟Dialog一样样的
You can’t perform that action at this time.
0 commit comments