android-linearlayout
LinearLayout - Vertically not align
I got a problem with LinearLayout on Android. I have four buttons. Each button has a fixed size, but the text can vary in length.[详细]
2023-03-23 08:12 分类:问答Why is programatic layout invisible?
my TextView that I add to my LinearLayout is not visible...why ? layoutVenues = (LinearLayout) findViewById(R.id.开发者_如何学JAVAlayoutv);[详细]
2023-03-23 07:48 分类:问答Android + setDividerDrawable on a LinearLayout?
I\'m interested in adding dividers to a LinearLayout\'s children dynamically.I see in the docs that LinearLayout contains a CONST \"SHOW_DIVIDER_MIDDLE\" along with get and set divider methods.Can som[详细]
2023-03-22 23:33 分类:问答Creating Background Image for Android App - Java
I\'m just getting started with android development and I need help with background images. I want to be able to have a background image and then overlay other items (buttons, text, etc.) on top of tha[详细]
2023-03-22 16:25 分类:问答How to display varying cell layouts with asynchronously updating text and images?
I am working on a remote controlling app for a home automation system. The mobile and the home automation device communicate via WebSockets.[详细]
2023-03-22 15:11 分类:问答Nest TableLayout inside LinearLayout - is it possible?
I want to produce an Android screen layout that looks something like the following: LabelText Field LabelText Field[详细]
2023-03-21 23:01 分类:问答Add array of strings to linear layout
My code is below. I am displaying the details, but not in a proper way. Can you please help me? TextView tv1=new TextView(this);[详细]
2023-03-21 19:31 分类:问答Scroller in linearlayout
I want to develop class like gallery widget on iPhone,but on android. And i use linearlayout inherited class with scroller inside(for fling).Where i can see example scr开发者_开发问答oller fling in la[详细]
2023-03-20 06:45 分类:问答Android resizing problem with LinearLayout and tiled background
I have the following layout (it is complex but I have to put it all) ; I have 3 LinearLayouts, horizontal with a tiled png as background : 2 must be placed in the top of the screen and the last in the[详细]
2023-03-20 06:17 分类:问答Android ImageButton not aligned with EditText and Button
I currently have this in my layout.xml <开发者_如何学PythonEditText android:id=\"@+id/body\" android:layout_width=\"wrap_content\"[详细]
2023-03-20 01:13 分类:问答