调整通讯录图片
This commit is contained in:
parent
ceaec086ad
commit
7eb9aafd87
@ -138,6 +138,8 @@ public class MyAddressBookFragment extends Fragment {
|
||||
}
|
||||
|
||||
public void reload() {
|
||||
ViewUtils.findViewById(emptyView,R.id.imageView, ImageView.class).setImageResource(R.mipmap.ic_addressbook_not_search);
|
||||
ViewUtils.findViewById(emptyView,R.id.textView, TextView.class).setText(R.string.not_data_message_address_book_list);
|
||||
mAdapter.setDataCollection(list);
|
||||
mRefreshLayout.setEnableRefresh(true);
|
||||
mRefreshLayout.setEnableLoadMore(true);
|
||||
|
Loading…
Reference in New Issue
Block a user