typos fixed
authorAndy Scherzinger <info@andy-scherzinger.de>
Mon, 2 Nov 2015 11:22:49 +0000 (12:22 +0100)
committerAndy Scherzinger <info@andy-scherzinger.de>
Mon, 2 Nov 2015 11:22:49 +0000 (12:22 +0100)
res/layout/list_item.xml
src/com/owncloud/android/ui/adapter/FileListListAdapter.java

index 680efe7..a72bdaf 100644 (file)
@@ -95,7 +95,7 @@
                     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
index f561ceb..e9e9614 100644 (file)
@@ -193,9 +193,9 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
 \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