|
|
@ -105,7 +105,7 @@ public class FoldersListAdapter extends CursorAdapter {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public FolderListItem(Context context) {
|
|
|
|
public FolderListItem(Context context) {
|
|
|
|
super(context);
|
|
|
|
super(context);
|
|
|
|
// 加载布局文件
|
|
|
|
// 加载布局 文件
|
|
|
|
inflate(context, R.layout.folder_list_item, this);
|
|
|
|
inflate(context, R.layout.folder_list_item, this);
|
|
|
|
// 获取并保存名称文本视图引用
|
|
|
|
// 获取并保存名称文本视图引用
|
|
|
|
mName = (TextView) findViewById(R.id.tv_folder_name);
|
|
|
|
mName = (TextView) findViewById(R.id.tv_folder_name);
|
|
|
|