make the circle marking the current day a bit thicker

This commit is contained in:
tibbi 2017-10-06 18:38:58 +02:00
parent c67419b7e4
commit 058d02e774
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<solid android:color="@android:color/transparent"/>
<stroke
android:width="1dp"
android:width="2dp"
android:color="@android:color/white"/>
</shape>