tags:

views:

508

answers:

1

I'm trying to get a sliding drawer to pull down from the top in my application, but I can't figure out a way to do it. Any help?

+3  A: 

The built in sliding drawer is not that flexible, your best bet is to extend it and modify its behavior, or take a look at this http://code.google.com/p/android-misc-widgets/

Faisal Abid
Ironically, I've already tried using that one, but it uses an old SDK function with R.styleable which is deprecated now, so I don't know how to get it working. Are there any examples with this actually working that are with a newer SDK version?
GuyNoir
Alright, I got it working. I had to use built in methods for grabbing the attributes.
GuyNoir
You mind sharing your code?
Scienceprodigy