mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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
@ -53,7 +53,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="ChipIncomingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
<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>
|
||||||
|
|
||||||
<style name="ChipOutgoingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
<style name="ChipOutgoingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
||||||
|
@ -22,5 +22,5 @@
|
|||||||
<chip xmlns:android="http://schemas.android.com/apk/res/android"
|
<chip xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:textAppearance="@style/ChipIncomingTextAppearance"
|
android:textAppearance="@style/ChipIncomingTextAppearance"
|
||||||
app:chipBackgroundColor="@color/white"
|
app:chipBackgroundColor="#deffffff"
|
||||||
app:closeIconEnabled="false" />
|
app:closeIconEnabled="false" />
|
||||||
|
Loading…
Reference in New Issue
Block a user