1

たとえば、文字列「テキスト」がある場合、値を取得することは可能ですか(値とは、属性値ではなく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>
4

1 に答える 1

0

パラメータを「styleable」Resources.getIdentifierに設定して、メソッドを使用します。defType

于 2014-05-06T16:57:57.827 に答える