Top "Drawable" questions

A Drawable is a graphics-related term which generally means "something to be drawn.

Android Button Drawable Tint

Is it possible to tint the drawableLeft in an android button? I have a black drawable I'd like to tint …

android android-layout drawable uicolor
Understanding the Use of ColorMatrix and ColorMatrixColorFilter to Modify a Drawable's Hue

I'm working on a UI for an app, and I'm attempting to use grayscale icons, and allow the user to …

android drawable colormatrix colorfilter
Opacity on a background Drawable image in View (using XML Layout)

I was just wondering if there was a way to change the opacity of the background image for a View (…

android layout view opacity drawable
Customizing tabs on state in Android

I know how to put the icon on each tab, that is no problem. I also ran across this : [Stack …

android tabs selector drawable
How to change color of drawable shapes in android

I am developing small android application in which I set drawable resource as background for linear layout. Now what I …

android background drawable android-linearlayout
Finding the dominant color of an image in an Android @drawable

You can understand why I'm trying to find the dominant color in an image if you use Windows 7. When your …

android colors bitmap drawable
Drawable to byte[]

I have an image from the web in an ImageView. It is very small (a favicon) and I'd like to …

android database drawable android-bitmap
How to pass drawable between activities

How can I pass an image, drawable type between activities? I try this: private Drawable imagen; Bundle bundle = new Bundle(); …

android android-activity drawable
Android drawable speech bubble

I've looked for days and can not find any good leads on how I can draw a bubble or where …

java android eclipse image drawable
is there any way to find resource Id of drawable

Is there any way to get the Drawable resource ID? For example, I am using an ImageView and I may …

android resources drawable