mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-01 11:16:48 +01:00
allow word breaks by chars
This commit is contained in:
parent
965e48a31d
commit
6788062bde
@ -235,7 +235,7 @@ class MonthFragment : Fragment(), MonthlyCalendar {
|
||||
|
||||
(View.inflate(context, R.layout.day_monthly_item_view, null) as TextView).apply {
|
||||
setTextColor(textColor)
|
||||
text = it.title
|
||||
text = it.title.replace(" ", "\u00A0") // allow word break by char
|
||||
gravity = Gravity.START
|
||||
background = backgroundDrawable
|
||||
layoutParams = eventLayoutParams
|
||||
|
Loading…
x
Reference in New Issue
Block a user