mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
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:
parent
ead3dfb60c
commit
6b44ef8bb9
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue