Improved contrast of contact detail number/address label

This commit is contained in:
Sylvain Berfini 2020-12-03 14:34:20 +01:00
parent 6839c53e6c
commit 0937308a33

View file

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