aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_sent_dark.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-16 15:11:29 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-16 15:11:29 +0100
commit0d649e48bb53dd6467a3c6cebbdbb61930e1444b (patch)
tree02e053bdc264f995d63cbdc85c659cb4df7f54f8 /src/main/res/drawable/message_bubble_sent_dark.xml
parentda925991c10da1cd763442c1e8b214994e926532 (diff)
rework design colors and make it compatible with older ROMs
Diffstat (limited to 'src/main/res/drawable/message_bubble_sent_dark.xml')
-rw-r--r--src/main/res/drawable/message_bubble_sent_dark.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/res/drawable/message_bubble_sent_dark.xml b/src/main/res/drawable/message_bubble_sent_dark.xml
deleted file mode 100644
index 3cbe163ec..000000000
--- a/src/main/res/drawable/message_bubble_sent_dark.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
- <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/darkblue" />
-</shape> \ No newline at end of file