aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_sent_light.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/message_bubble_sent_light.xml')
-rw-r--r--src/main/res/drawable/message_bubble_sent_light.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/res/drawable/message_bubble_sent_light.xml b/src/main/res/drawable/message_bubble_sent_light.xml
deleted file mode 100644
index a66321a19..000000000
--- a/src/main/res/drawable/message_bubble_sent_light.xml
+++ /dev/null
@@ -1,21 +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">
- </corners>
- <padding
- android:bottom="2dp"
- android:left="6dp"
- android:right="6dp"
- android:top="2dp" />
- <stroke
- android:width="1dp"
- android:color="?attr/color_border">
- </stroke>
- <solid
- android:color="?attr/color_bubble_light">
- </solid>
-</shape> \ No newline at end of file