aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_received_warning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/message_bubble_received_warning.xml')
-rw-r--r--src/main/res/drawable/message_bubble_received_warning.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/main/res/drawable/message_bubble_received_warning.xml b/src/main/res/drawable/message_bubble_received_warning.xml
index b3bf6d451..6989c328a 100644
--- a/src/main/res/drawable/message_bubble_received_warning.xml
+++ b/src/main/res/drawable/message_bubble_received_warning.xml
@@ -4,18 +4,14 @@
android:topLeftRadius="0dp"
android:topRightRadius="5dp"
android:bottomRightRadius="5dp"
- android:bottomLeftRadius="5dp">
- </corners>
+ android:bottomLeftRadius="5dp" />
<padding
android:bottom="4dp"
android:left="6dp"
android:right="6dp"
android:top="4dp" />
<stroke
- android:width="1dp"
- android:color="@color/grey500">
- </stroke>
- <solid
- android:color="@color/lightred">
- </solid>
+ android:width="1.5dp"
+ android:color="@color/black12" />
+ <solid android:color="@color/lightred" />
</shape> \ No newline at end of file