From 41b23417cd62af3cd77b695a2b03446243431fc1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 14 七月 2020 14:11:54 +0800 Subject: [PATCH] '完善' --- MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/presenter/SelectionStoreHouse31Presenter.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/presenter/SelectionStoreHouse31Presenter.java b/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/presenter/SelectionStoreHouse31Presenter.java index 9a8dbc4..576fe94 100644 --- a/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/presenter/SelectionStoreHouse31Presenter.java +++ b/MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/presenter/SelectionStoreHouse31Presenter.java @@ -138,7 +138,7 @@ if (wList.size() == count) { bottom.setVisibility(View.VISIBLE); iv_loading.setVisibility(View.GONE); - tv_loading.setText("-鍒板簳浜�*^_^*-"); + tv_loading.setText(mContext.getResources().getString(R.string.list_no_more)); } requestState(wList.size() == 0 ? 1 : 0, ll_delete , ll_go_scan, ll_no_net, ll_request_failture, ll_content, tv_top_bar_right); -- Gitblit v1.8.0