调整通讯录图片

This commit is contained in:
zlzw 2024-04-03 14:14:01 +08:00
parent ceaec086ad
commit 7eb9aafd87

View File

@ -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);