aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/date_bubble_dark.xml
diff options
context:
space:
mode:
authorMartin/Geno <geno+dev@fireorbit.de>2018-11-07 02:01:26 +0100
committerMartin/Geno <geno+dev@fireorbit.de>2018-11-07 02:01:49 +0100
commit89de4a6fcb79204e670d894e68b1771440efd336 (patch)
tree93e7368c9ef7f089d7e6a7153361471771360fca /src/main/res/drawable/date_bubble_dark.xml
parent2bd3eeac7b7661b2c423c28d7fffafda8c8e420d (diff)
design message border
Diffstat (limited to 'src/main/res/drawable/date_bubble_dark.xml')
-rw-r--r--src/main/res/drawable/date_bubble_dark.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/main/res/drawable/date_bubble_dark.xml b/src/main/res/drawable/date_bubble_dark.xml
index 345c315c1..3859b4d83 100644
--- a/src/main/res/drawable/date_bubble_dark.xml
+++ b/src/main/res/drawable/date_bubble_dark.xml
@@ -4,18 +4,11 @@
android:topLeftRadius="5dp"
android:topRightRadius="5dp"
android:bottomRightRadius="5dp"
- android:bottomLeftRadius="5dp">
- </corners>
+ android:bottomLeftRadius="5dp" />
<padding
android:bottom="6dp"
android:left="6dp"
android:right="6dp"
android:top="6dp" />
- <stroke
- android:width="1dp"
- android:color="@color/grey800">
- </stroke>
- <solid
- android:color="@color/darkgreen">
- </solid>
+ <solid android:color="@color/darkgreen" />
</shape> \ No newline at end of file