android-framelayout
Android -- How to remove that little extra padding when using a ListView with custom background?
I have the following layout: <?xml version=\"1.0\" encoding=\"utf-8\"?> <FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-17 09:41 分类:问答redundant onDraw() calls in FrameLayout
I have the following layout structure in my xml: <FrameLayoutxmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-09 16:47 分类:问答ListView in background receives input (Fragment API)
My app is based on a tabbed layout where each tab is assignes a FragmentActivity. One of this activities has the following layout:[详细]
2023-03-09 06:42 分类:问答Trouble scrolling 2 ScrollViews on a FrameLayout
I have a FrameLayout which has a ScrollView as the only child. During runtime I inflate a RelativeLayout which has a ScrollView within and add it to the FrameLayout开发者_如何学Go (This child view now[详细]
2023-03-09 03:37 分类:问答How to achieve this layout on all devices excluding tablets
I am not worried about tablets at the moment, just android phones. I have some pay as you go LG phone that I use to develop on. I have a frame layout with a VideoView and a WebView in it.[详细]
2023-03-06 23:17 分类:问答How can I align an element to the right in the FrameLayout?
I have a FrameLayout which contains 2 views , the second is something like a Close Button (X) and i want to position it on the right.[详细]
2023-03-06 21:16 分类:问答Switch Between views in FrameLayout
How do you swit开发者_如何转开发ch between views in a FrameLayout? For example, I have one SurfaceView in my FrameLayout and I want it to display a DialogBox when the game is over to receive user text[详细]
2023-03-04 05:10 分类:问答Is a dialogBox considered a View?
Is a DialogBox considered a View in And开发者_运维百科roid? I want to add one to a FrameLayout, but I\'m not sure if I can? Is it possible?Unless there\'s something I\'m missing, no, Dialog inherits d[详细]
2023-03-03 21:11 分类:问答Switch Between views in FrameLayout from a child view
I currently havea SurfaceView (named BoardView) that is being stored in a FrameLayout. There is another LinearLayout (l1) that is stored in this FrameLayout(f1) which contains an EditText. I want to b[详细]
2023-03-03 14:14 分类:问答Custom Layout: Nested views are sizing as full screen
I\'m creating a custom layout class and the views within the layout are sizing properly. The problem I\'m having is that if I include another layout within that one the size of all the nested view\'s[详细]
2023-03-01 15:17 分类:问答