android-times-square
android-times-square copied to clipboard
Support API #16
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
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!
Ok. Will do it. Thanks