mrokgovorun / color-picker-view

Automatically exported from code.google.com/p/color-picker-view
0 stars 0 forks source link

Localization attached #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: