aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_received_light_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/message_bubble_received_light_dark.xml')
-rw-r--r--src/main/res/drawable/message_bubble_received_light_dark.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/res/drawable/message_bubble_received_light_dark.xml b/src/main/res/drawable/message_bubble_received_light_dark.xml
new file mode 100644
index 000000000..b5c38d7e9
--- /dev/null
+++ b/src/main/res/drawable/message_bubble_received_light_dark.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
+ <corners
+ android:topLeftRadius="0dp"
+ android:topRightRadius="5dp"
+ android:bottomRightRadius="5dp"
+ android:bottomLeftRadius="5dp">
+ </corners>
+ <padding
+ android:bottom="2dp"
+ android:left="6dp"
+ android:right="6dp"
+ android:top="2dp" />
+ <stroke
+ android:width="1dp"
+ android:color="@color/grey800">
+ </stroke>
+ <solid
+ android:color="@color/darkwhite">
+ </solid>
+</shape> \ No newline at end of file