瀏覽代碼

use proper colors storage selector text

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 年之前
父節點
當前提交
691ee27cc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/res/layout/storage_path_item.xml

+ 1 - 1
src/main/res/layout/storage_path_item.xml

@@ -50,7 +50,7 @@
         android:ellipsize="end"
         android:gravity="center_vertical"
         android:singleLine="true"
-        android:textColor="@color/fg_default"
+        android:textColor="@color/textColor"
         android:textSize="@dimen/file_details_username_text_size"
         tools:text="DCIM" />
 </LinearLayout>