开发者

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

开发者 https://www.devze.com 2023-01-26 13:34 出处:网络
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

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

精彩评论

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

关注公众号