나의 플랫폼/안드로이드

[ Android ] TextView에 DefaultDevice Style을 적용하는 방법.

GsBOB 2012. 3. 16. 11:46

<TextView

    android:id="@android:id/title"

    style="@android:style/TextAppearance.DeviceDefault.Large"

    android:layout_width="fill_parent"

    android:layout_height="wrap_content"/>


위와 같이 기본적으로 설정 되어 있는 스타일을 불러 와서 적용 시키면 됩니다.