1. カスタム属性を定義する res/values/attr.xmlで属性を定義する。 <xml version="1.0" encoding="utf-8"?> <resources> <attr name="textValue1" format="string" /> <attr name="textColor" format="color" /> </resources>attr.xmlを編集すると、R.attrクラス内に属性定数が自動的に作成される。 public final class R { public static final class attr { public static final int textValue1=0x7f010000; public static final int textColor=0x7f010001; } }定義した属性名は、Android
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く