use proper text color and semi-transparent chip background color on mention-chips

Resolves #1131

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-14 23:28:37 +02:00 committed by Marcel Hibbe
parent ead3dfb60c
commit 6b44ef8bb9
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
</style>
<style name="ChipIncomingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
<item name="android:textColor">@color/nc_incoming_text_default</item>
<item name="android:textColor">#de000000</item>
</style>
<style name="ChipOutgoingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">

View file

@ -22,5 +22,5 @@
<chip xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:textAppearance="@style/ChipIncomingTextAppearance"
app:chipBackgroundColor="@color/white"
app:chipBackgroundColor="#deffffff"
app:closeIconEnabled="false" />