浏览代码

adjust text colors

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父节点
当前提交
90437b237f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/res/layout/file_details_fragment.xml

+ 3 - 0
src/main/res/layout/file_details_fragment.xml

@@ -69,6 +69,7 @@
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:textSize="@dimen/two_line_primary_text_size"
+                    android:textColor="@color/list_item_lastmod_and_filesize_text"
                     tools:text="@string/placeholder_fileSize" />
 
                 <TextView
@@ -88,6 +89,7 @@
                     android:layout_height="wrap_content"
                     android:gravity="end"
                     android:textSize="@dimen/two_line_primary_text_size"
+                    android:textColor="@color/list_item_lastmod_and_filesize_text"
                     tools:text="@string/placeholder_media_time" />
 
                 <ImageView
@@ -141,6 +143,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:textSize="@dimen/two_line_primary_text_size"
+                android:textColor="@color/list_item_lastmod_and_filesize_text"
                 android:text="@string/downloader_download_in_progress_ticker" />
 
             <ProgressBar