mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fix #267, remove hyphens from event title at monthly view on Android 7+
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
android:layout_margin="1dp"
|
||||
android:ellipsize="none"
|
||||
android:gravity="start"
|
||||
android:hyphenationFrequency="none"
|
||||
android:maxLines="1"
|
||||
android:paddingLeft="@dimen/tiny_margin"
|
||||
android:paddingRight="@dimen/tiny_margin"
|
||||
android:textSize="@dimen/day_monthly_text_size"
|
||||
tools:targetApi="m"
|
||||
tools:text="1"/>
|
||||
|
Reference in New Issue
Block a user