android-framelayout
Stretch image in FrameLayout to match neighboring element's height?
An instance of ImageView in a RelativeLayout with height set to fill_parent will stretch as the RelativeLayout does. E.g. if an EditText in the same layout is 10 lines tall, the image will stretch to[详细]
2023-02-28 04:19 分类:问答Changing the content of framelayout on button click
Right I have a main layout defined, that has a frame, a table in that frame and then at the bottom a horizontal scroll view with a load of buttons. When the button is clicked the content of frame shou[详细]
2023-02-13 00:46 分类:问答I need a FrameLayout that will ignore a child's measurement
I have this FrameLayout: <FrameLayout android:layout_width=\"wrap_content\" android:layout_height=\"wrap_content\"[详细]
2023-02-12 23:46 分类:问答FrameLayout onClick for overlapping images on Android
First I thought that the problem will be very easy to solve, but it proved to be a challenge. Scenario[详细]
2023-02-12 09:59 分类:问答What are the differences between LinearLayout, RelativeLayout, and AbsoluteLayout?
I am confused about the difference between LinearLayout, RelativeLayout, and AbsoluteLayout. Could someone pl开发者_运维技巧ease tell me the exact differences between them? LinearLayout means you can[详细]
2023-02-09 05:09 分类:问答Android: screen orientation with FrameLayout & relativeLayout [duplicate]
This question already has answers here: How do I disable orientation change on Android? (13 answers) Closed 2 years ago.[详细]
2023-02-08 05:23 分类:问答Android. How do I dynamically change the color of the entire FrameLayout instead of just the color of the View backround?
This is my main.xml <FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" android:orientation=\"vertical\"[详细]
2023-02-04 21:37 分类:问答top border on FrameLayout when using tabs
I have a screen that uses tabs in my android application. There is a line (like a border) that shows between the tabwidget and the framelayout. I want to get rid of that line, but cant seem to find wh[详细]
2023-02-04 06:31 分类:问答Android TabHost Layout Question
This is my first tabbed application for Android. I walked through the \"HelloTabWidget\" app on androids website, but I can\'t figure out how to add content to the tabs. The FrameLayout stacks stuff o[详细]
2023-02-04 04:31 分类:问答Android: SurfaceView and Z-Level Question
I have a FrameLayout containing first a SurfaceView, and second a RelativeLayout which in turn contians various Buttons and TextViews.[详细]
2023-02-04 01:01 分类:问答