aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/date_bubble_dark.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-28 22:33:28 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-28 22:33:28 +0200
commit092926db0bdf298bb99b41ab67305c34aa960469 (patch)
treed81b84c8fef768bb5950decdd76b6d1f98dc4250 /src/main/res/drawable/date_bubble_dark.xml
parent68adf4c7e9bf9ca68dd81305accd12b56de38b4c (diff)
Revert "design: bubbles more curvier, avatar higher radius and no border"
This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
Diffstat (limited to 'src/main/res/drawable/date_bubble_dark.xml')
-rw-r--r--src/main/res/drawable/date_bubble_dark.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/drawable/date_bubble_dark.xml b/src/main/res/drawable/date_bubble_dark.xml
index 64f5c1515..345c315c1 100644
--- a/src/main/res/drawable/date_bubble_dark.xml
+++ b/src/main/res/drawable/date_bubble_dark.xml
@@ -11,7 +11,11 @@
android:left="6dp"
android:right="6dp"
android:top="6dp" />
+ <stroke
+ android:width="1dp"
+ android:color="@color/grey800">
+ </stroke>
<solid
android:color="@color/darkgreen">
</solid>
-</shape>
+</shape> \ No newline at end of file