old/XML Attr

XML Attributes_TextView

jazzlife 2010. 2. 22. 11:34
(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으로 되어 있는 텍스트를 표시