make chip style pill-styled again even for material 3

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-05-22 16:58:52 +02:00
parent b39bd143e0
commit fe4e73add6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 5 additions and 1 deletions

View File

@ -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" />

View File

@ -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" />