mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
fix #267, remove hyphens from event title at monthly view on Android 7+
This commit is contained in:
parent
72a146b11d
commit
846c5582ff
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user