fix #567, limit monthly widget month size to 1 line

This commit is contained in:
tibbi 2018-08-05 21:21:29 +02:00
parent edd6bafa43
commit 8c7654e918

View File

@ -22,6 +22,7 @@
android:layout_toLeftOf="@+id/top_right_arrow"
android:layout_toRightOf="@+id/top_left_arrow"
android:gravity="center"
android:lines="1"
android:paddingBottom="@dimen/medium_margin"
android:paddingTop="@dimen/medium_margin"
android:textSize="@dimen/month_text_size"/>