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: how to use the current theme's colors in a drawable xml?

I have defined two themes with different primary, primary dark, primary light and accent colors. <style name="AppTheme" parent="…

android xml runtime android-theme xml-drawable
Dotted line is actually not dotted when app is running on real Android device

in my app I use XML defined vertical dotted line. <?xml version="1.0" encoding="utf-8"?> <rotate xmlns:android="…

android android-drawable xml-drawable dotted-line
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
line drawable below textview not showing

I have a textview i want to show a line below it. I am using the drawableBottom attribute to do …

android xml-drawable