Parcourir la source

use proper color for storage location text

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger il y a 6 ans
Parent
commit
6eb0744986
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>