1
0
Fork 1

message bubbles corner radius

This commit is contained in:
Arne 2023-10-27 18:47:45 +02:00
parent 3b5e9c35d4
commit fca596688b
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners
android:topLeftRadius="3dp"
android:topLeftRadius="2dp"
android:topRightRadius="15dp"
android:bottomRightRadius="15dp"
android:bottomLeftRadius="15dp" />

View file

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<stroke android:width="2dp" android:color="@color/accent"/>
<corners
android:topLeftRadius="3dp"
android:topLeftRadius="2dp"
android:topRightRadius="15dp"
android:bottomRightRadius="15dp"
android:bottomLeftRadius="15dp" />

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners
android:topLeftRadius="3dp"
android:topLeftRadius="2dp"
android:topRightRadius="15dp"
android:bottomRightRadius="15dp"
android:bottomLeftRadius="15dp" />

View file

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<stroke android:width="2dp" android:color="@color/accent"/>
<corners
android:topLeftRadius="3dp"
android:topLeftRadius="2dp"
android:topRightRadius="15dp"
android:bottomRightRadius="15dp"
android:bottomLeftRadius="15dp" />

View file

@ -3,7 +3,7 @@
<corners
android:topLeftRadius="15dp"
android:topRightRadius="15dp"
android:bottomRightRadius="3dp"
android:bottomRightRadius="2dp"
android:bottomLeftRadius="15dp" />
<padding
android:bottom="4dp"

View file

@ -4,7 +4,7 @@
<corners
android:topLeftRadius="15dp"
android:topRightRadius="15dp"
android:bottomRightRadius="3dp"
android:bottomRightRadius="2dp"
android:bottomLeftRadius="15dp" />
<padding
android:bottom="4dp"