android - Starting activity as a Dialog with intent -
i need start activity dialog. framework made on top of activityactionbar there no way utilize theme.appcompat or set activity in manifest preform dialog "<activity android:theme="@android:style/theme.dialog" />. cant extend activity.
the activity must behave dialog , has on top of previous activity. suggestion appreciated.
the dialog has invoked intent...
create own dialogactivity extends activity , give it
requestwindowfeature(window.feature_no_title); setcontentview(r.layout.floatingactivity); read more here:
http://www.javabeat.net/dialog-activity-android/
android android-intent modal-dialog android-alertdialog
No comments:
Post a Comment