Skip to content

Commit

Permalink
format chinese loading footer
Browse files Browse the repository at this point in the history
  • Loading branch information
yeungeek committed Apr 21, 2016
1 parent 76f87aa commit 527ea76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void setState(State status, boolean showView) {
mLoadingView.setVisibility(showView ? VISIBLE : GONE);

mLoadingProgress.setVisibility(View.VISIBLE);
mLoadingText.setText("正在加载中…");
mLoadingText.setText(getContext().getString(R.string.msg_loading));
break;
case TheEnd:
setOnClickListener(null);
Expand Down

0 comments on commit 527ea76

Please sign in to comment.