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