たとえば、文字列「テキスト」がある場合、値を取得することは可能ですか(値とは、属性値ではなくR.styleable.CustomView_Text
、配列内のインデックスのみを意味します)。R.styleable.CustomView
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CustomView">
<attr name="Text" format="string" />
</declare-styleable>
</resources>