Chivorns / SmartMaterialSpinner

The powerful android spinner library for your application
https://github.com/Chivorns/SmartMaterialSpinner
Other
333 stars 56 forks source link

How to put a parent class in styles.xml for applying the style to all the material spinners available. #27

Closed akhilsreekar closed 3 years ago

Chivorns commented 3 years ago

Hi @akhilsreekar , please define style with sample bellow:

<style name="smartmaterialspiiner_style">
  <item name="smsp_hintColor">#B1C025</item>
  <item name="smsp_underlineSize">0.5dp</item>
</style>
Chivorns commented 3 years ago

Hi @akhilsreekar , Is it what you need?

Chivorns commented 3 years ago

Let me close this and please re-open it again if it not resolve your problem. Thank you

akhilsreekar commented 3 years ago

Yes...That is what I needed...Thank you