From 01cfd0ad33f3703840925bbeb60703c6c8692139 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 30 Apr 2019 12:03:45 +0200 Subject: [PATCH] use proper color for storage location text Signed-off-by: Andy Scherzinger --- src/main/res/layout/storage_path_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/layout/storage_path_item.xml b/src/main/res/layout/storage_path_item.xml index 997ab046b1..0726935730 100644 --- a/src/main/res/layout/storage_path_item.xml +++ b/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" />