msasikanth / ColorSheet

A color picker bottom sheet 🌈

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change title?

webserveis opened this issue · comments

How to change title?

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

Yes, I already found it adding string reference pick_a_color

"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?

In your project strings.xml file, you can add this string to set the name of the sheet.

<string name="pick_a_color">Pick a color</string>