2011年7月11日月曜日

Dialog activity

Android can create two types of dialog.

Dialog can be created temporary in the code.

One more, dialog can be created as an activity.
Like this in AndroidManifest.xml;

        <activity android:name=".SetupCuActivity"
                  android:label="@string/app_name"
                  android:theme="@android:style/Theme.Dialog">
        </activity>

0 件のコメント:

コメントを投稿