Top "Drawable" questions

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

Newer versions of Android Studio and only two drawable directory - drawable and drawable-v21

With older versions of Android Studio, all of the drawable bucket folders were created by default (i.e. drawable-mdpi, drawable-hdpi, …

android android-layout android-studio drawable
Android Drawable: Specifying shape width in percent in the XML file?

I'm trying to create a simple Drawable that I want to set as the background for a view (using setBackgroundDrawable). …

android xml drawable shape
Using layer-list to display some drawable images

Android studio 2.0 Preview 3b Hello, I have created the following layout that I want to use for a background for …

android drawable android-drawable genymotion layer-list
How to set foreground attribute to other non FrameLayout view

I would like to know how to apply or emulate foreground effect in a view different from FrameLayout, as LinearLayout …

android view drawable android-view android-framelayout
Contact Bubble EditText

I am trying to create contact bubbles in the MultiAutoCompleteTextView similiar to how it is implemented in the Google+ app. …

android android-edittext drawable html
Changing gradient background colors on Android at runtime

I'm experimenting with Drawable backgrounds and have had no problems so far. I'm now trying to change the gradient background …

android background gradient drawable
The colored image turned to have no color and just a grey vector in drawable?

I have created a new Image Assets in the Drawable cus I need to insert a new image in my …

android image android-studio drawable
Change background of EditText's error message

What I want to do is change the background color (set custom drawable) of a popup error message displayed after …

android input popup android-edittext drawable
Android crop background

I have a LinearLayout with width set to fill_parent and height to wrap_content. Now I want to give …

android background drawable crop
how to set status bar background as gradient color or a drawable in android

I want to set status bar background as gradient theme also status bar and action bar color should same gradient …

android drawable gradient statusbar