I am having problems getting my ListFragment to fill the screen vertically.It fills fine while the data is loading but but once I call setListShown(true) it shrinks to wrap_content.I changed the backg
I am trying to have a single row in a table be scrollable. I.e, I am setting up a table with, say, two rows; adding two, say, views to the first row; then as the third element in the row am placing a
using: android:textAppearance=\"?android:attr/....\" I would like to style a TextView to look like the default style of the \"summary\" attribute within a PreferenceScreen.
I\'m trying to set the font to a custom font. the font is in a subfolder of the assets folder called \"fonts\" . This is code in my onCreate() function. Eclipse suddendly brings up the debugger saying
<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" android:layout_width=\"fill_parent\"
I have ViewFlipper and the Gallery on the same activity. ViewFlipper periodically switch two view with simple fade animation. Problem is when I scrolling in Gallery at every switch start, Gallery stop
i\'ve an app that has a slidebar at the bottom of the screen. i\'m trying to make a 2nd one at the right edge of the screen. i\'ve looked at the relative layout params but can\'t find an attribute tha
I have two buttons on the layout, and on a large-screen device (tablets) I want to cap their width so they don\'t loo开发者_开发知识库k ridiculous. I expected to use the maxWidth attribute but it appa
I\'ve created a custom view XM开发者_如何学CL layout resource MyView.xml. Can I refer to MyView by the XML layout file inside a second XML layout such as main.xml? If so, how?
According to the accepted answer to this question GridView row height, if you... \"Set your LinearLayouts to be some specific height, and the rows will all be that height.\"