TextDrawable.this

Create from text drawable source file format: { text: "text line 1" "text line 2" "text line 3" backgroundColor: 0xFFFFFF [,0xFFFFFF]* textColor: 0x000000, [,0x000000]* ninepatch: left,top,right,bottom padding: left,top,right,bottom }

Text lines may be in "" or '' or ` quotes. bc can be used instead of backgroundColor, tc instead of textColor

Sample short form: { 'line1' 'line2' 'line3' bc 0xFFFFFFFF tc 0x808080 stretch }

Meta