android-times-square icon indicating copy to clipboard operation
android-times-square copied to clipboard

Support API #16

Open parahall opened this issue 11 years ago • 2 comments

Hi Guys,

Although an issue with textAlignment already raised and was closed I would like to ask to raise it again. I really like the calendar and would like to use in our app, however I should support starting API 16. Is there any chance to remove "textAlignment" form style and put instead layout_gravity?

Thanks

parahall avatar Nov 12 '14 12:11 parahall

layout_gravity doesn't make any sense (we already apply gravity="center" on the cell, and CalendarRowView does all the layout of those child cells manually). We need textAlignment for RTL support. I'm open to supporting 16, we'll just have to add a values-17 folder and add the textAlginment attribute there. PRs welcome!

edenman avatar Nov 12 '14 16:11 edenman

Ok. Will do it. Thanks

parahall avatar Nov 13 '14 12:11 parahall