Browse Source

flipped size and mod date

Andy Scherzinger 9 years ago
parent
commit
6e54dfc55c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      res/layout/list_item.xml

+ 2 - 2
res/layout/list_item.xml

@@ -92,7 +92,7 @@
                 android:orientation="horizontal">
 
                 <TextView
-                    android:id="@+id/last_mod"
+                    android:id="@+id/last_size"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:text="TextView"
@@ -109,7 +109,7 @@
                     android:textSize="@dimen/two_line_secondary_text_size"/>
 
                 <TextView
-                    android:id="@+id/file_size"
+                    android:id="@+id/file_mod"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:gravity="right"