2011년 4월 16일 토요일

Custom title bar 만들기 2

2. NoTitleBar 테마 적용 후 title레이아웃 정의 후 배치

(AndroidManfest.xml)

<activity android:name="Settings"
            android:label="@string/sync_settings"
            android:theme="@android:style/Theme.NoTitleBar"/>

(screen_sample.xml)

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    <include layout="@layout/title"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

정의한 title을 레이아웃에 include해준다.

댓글 없음:

댓글 쓰기