I translated the dialog title ("Pick a color") in 10 languages for my project,
so I thought it'd nice to share it with you.
The only change in the code is replacing ColorPickerDialog.java:67
setTitle("Pick a Color");
with
setTitle(getContext().getString(R.string.color_dialog_title));
I've attached the translations. I hope you find this useful :)
Original issue reported on code.google.com by soul...@gmail.com on 23 Aug 2013 at 12:34
Original issue reported on code.google.com by
soul...@gmail.com
on 23 Aug 2013 at 12:34Attachments: