Top "Drawable" questions

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

Drawable => grayscale

What would be the right way to turn a color Drawable into a grayscale one (to indicate disabled state)? EDIT: …

android drawable
android programmatically blur imageview drawable

I want to programmatically blur and unblur images in Android. I hear that android flag "blur" is no longer supported …

android bitmap imageview drawable blur
Android HTML ImageGetter as AsyncTask

Okay, I'm losing my mind over this one. I have a method in my program which parses HTML. I want …

android html-parsing drawable android-asynctask
Glide: load drawable but don't scale placeholder

Is there a way to use Glide to assign a placeholder but keep this image to its original scale? I …

android image drawable android-glide
Android - How combining Shape drwable and text color different states for button?

I have some troubles managing Android State List for a button. I specified some Shape drwable item for different states, …

android drawable shape textcolor
How to convert int to drawable?

I have created a dialog with list of icons, i.e drawables. I have created a grid view to show …

android int drawable android-gridview
Custom Home Icon in Action Bar Sherlock

I am trying to set custom icon for home icon using ActionBarSherlock library. I have tried to set custom layout …

android drawable android-actionbar actionbarsherlock
Save images from drawable to internal file storage in Android

I have some 10 images saved in drawable folder. I want to move them to internal file storage. Is this possible? …

android drawable file-storage
Android radial gradient

I've got following drawable set as LinearLayout background: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.…

android background drawable gradient radial
Android different drawable screen resolutions

I'm a bit confused as to what resolutions I should be saving my images in for the different drawable folders. …

android image screen drawable resolution