First of all, I am new to Android development so this might be a simple issue but I really can\'t get it working.
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?
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
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
I have the following code: 开发者_StackOverflow <ScrollView xmlns:android=\"http://schemas.android.com/apk/res/android\"
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,开发者_开发知识库
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,
Here is my layout XML: <?xml version=\"1.0\" encoding=\"utf-8\"?> <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
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.
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)