반응형
custom attribute format( type )
- custom attribute 정의 할 때 사용되는 format ( type )은 다음이 가능합니다. format 은 | 로 여러개 설정이 가능합니다. ( i.e) reference | string )
* reference ( i.e.) @drawable/icon )
* color
* boolean
* dimension
* float
* integer
* string
* fraction
* enum
<attr name="my_enum_attr">
<enum name="value1" value="1" />
<enum name="value2" value="2" />
</attr>
* flag
<attr name="my_flag_attr">
<flag name="fuzzy" value="0x01" />
<flag name="cold" value="0x02" />
</attr>
도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x )
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] 안드로이드 Push notification 방법 (0) | 2012.11.13 |
---|---|
[android] EditText inputType="textPassword" coding 으로 만들기 (2) | 2012.11.12 |
[android] GCM process diagram (1) | 2012.11.09 |
[android] AndroidHttpClient vs. DefaultHttpClient vs. HttpURLConnection (0) | 2012.11.09 |
[android] Invalid use of SingleClientConnManager: connection still allocated. (0) | 2012.11.09 |
댓글