| | |
| | | public class VisitorRegisterSelectPhotoListView extends EasyRecyclerView {
|
| | |
|
| | | public static Parcelable recyclerViewState;
|
| | | public static SurveillanceFragment.SurveillancePhotoSelectListViewAdapter mAdapter;
|
| | | public static SurveillanceFragment.VisitorRegisterSelectPhotoSelectListViewAdapter mAdapter;
|
| | | public static List list = new ArrayList();
|
| | |
|
| | | public void initLayout() {
|
| | |
| | | }
|
| | |
|
| | | public void setAdapter(Context context) {
|
| | | mAdapter = new SurveillanceFragment.SurveillancePhotoSelectListViewAdapter(context);
|
| | | mAdapter = new SurveillanceFragment.VisitorRegisterSelectPhotoSelectListViewAdapter(context);
|
| | | mAdapter.setList(list);
|
| | | setAdapter(mAdapter);
|
| | | initLayout();
|