2021-08-21から1日間の記事一覧

<declare-styleable>の中の<attr>

<attr>を使って、複数の変数を定義していく。 styles.xmlで、文字列customStrと整数値customIntを定義。 customStrの値は"ABCDE" customIntの値は5とする。 問題は整数値を受け入れるViewの属性。 layout_widthとかはdpなのでintegerではなくdimensionだったりする</attr>…