Skip to content
Snippets Groups Projects
Commit 413e953f authored by Ali's avatar Ali Committed by Mohammad Hasan Keramat J
Browse files

messaging: Reducing the size of the radius of the bubbles

Change-Id: Iab3065194dff35d9752e6ad860755ade67038b02
parent d0bd48a8
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,5 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_filter_base_color" />
<corners android:radius="28dp" />
<corners android:radius="16dp" />
</shape>
......@@ -16,5 +16,5 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_filter_base_color" />
<corners android:radius="28dp" />
<corners android:radius="16dp" />
</shape>
......@@ -9,5 +9,5 @@
android:shape="rectangle">
<solid android:color="@color/compose_send_text_background_color" />
<corners android:radius="28dp" />
<corners android:radius="16dp" />
</shape>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment