mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Improved contrast of contact detail number/address label
This commit is contained in:
parent
320af782af
commit
cf73566a66
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
android:layout_centerInParent="true"
|
||||
android:layout_marginTop="10dp"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?attr/primarySubtextLightColor" />
|
||||
android:textColor="?attr/primarySubtextDarkColor" />
|
||||
|
||||
<ImageView
|
||||
android:visibility="@{data.hasPresence ? View.VISIBLE : View.GONE}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue