Top "Drawable" questions

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

Android resource linking failed Android studio 3.3

I am getting this error "Android resource linking failed C:\Users\xervice111\AndroidStudioProjects\ud843-QuakeReport-starting-point\app\src\main\res\layout\…

android android-gradle-plugin drawable xml-drawable
Android GLSurfaceView with drawable background

I have a GLSurfaceView with a drawable as background, however only the background is visible when rendered without surfaceView.setZOrderOnTop(…

android opengl-es background drawable glsurfaceview
Is samsung galaxy nexus hdpi or xhdpi

I am placing images in drawable-xhdpi folder and galaxy nexus doesn't pick it up. Is galaxy nexus HDPI or XHDPI?

android drawable hdpi
Find out if resource is used

I am looking for an efficient way to find out if a resource (mostly a drawable) is used in Java …

android resources tracking drawable
How to get a File instance of a drawable?

Below is the code that I cope with logo printing. The logo is placed in res/drawable folder. When I …

android file uri drawable fileinputstream
How to merge two Drawables dynamically in Android?

so I have two different Drawables which I need to merge and get a single Drawable at runtime. I want …

android android-layout drawable android-drawable layerdrawable
How to manage drawables for phone and tablet, both hdpi?

I've tried to run my app on a Nexus-One-like emulator skin and a Galaxy-Tab-like. As far as I know, both …

android resources drawable tablet hdpi
Sweep Gradient : What it is and its examples

I came across Sweep Gradient on Android and was intrigued if it could give me a better control over the …

android drawable gradient sweepgradient
Android: Accessing images from assets/drawable folders

The app I am currently working on has hundreds of images. At the moment I store them in the 'Drawable' …

android image drawable assets
Rounded rectangle with stroke on top android drawable XML

I was trying to make a drawable using XML in android. The requirement is I need to have a rounded …

android xml drawable android-drawable xml-drawable