Top "Xml-drawable" questions

Solid drawables in android, these drawables are placed in 'drawable' folder inside 'res' folder, these are saved as xml files

Android dashed line drawable potential ICS bug

The following is a dashed line, defined as a ShapeDrawable in XML: <shape xmlns:android="http://schemas.android.com/…

android xml-drawable shapedrawable
Error inflating class <unknown>

I am trying to work my way in UI. I am trying to set stateListDrawable for list entries. All I …

android textview android-inflate xml-drawable
Selector, Layer-list and shape/bitmap in the same xml

I have this code in an xml inside the drawable folder: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:…

android android-studio lint xml-drawable
Android TextView DrawableTint on pre v23 devices

Is there any way we can tint the Drawable used in the TextView? DrawableTint works only on API level 23 and …

android textview xml-drawable
Change shape border color at runtime

I have this shape in my drawable folder: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.…

android xml-drawable
Android XML drawable rounded corners with bitmap tag

I have next XML drawable blue_button <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.…

android xml xml-drawable
How to save, export, or convert an Android XML Drawable as a PNG image file?

I have a gradient I really like but I created it using XML drawable: <gradient android:startColor="#DD181C18" …

android gradient xml-drawable
Glossy gradient with android drawable xml

I'm trying to bring out a glossy xml drawable gradient as a background to a layout. I am already using …

android android-layout drawable xml-drawable
Android circular progress bar with rounded corners

I am trying to get a circular progress bar with rounded corner as shown below. But I am not able …

android android-drawable xml-drawable
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