Browse Source

use proper colors storage selector text

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 years ago
parent
commit
691ee27cc5
1 changed files with 1 additions and 1 deletions
  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>