Messaging: Tint recipient field properly

We need to tint the underline ourselves, reyling on forceDarkAllowed
does nothing here

Change-Id: I2c390a76df5aef6e16512295521d073dbe25d5fc
This commit is contained in:
Michael W
2024-12-26 17:43:06 +01:00
parent 8ae38097b0
commit 6cdd458b69
2 changed files with 11 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
android:maxHeight="@dimen/compose_message_chips_view_max_height">
<com.android.messaging.ui.contact.ContactRecipientAutoCompleteView
android:forceDarkAllowed="false"
android:id="@+id/recipient_text_view"
style="@style/RecipientEditTextView"
android:layout_width="match_parent"