use a smaller circle for marking the current day

This commit is contained in:
tibbi
2017-01-04 11:31:11 +01:00
parent 3e443fbf90
commit b7f74b6738

View File

@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android"
<item
android:left="@dimen/small_margin"
android:right="@dimen/small_margin">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadius="0dp"
android:shape="ring" android:shape="ring"
android:thicknessRatio="2" android:thicknessRatio="2"
android:useLevel="false"> android:useLevel="false">
@@ -14,7 +7,5 @@
<stroke <stroke
android:width="1dp" android:width="1dp"
android:color="@android:color/white"/> android:color="#ffffffff"/>
</shape> </shape>
</item>
</layer-list>