use medium emphasis on url text on profile pages

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-14 23:17:09 +02:00 committed by Marcel Hibbe
parent 914bb44514
commit ead3dfb60c
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Nextcloud Android client application <?xml version="1.0" encoding="utf-8"?><!-- Nextcloud Android client application
Copyright (C) 2017 Andy Scherzinger Copyright (C) 2017-2021 Andy Scherzinger
Copyright (C) 2017 Nextcloud Copyright (C) 2017 Nextcloud
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
@ -59,6 +59,7 @@
android:layout_margin="4dp" android:layout_margin="4dp"
android:ellipsize="end" android:ellipsize="end"
android:lines="2" android:lines="2"
android:textColor="@color/medium_emphasis_text"
tools:text="john@nextcloud.com" /> tools:text="john@nextcloud.com" />
<LinearLayout <LinearLayout

View File

@ -70,7 +70,8 @@
android:layout_below="@id/display_name_text" android:layout_below="@id/display_name_text"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_margin="4dp" android:layout_margin="4dp"
tools:text="jane@nextcloud.com"/> android:textColor="@color/medium_emphasis_text"
tools:text="jane@nextcloud.com" />
<com.facebook.drawee.view.SimpleDraweeView <com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/avatar_image" android:id="@+id/avatar_image"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- <?xml version="1.0" encoding="utf-8"?><!--
Nextcloud Android client application Nextcloud Android client application
Copyright (C) 2018 Andy Scherzinger Copyright (C) 2018-2021 Andy Scherzinger
Copyright (C) 2018 Nextcloud Copyright (C) 2018 Nextcloud
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or