mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
make chip style pill-styled again even for material 3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b39bd143e0
commit
fe4e73add6
@ -23,4 +23,6 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:textAppearance="@style/ChipIncomingTextAppearance"
|
||||
app:chipBackgroundColor="#deffffff"
|
||||
app:chipCornerRadius="@dimen/standard_padding"
|
||||
app:chipStrokeWidth="@dimen/zero"
|
||||
app:closeIconEnabled="false" />
|
||||
|
@ -23,4 +23,6 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:textAppearance="@style/ChipOutgoingTextAppearance"
|
||||
app:chipBackgroundColor="@color/colorPrimary"
|
||||
app:closeIconEnabled="false"/>
|
||||
app:chipCornerRadius="@dimen/standard_padding"
|
||||
app:chipStrokeWidth="@dimen/zero"
|
||||
app:closeIconEnabled="false" />
|
||||
|
Loading…
Reference in New Issue
Block a user