You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
first - thanks for providing this library to everyone it'll save me a lot of time.
I am using your library and currently it provides english and I assume danish locales only. Is there any way to change/add locales e.g. for the different textViews within activity_preview or for the dialog you create within onSettingsClick(...)?
Currently I get your library via Gradle and actually I don't want to import it manually and modify it myself.
It would be nice to hear from you.
Alex
The text was updated successfully, but these errors were encountered:
Hi, thank you for your feedback. Currently I am working on next version and I will think how to add this. As quick solution without a lot of modifying you can just put the required locale strings into your application project res/values but use the same names as in library for them and they will be override by your application values. As for next version release date - it will be beginning of the February.
Hi there,
first - thanks for providing this library to everyone it'll save me a lot of time.
I am using your library and currently it provides english and I assume danish locales only. Is there any way to change/add locales e.g. for the different textViews within
activity_preview
or for the dialog you create withinonSettingsClick(...)
?Currently I get your library via Gradle and actually I don't want to import it manually and modify it myself.
It would be nice to hear from you.
Alex
The text was updated successfully, but these errors were encountered: