\r
switch (viewType){\r
case LIST_ITEM:\r
- TextView fileSizeV = (TextView) view.findViewById(R.id.file_size);\r
+ TextView fileSizeV = (TextView) view.findViewById(R.id.last_size);\r
TextView fileSizeSeparatorV = (TextView) view.findViewById(R.id.file_separator);\r
- TextView lastModV = (TextView) view.findViewById(R.id.last_mod);\r
+ TextView lastModV = (TextView) view.findViewById(R.id.file_mod);\r
- ImageView checkBoxV = (ImageView) view.findViewById(R.id.custom_checkbox);\r
+\r
\r
lastModV.setVisibility(View.VISIBLE);\r
lastModV.setText(showRelativeTimestamp(file));\r