Custom Attributes of array type

nikeq

New Member
Can someone please help me on how can i define an custom attribute of type "string-array" because i cannot find Formats to define array.\[code\]<?xml version="1.0" encoding="utf-8"?><resources> <declare-styleable name="MyCustomWidget"> <attr name="myarray" format="string-array"/> </declare-styleable></resources>\[/code\]This code doesn't seem to work.What should be my "format"?
 
Back
Top