eluleci / FlatUI

Android FlatUI Kit
1.66k stars 422 forks source link

Support New Components #29

Open nitinnaikwadi1 opened 10 years ago

nitinnaikwadi1 commented 10 years ago

Hi your library is great and i use it in my applications. i just wanted to know when you going to add new components like Spinner,Drop-down etc.

WeijunDeng commented 10 years ago

I would like to do it in somedays. :)

eluleci commented 10 years ago

I am thinking to add some new views but unfortunately I don't have much time for it. If you would like to add I can merge your pull requests. Also I'll try to work on it ASAP.

nitinnaikwadi1 commented 10 years ago

Hey, i tried adding new components but somehow i didn't get it to work,it seems adding spinner is not straight forward, can you at least guide a logic.i will try implement it. Thanks.

eluleci commented 10 years ago

I added a spinner example to the sample project. It is not a new component. It is just a spinner with custom views for button and rows so it is not dynamic now (can't change theme dynamically).

Also I didn't change the corner triangle and bottom border color of spinner. I hope you can find a way for changing them.

I hope it works fine for you.