|
@@ -30,12 +30,12 @@
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
- android:layout_width="64dp"
|
|
|
|
|
|
+ android:layout_width="60dp"
|
|
android:layout_height="72dp"
|
|
android:layout_height="72dp"
|
|
android:paddingLeft="@dimen/standard_padding"
|
|
android:paddingLeft="@dimen/standard_padding"
|
|
android:paddingBottom="@dimen/standard_padding"
|
|
android:paddingBottom="@dimen/standard_padding"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
- android:paddingRight="8dp"
|
|
|
|
|
|
+ android:paddingRight="4dp"
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false">
|
|
android:focusableInTouchMode="false">
|
|
|
|
|
|
@@ -89,14 +89,22 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="0dp"
|
|
android:layout_marginLeft="0dp"
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginRight="4dp"
|
|
- android:weightSum="1">
|
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/last_mod"
|
|
android:id="@+id/last_mod"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
- android:layout_weight=".5"
|
|
|
|
|
|
+ android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
|
|
+ android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/file_separator"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:gravity="right"
|
|
|
|
+ android:text=", "
|
|
android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
|
|
|
|
@@ -107,7 +115,6 @@
|
|
android:gravity="right"
|
|
android:gravity="right"
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
- android:layout_weight=".5"
|
|
|
|
android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
android:textSize="@dimen/two_line_secondary_text_size"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|