Always use proper primary color
This commit is contained in:
parent
f7c9dfbc8e
commit
737189746e
|
@ -362,7 +362,7 @@ class ThreadAdapter(
|
|||
background.applyColorFilter(backgroundColor.getContrastColor())
|
||||
vcard_title.setTextColor(textColor)
|
||||
vcard_subtitle.setTextColor(textColor)
|
||||
vcard_view_contact.setTextColor(context.getLinkTextColor())
|
||||
view_contact_details.setTextColor(properPrimaryColor)
|
||||
}
|
||||
thread_mesage_attachments_holder.addView(vCardView)
|
||||
|
||||
|
|
|
@ -34,14 +34,14 @@
|
|||
android:layout_marginStart="@dimen/normal_margin"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toTopOf="@id/vcard_view_contact"
|
||||
app:layout_constraintBottom_toTopOf="@id/view_contact_details"
|
||||
app:layout_constraintStart_toEndOf="@id/vcard_photo"
|
||||
app:layout_constraintTop_toBottomOf="@id/vcard_title"
|
||||
tools:text="and 6 others"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/vcard_view_contact"
|
||||
android:id="@+id/view_contact_details"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/normal_margin"
|
||||
|
|
Loading…
Reference in New Issue