In Android, a Drawable is a general abstraction for "something that can be drawn.
I need to add an image to the res/drawable folder... When I choose new > image asset, it comes …
android-studio android-drawableI have some problems finding the documentation of the definitions of shapes in XML for Android. I would like to …
android android-drawable shapesI would like to set a certain Drawable as the device's wallpaper, but all wallpaper functions accept Bitmaps only. I …
android bitmap wallpaper android-drawableWith new android API 22 getResources().getDrawable() is now deprecated. Now the best approach is to use only getDrawable(). What changed?
android android-drawable android-resources android-5.1.1-lollipopHow can I convert a Bitmap image to Drawable ?
android bitmap android-drawableI'm working on an android application, and I have a drawable that I'm loading up from a source image. On …
android android-drawableI'm working with Android Studio 1.1 Preview 1. I noticed that when I create a new project I'm getting the following hierarchy: …
android android-drawable mipmapsIs it possible to set the margin or padding for the image which we added with the android:drawableLeft?
android android-layout android-drawableI'm trying to figure out how to define a vertical line (1dp thick) to be used as a drawable. To …
android android-layout line android-xml android-drawableThe Android SDK offers the standard menu icons via android.R.drawable.X. However, some standard icons, such as ic_…
android android-drawable android-icons