diff options
author | Christian Schneppe <kriztan@users.noreply.github.com> | 2018-11-08 19:20:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 19:20:14 +0100 |
commit | dccfc8c5cb926f4f5564a3239accdd7900df4f26 (patch) | |
tree | b55ff8a44ac8e31e997bd2ee1e7896c99ba95a9f /src/main/res/drawable/date_bubble_dark.xml | |
parent | dbec38d3b2aece30f29bdb7e6526ca6bc288777e (diff) | |
parent | 2919429c99ca0795988bec9c66a81f246192b17a (diff) |
Merge pull request #262 from genofire/mini-redesign
design message border
Diffstat (limited to 'src/main/res/drawable/date_bubble_dark.xml')
-rw-r--r-- | src/main/res/drawable/date_bubble_dark.xml | 11 |
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 |