(1) android:hint
Param : 표시할 내용.
: 힌트로 내용을 표시한다.
(2) android:paddingBottom
Param : 정수형 dip 값.
화면에 상대적인 크기로 패딩을 준다.
(3) android:text
Param : text, @string/name
(예) "hello" : "hello"를 textview container에 표시
(예) "@string/name : res/strings.xml에서 id가 name으로 되어 있는 텍스트를 표시
Param : 표시할 내용.
: 힌트로 내용을 표시한다.
(2) android:paddingBottom
Param : 정수형 dip 값.
화면에 상대적인 크기로 패딩을 준다.
(3) android:text
Param : text, @string/name
(예) "hello" : "hello"를 textview container에 표시
(예) "@string/name : res/strings.xml에서 id가 name으로 되어 있는 텍스트를 표시
'old > XML Attr' 카테고리의 다른 글
XML Attributes_Animation (0) | 2010.02.22 |
---|---|
XML Attributes_LinearLayout (0) | 2010.02.22 |