use proper color for storage location text

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-04-30 12:03:45 +02:00
parent eff6a5bed9
commit 01cfd0ad33
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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>