Improved contrast of contact detail number/address label
This commit is contained in:
parent
6839c53e6c
commit
0937308a33
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…
Reference in a new issue