fill-parent
Relative Layout fill_parent issue
First of all, I am new to Android development so this might be a simple issue but I really can\'t get it working.[详细]
2023-04-11 08:45 分类:问答Android: Same xml acts differently depending on where I inflate it and I don't know why
Why do some views in a linearlayout within a scrollview fill the parent when fill_parent is set when inflated from xml directly but don\'t when added via a custom component that inflates the same xml?[详细]
2023-04-03 21:12 分类:问答Android TextView not filling width, why?
I have the following layout and call to that layout. At one point this very same code would fill the width of the parent layout, a tab. Now it does not and I can\'t figure out why. It is keeping me fr[详细]
2023-04-02 22:14 分类:问答Question about DP in Android
Let\'s say I prefer using \"dp\" rather than \"fill_parent\" or \"wrap_content\", what would be the appropr开发者_JAVA百科iate number to use in order to fill the screen with a picture?This depends of[详细]
2023-03-30 23:57 分类:问答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 分类:问答How can I use layout_width using resource file?
There are a activity what I want to fill the screen in a phone and pop up(dialog) for a tablet. I thought I make a layout file like this,开发者_开发知识库[详细]
2023-03-23 18:36 分类:问答"Workspace" child views not filling height on Google "iosched" app
I\'m playing around with the iosched app from Google I/O 2011. Looking at the ScheduleFragment, I\'m testing a different view on the Workspace children for flinging the pages back and forth. However,[详细]
2023-03-11 09:21 分类:问答ViewFlipper width is wrapping its content and fill_parent is not working
Here is my layout XML: <?xml version=\"1.0\" encoding=\"utf-8\"?> <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-10 19:02 分类:问答Set a Width and Height to Fill Parent Android SlideShow
i want to make a SlideShow to show the image in fu开发者_开发百科ll screen but the code i got was using a absolute size, i need to change it to fill_parent but i can\'t.[详细]
2023-03-06 03:07 分类:问答android: layout: How to make my dialog box fill the screen with the XML
I\'m trying to get a Dialog box to open covering most the screen (by that I mean it still has its nicerounded effect but cover the content behind)[详细]
2023-02-28 15:42 分类:问答