mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 09:10:33 +03:00
use proper colors storage selector text
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
dc0ca5cc84
commit
691ee27cc5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textColor="@color/fg_default"
|
android:textColor="@color/textColor"
|
||||||
android:textSize="@dimen/file_details_username_text_size"
|
android:textSize="@dimen/file_details_username_text_size"
|
||||||
tools:text="DCIM" />
|
tools:text="DCIM" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue