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