aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/date_bubble.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/date_bubble.xml')
-rw-r--r--src/main/res/drawable/date_bubble.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/drawable/date_bubble.xml b/src/main/res/drawable/date_bubble.xml
index 1669d5a02..3edf349e9 100644
--- a/src/main/res/drawable/date_bubble.xml
+++ b/src/main/res/drawable/date_bubble.xml
@@ -13,9 +13,9 @@
android:top="6dp" />
<stroke
android:width="1dp"
- android:color="?attr/color_border">
+ android:color="@color/grey500">
</stroke>
<solid
- android:color="?attr/color_bubble_date">
+ android:color="@color/lightgreen">
</solid>
</shape> \ No newline at end of file