Thứ Ba, 29 tháng 1, 2013

set dialog in android

Vào file Android manifest thêm element Android:Them="@android:style/Theme.Dialog";


<activity
            android:name=".Setting"
            android:label="@string/title_activity_weather"
            android:theme="@android:style/Theme.Dialog" >
            <intent-filter>
                <action android:name="ssas.Androi.SETTING" />

                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

src: https://www.youtube.com/watch?v=CqE0VZXh_kI

Không có nhận xét nào:

Đăng nhận xét