SimplicityApks / ReminderDatePicker

A Google Keep-like Date and Time Picker for reminders
Apache License 2.0
74 stars 26 forks source link

Changing FontFamily #30

Closed chrisonline closed 9 years ago

chrisonline commented 9 years ago

I've tried to change the font family, but it does not work. Is it possible to change it? If yes, how? If no, can you add such functionality?

I need it at least at the spinner. DropDown would be great, but not a must have.

SimplicityApks commented 9 years ago

What did you try to change it? I assume you'd have to override each of the @layout/twintext{item;footer;dropdown;...}.xml items and use the android:fontFamily attribute there. I don't know if it's worth making a separate attribute just to change the spinner font...

chrisonline commented 9 years ago

Thanks, I always forget the "override" thing!! Works perfect now with the override of the twin_text elements.

So no need to add a attribute.