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 件のコメント:
コメントを投稿