Top "Xml-drawable" questions

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

BitmapFactory.decodeResource() returns null for shape defined in xml drawable

I looked through multiple similar questions, although I haven't found proper answer on my query. I have a drawable, defined …

android android-drawable xml-drawable
How to make bottom border in drawable shape XML selector?

I'm trying to create a drawable shape with different states for my button. So I wrote this: <selector xmlns:…

android drawable xml-drawable shapedrawable
Create borders on a android view in drawable xml, on 3 sides?

I want to make a drawable for my Android button, defined as drawable. I found I could set all the …

android styles xml-drawable shapedrawable
How to set Background of a TextView dynamically from Xml file

I have an xml file like below which I will use to set background for Textview: row.xml <?xml …

android textview xml-drawable
Drawing Circle programmatically using Android ShapeDrawable

I have a requirement in my project to draw a circle in runtime dynamically. So for that purpose I am …

android android-canvas android-drawable xml-drawable shapedrawable
Using drawable resources

I have this problem, see the trace stack: E/AndroidRuntime(2410): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #5: &…

android bitmap drawable xml-drawable
How do I make a drawable from multiple images?

I have three 9-patch PNG's which together make up the background for a button (left side, middle, right side). I …

android xml-drawable
Setting Background Drawable with states to android buttons

I am building a multiple choice questionnaire android program. I have the following in my onCreate() method btnArray = new Button[5]; …

android textview xml-drawable
How to preview xml drawable?

I'm working on pretty complex xml drawable and i was wondering if there is any tool/plugins which allow me …

android xml-drawable
Android tool to generate selector xml for buttons

I was wondering if anyone knows of a tool to generate xml selector files for your custom buttons. I'm getting …

android xml-drawable