Android CalendarView text size too small on 4.1

做~自己de王妃 提交于 2019-12-11 02:57:15

问题


It looks like there is a bug with Jelly Bean 4.1 that causes the text size of dates in CalendarView to be disproportionally small on hi-res devices. Appears that it is fixed in 4.2, but is there any workaround to make it look sensible on 4.1 devices?

I tried something like this:

<CalendarView android:dateTextAppearance="@android:style/TextAppearance.Medium" />

but no change.

Screenshot jellybean 4.1 http://android.googlecode.com/issues/attachment?aid=349320000000&name=date_too_small_gn.png&token=oky3Ymwfjqtj-Q2b1E1zi8ZEhMw%3A1366750079333&inline=1

来源:https://stackoverflow.com/questions/16179072/android-calendarview-text-size-too-small-on-4-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!