android:id="@+id/last_size"\r
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
- android:text="TextView"\r
+ android:text="Size MB"\r
android:textColor="@color/list_item_lastmod_and_filesize_text"\r
android:textSize="@dimen/two_line_secondary_text_size"/>\r
\r
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
android:gravity="right"\r
- android:text="TextView"\r
+ android:text="Mod Date"\r
android:textColor="@color/list_item_lastmod_and_filesize_text"\r
android:textSize="@dimen/two_line_secondary_text_size"/>\r
\r
\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
lastModV.setVisibility(View.VISIBLE);\r