Tagged Questions

0
votes
3answers
63 views

Drawable => grayscale

What would be the right way to turn a color Drawable into a grayscale one (to indicate disabled state)? EDIT: B/W => grayscale
3
votes
2answers
453 views

Standard Android Button with a different color

I'd like to change the color of a standard Android button slightly in order to better match a client's branding. For example, see the "Find a Table" button for the OpenTable application: The best …
1
vote
1answer
56 views

Saving Drawable to Disk and retrieving - Android

how would I save a drawable to the SDcard (custom folder) and later retrieve it assuming im keeping track of the path of the saved item. Thanks, Faisal
0
votes
2answers
107 views

Create GLX context in specific region of a window

I would like to create an OpenGL context with GLX inside a window. However, I do not want it to span over the whole window region. Instead, it should only cover a subregion. For example, GLUT …
1
vote
1answer
170 views

Optimizing paging between ImageViews in Android?

Hello, everyone, For the application I'm currently working on, I created something like ImageSwitcher for multiple images (imagine iPhone's UIScrollView with paging enabled). At first, I hardcoded …
0
votes
1answer
369 views

Can The Android drawable directory contain subdirectories?

In the Android SDK documentation, all of the examples used with the @drawable/my_image xml syntax directly address images that are stored in the res/drawable directory in my project. I am wondering …
1
vote
1answer
2k views

Android : Customizing tabs on state : How do I make a selector a drawable

I know how to put the icon on each tab, that is no problem. I also ran across this : Stack Overflow thread on pretty much same thing I followed one of the links from that question, and found this …