Solid drawables in android, these drawables are placed in 'drawable' folder inside 'res' folder, these are saved as xml files
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-drawablein 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-lineI 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-drawableI have a textview i want to show a line below it. I am using the drawableBottom attribute to do …
android xml-drawableHow can I make this shape using xml drawable? Been fighting over it quite some time and can't get it …
android android-drawable xml-drawable