mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 01:00:26 +03:00
use proper color for storage location text
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
eff6a5bed9
commit
01cfd0ad33
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue