| | |
| | | ll_no_data = findViewById(R.id.ll_no_data); |
| | | iv_no_data = findViewById(R.id.iv_no_data); |
| | | tv_no_data_hint = findViewById(R.id.tv_no_data_hint); |
| | | tv_no_data_hint.setText("主人,暂时没有查询到该订单~"); |
| | | iv_no_data.setImageResource(R.drawable.ic_msg_order_null); |
| | | |
| | | rl_order_fillter.setColorSchemeColors(getResources().getColor(R.color.theme)); |
| | | rv_order_fillter.setAdapter(adapter); |
| | |
| | | page++; |
| | | isLoad = false; |
| | | iv_loading.setVisibility(View.VISIBLE); |
| | | tv_loading.setText("正在加载更多数据"); |
| | | tv_loading.setText(getResources().getString(R.string.loading_more_text)); |
| | | getOrderList(); |
| | | } |
| | | } |