broakenmedia / MultiContactPicker

Launch a multi-select contact picker activity, useful for importing and inviting contacts to apps.
Apache License 2.0
143 stars 58 forks source link

How to change color for the action text (e.g. Select All & Finish) #31

Open ejaz1977pk opened 6 years ago

ejaz1977pk commented 6 years ago
  1. By default, these action items turn out as blue (i.e. Azure). Can I change these colors to colorAccent of my project?

  2. Also, how can I change the text from 'Finish' to something else (such as 'Done' etc.)?

broakenmedia commented 5 years ago

I don't believe this is currently possible, will look at ways to incorporate it. The text buttons use a custom selector, i will probably need to make it replaceable as a whole in the builder as opposed to setting a straight color.