5
有人可以請我幫助我如何定義類型「字符串數組」的自定義屬性,因爲我找不到格式來定義數組。陣列類型的自定義屬性
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MyCustomWidget">
<attr name="myarray" format="string-array"/>
</declare-styleable>
</resources>
此代碼似乎不起作用。 什麼應該是我的「格式」?