From 691ee27cc5eb0bd271f4b44f5e470633a147be2a Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 19 May 2019 18:19:54 +0200 Subject: [PATCH] use proper colors storage selector 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" />