aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/date_bubble.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-11-08 19:24:54 +0100
committerChristian Schneppe <christian@pix-art.de>2018-11-08 19:24:54 +0100
commitf090b0f47d1eb10132e32b5f9f97ebd493db70a7 (patch)
tree099c53c5b684318a90c57e8b4860e56b1fe8a443 /src/main/res/drawable/date_bubble.xml
parentdc1f76d1b482d04e5d065b38527c9629d303c98b (diff)
parentdccfc8c5cb926f4f5564a3239accdd7900df4f26 (diff)
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger
Diffstat (limited to 'src/main/res/drawable/date_bubble.xml')
-rw-r--r--src/main/res/drawable/date_bubble.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/main/res/drawable/date_bubble.xml b/src/main/res/drawable/date_bubble.xml
index 3edf349e9..6d9e2462e 100644
--- a/src/main/res/drawable/date_bubble.xml
+++ b/src/main/res/drawable/date_bubble.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/grey500">
- </stroke>
- <solid
- android:color="@color/lightgreen">
- </solid>
+ <solid android:color="@color/lightgreen" />
</shape> \ No newline at end of file