popupwindow
How to set the width of the ListView in a PopupWindow on Android?
I inflated a ListView as the contentView in a PopupWindow. If I don\'t set the width & height, I can\'t see the PopupWindow.[详细]
2023-01-23 01:09 分类:问答New browser window with epecific status
I want to open a new browser wi开发者_运维知识库ndow without menu bar, tool bar or address bar and with a specific size (say 300 x 600 px), positioned at top left.[详细]
2023-01-22 16:37 分类:问答The touched control does not gain focus, when I touch outside of the PopupWindow
When I touch a control outside of the PopupWindow, the popup dismissed, b开发者_如何学Pythonut the touched control does not get focus.[详细]
2023-01-22 06:26 分类:问答Android: KeyboardView doesn't appear above EditText
I\'m trying to have an EditText and the possibility to display a keyboard at the bottom of the screen when the user taps the EditText. I\'m aware of the InputMethodService and the SoftKeyboard example[详细]
2023-01-22 04:17 分类:问答Android: PopupWindow.showAtLocation(anchorView) -> how to get the whole screen as a anchorView?
I have PopupWindow, which I\'d like to place in the center of the screen. However, I only have access to the KeyboardView (since I\'m开发者_开发问答 implementing an IME) at the bottom of the screen an[详细]
2023-01-19 15:55 分类:问答VideoView invisible in Popupwindow?
My target: I am trying to play a video when tapping on one of the item on the screen while still staying on that screen.[详细]
2023-01-19 00:55 分类:问答Popup window in .NET MVC
I have a requirement of populating a new开发者_如何学JAVA window (With no menus, no address bar) using the existing data that I have on the page.[详细]
2023-01-16 20:12 分类:问答ListView in PopupWindow,ContextMenu not popping up on Long click
fileListView = new FileListController(this); fileListView.setOnClickListener(new 开发者_如何学编程View.OnClickListener() {[详细]
2023-01-12 06:17 分类:问答How to make MapView height take the Android status bar into account?
I have clickable icons on a map showing a PopupWindow just above the icon when clicked. However, if the icon is on the topmost part of the map the PopupWindow will be hidden under the An开发者_Python百[详细]
2023-01-11 22:42 分类:问答Blur or dim background when Android PopupWindow active
I would like to be able to either blur or dim the background when I show my popup window u开发者_C百科sing popup.showAtLocation, and unblur/dim the background when popup.dismiss is called.[详细]
2023-01-06 21:43 分类:问答
加载中,请稍侯......