msasikanth / ColorSheet

A color picker bottom sheet 🌈
Apache License 2.0
209 stars 13 forks source link

How to change title? #6

Closed webserveis closed 3 years ago

cofirazak commented 3 years ago

is there a way to change the "Pick a color" title?

webserveis commented 3 years ago

Yes, I already found it adding string reference pick_a_color

cofirazak commented 3 years ago

"adding string reference pick_a_color" - what you mean by that? what is a "string reference pick_a_color" ? and where should i add it?

msasikanth commented 3 years ago

In your project strings.xml file, you can add this string to set the name of the sheet. https://github.com/msasikanth/ColorSheet/blob/193fa46568df744efc5dea95dd053165882e1d1b/colorsheet/src/main/res/values/strings.xml#L22