|
|
|
|
@ -7,7 +7,6 @@ import android.view.View;
|
|
|
|
|
import android.view.ViewGroup;
|
|
|
|
|
import android.widget.CursorAdapter;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import net.micode.notes.data.Notes;
|
|
|
|
|
|
|
|
|
|
import java.util.Collection;
|
|
|
|
|
@ -24,7 +23,7 @@ public class NotesListAdapter extends CursorAdapter {
|
|
|
|
|
private static final String TAG = "NotesListAdapter";
|
|
|
|
|
private Context mContext;
|
|
|
|
|
private HashMap<Integer, Boolean> mSelectedIndex;
|
|
|
|
|
private int mNotesCount; //便签数
|
|
|
|
|
private int mNotesCount; //便签数量
|
|
|
|
|
private boolean mChoiceMode; //选择模式标记
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|