SimplicityApks / ReminderDatePicker

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

Use resources from project #28

Closed chrisonline closed 9 years ago

chrisonline commented 9 years ago

Is it possible to use the resources from the project who uses this library? I am talking about the dropdown text elements like "select_time", "spinner_time_footer", "time_morning", ...

My app can be translated via Webinterface and I want that the dropdown can be translated too. So it would be great to add a flag to use the resources from the project instead of the library. If this is possible. Have never done this.

SimplicityApks commented 9 years ago

You should be able to override any resources by simply giving them the same name, see here. So no need for a flag, but once you've translated the strings it would be nice if you could create a pull request ;).

chrisonline commented 9 years ago

OK thanks, great tip! Yes of course if my users are translated a bunch I will do that.