본문 바로가기

나의 플랫폼/안드로이드

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

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

<TextView

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

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

    android:layout_width="fill_parent"

    android:layout_height="wrap_content"/>


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