File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ private void initLayout() {
143143
144144 mLottieView = mMainLayout .findViewById (R .id .iv_status_icon );
145145 mTextView = mMainLayout .findViewById (R .id .tv_status_text );
146- mRetryView = mMainLayout .findViewById (R .id .iv_status_retry );
146+ mRetryView = mMainLayout .findViewById (R .id .btn_status_retry );
147147
148148 if (mMainLayout .getBackground () == null ) {
149149 // 默认使用 windowBackground 作为背景
Original file line number Diff line number Diff line change 3333 tools : text =" @string/status_layout_error_network" />
3434
3535 <com .hjq.shape.view.ShapeButton
36- android : id =" @+id/iv_status_retry "
36+ android : id =" @+id/btn_status_retry "
3737 android : layout_width =" wrap_content"
3838 android : layout_height =" wrap_content"
3939 android : layout_marginTop =" @dimen/dp_20"
You can’t perform that action at this time.
0 commit comments