|
@@ -68,7 +68,7 @@
|
|
android:id="@+id/size"
|
|
android:id="@+id/size"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:textSize="16sp"
|
|
|
|
|
|
+ android:textSize="@dimen/two_line_primary_text_size"
|
|
tools:text="@string/placeholder_fileSize" />
|
|
tools:text="@string/placeholder_fileSize" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -80,14 +80,14 @@
|
|
android:paddingEnd="@dimen/standard_quarter_padding"
|
|
android:paddingEnd="@dimen/standard_quarter_padding"
|
|
android:text="@string/info_separator"
|
|
android:text="@string/info_separator"
|
|
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_primary_text_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/last_modification_timestamp"
|
|
android:id="@+id/last_modification_timestamp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
- android:textSize="16sp"
|
|
|
|
|
|
+ android:textSize="@dimen/two_line_primary_text_size"
|
|
tools:text="@string/placeholder_media_time" />
|
|
tools:text="@string/placeholder_media_time" />
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
@@ -140,6 +140,7 @@
|
|
android:id="@+id/progressText"
|
|
android:id="@+id/progressText"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:textSize="@dimen/two_line_primary_text_size"
|
|
android:text="@string/downloader_download_in_progress_ticker" />
|
|
android:text="@string/downloader_download_in_progress_ticker" />
|
|
|
|
|
|
<ProgressBar
|
|
<ProgressBar
|