diff options
author | Martin/Geno <geno+dev@fireorbit.de> | 2018-11-07 02:01:26 +0100 |
---|---|---|
committer | Martin/Geno <geno+dev@fireorbit.de> | 2018-11-07 02:01:49 +0100 |
commit | 89de4a6fcb79204e670d894e68b1771440efd336 (patch) | |
tree | 93e7368c9ef7f089d7e6a7153361471771360fca /src/main/res/drawable/message_bubble_sent_blue.xml | |
parent | 2bd3eeac7b7661b2c423c28d7fffafda8c8e420d (diff) |
design message border
Diffstat (limited to 'src/main/res/drawable/message_bubble_sent_blue.xml')
-rw-r--r-- | src/main/res/drawable/message_bubble_sent_blue.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/res/drawable/message_bubble_sent_blue.xml b/src/main/res/drawable/message_bubble_sent_blue.xml deleted file mode 100644 index 1ee3ad0c8..000000000 --- a/src/main/res/drawable/message_bubble_sent_blue.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="4dp" - android:left="6dp" - android:right="6dp" - android:top="4dp" /> - <stroke - android:width="1dp" - android:color="@color/grey500"> - </stroke> - <solid - android:color="@color/lightblue"> - </solid> -</shape>
\ No newline at end of file |