diff options
Diffstat (limited to 'app/src/main/res/drawable/private_message_ballon.xml')
-rw-r--r-- | app/src/main/res/drawable/private_message_ballon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/private_message_ballon.xml b/app/src/main/res/drawable/private_message_ballon.xml index 3b188119..661ced83 100644 --- a/app/src/main/res/drawable/private_message_ballon.xml +++ b/app/src/main/res/drawable/private_message_ballon.xml @@ -2,6 +2,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <corners - android:radius="18dp"> + android:radius="24dp"> </corners> </shape>
\ No newline at end of file |