开发者

Open activity as pop-up and not in other screen in Android?

I am working with Bluetooth Chat sample code. In sample app the Device opens up in another screen but I have implemented the same code with the difference that DeviceListActivity is called as soon as the app is started but this opens it in another screen and I want that it should be opened as pop-up in Bluetooth chat sampl开发者_如何学Goe code.

Can someone let me know how to open Activity as pop-up?


in your manifest file, set your activity theme to dialog

 <activity android:theme="@android:style/Theme.Dialog">
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜