aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_sent_dark_orange_private.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 21:30:32 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 21:30:32 +0100
commit78c85da03cb0c8336db9b910fae3c499ebae5f0a (patch)
treeffc184636ed805d7c413c5b66da451e46209845b /src/main/res/drawable/message_bubble_sent_dark_orange_private.xml
parentba225074d5dc89173b8058660535d417c156de2e (diff)
introduce new orange theme color
Diffstat (limited to 'src/main/res/drawable/message_bubble_sent_dark_orange_private.xml')
-rw-r--r--src/main/res/drawable/message_bubble_sent_dark_orange_private.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/res/drawable/message_bubble_sent_dark_orange_private.xml b/src/main/res/drawable/message_bubble_sent_dark_orange_private.xml
new file mode 100644
index 000000000..33b726220
--- /dev/null
+++ b/src/main/res/drawable/message_bubble_sent_dark_orange_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="5dp"
+ android:topRightRadius="5dp"
+ android:bottomRightRadius="0dp"
+ android:bottomLeftRadius="5dp" />
+ <padding
+ android:bottom="4dp"
+ android:left="6dp"
+ android:right="6dp"
+ android:top="4dp" />
+ <solid android:color="@color/darkorange" />
+</shape> \ No newline at end of file