android-linearlayout
Transparent LinearLayout with buttons (Android)
I\'m trying to make a menu with buttons, and my problem is that i want this menu to be over a camera view (I\'m working on Augmented Reality).[详细]
2023-03-29 23:22 分类:问答Android adapter returning LinearLayout
I have a custom adapter for ListView and I need to return LinearLayout from getView(). The reason I\'m doing it is that I have custom component which extends LinearLayout and need to be created from c[详细]
2023-03-29 16:45 分类:问答How to getMeasuredWidth() when weights are set
I have made a simple example to ilustrate the problem. Here is a simple LinearLayout: <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-28 23:30 分类:问答LinearLayout (with onClick) containing ImageButton - is there a better way to solve it?
At the moment I have something like that:开发者_Go百科 <LinearLayout android:layout_height=\"80dip\" android:id=\"@+id/linearLayoutSettings\"[详细]
2023-03-28 11:36 分类:问答Android - How to restrict width of LinearLayout
I\'m trying to restrict the width of a LinearLayout to 400dp or less.In other words, if the layout engine determines that the LinearLayout is going to be 320dp, I don\'t want to change anything, but i[详细]
2023-03-28 03:42 分类:问答admob android help
i am having problems putting admob in the layout correctly. no matter how i put it i cant seem to see the ads at all. here are the 2 layouts...[详细]
2023-03-28 02:25 分类:问答android XML scrollview and linear layout problem
I have the following code: 开发者_StackOverflow <ScrollView xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-27 18:00 分类:问答Android layout: combining LinearLayout and TableLaout
I would like to have a layout that looks like this (in landscape mode): - on top 4 equally spaced button[详细]
2023-03-27 00:00 分类:问答Scrolling with Multiple ListViews for Android
I\'m completely stumped on this one.I have three different lists that need to be displayed on the screen. It\'s completely possible that the lists will extend past the bottom edge of the screen, so I[详细]
2023-03-26 22:29 分类:问答Rows to take up the entire screen
I have one big LinearLayout(vertical)(outer table) and three small linear layouts(horizontal)(one for each row). I want the linearlayouts inside to take up the entire space. Currently they take up onl[详细]
2023-03-26 20:04 分类:问答