diff --git a/app/src/main/res/xml/chip_others.xml b/app/src/main/res/xml/chip_others.xml index 829d30a84..534bf454b 100644 --- a/app/src/main/res/xml/chip_others.xml +++ b/app/src/main/res/xml/chip_others.xml @@ -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" /> diff --git a/app/src/main/res/xml/chip_you.xml b/app/src/main/res/xml/chip_you.xml index 800ba7216..ae1c862ad 100644 --- a/app/src/main/res/xml/chip_you.xml +++ b/app/src/main/res/xml/chip_you.xml @@ -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" />