|
@@ -95,7 +95,7 @@
|
|
|
android:id="@+id/last_size"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="TextView"
|
|
|
+ android:text="Size MB"
|
|
|
android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
|
android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
|
|
|
@@ -113,7 +113,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="right"
|
|
|
- android:text="TextView"
|
|
|
+ android:text="Mod Date"
|
|
|
android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
|
android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
|
|