android-relativelayout
Android Layout won't scroll vertically in landscape orientation
Hi Stack Overflow Community, I\'m hoping you can help with an Android layout issue I\'m having. I can\'t seem to get my activity to scroll vertically when I have it in landscape orientation.[详细]
2023-04-05 13:18 分类:问答Relative layout on the bottom hides the layout in the middle for the equivalent height at the bottom . My XML is as below:
<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" android:layout_width=\"fill_parent\"[详细]
2023-04-05 05:16 分类:问答Android TextView Spacing Inconsistency
I have four 开发者_如何学CTextViews in a RelativeLayout set up horizontally side by side.There are no margins in between the TextViews and they all have the same background.Sometimes the TextViews app[详细]
2023-04-05 05:07 分类:问答Bottom button is cut off in my layout, we can't see the whole layout
I am using a relative layout to produce something that looks like image one. But on some phones (see image2) the bottom button is cut off and we can\'t see the whole layout. Isn\'t the purpose of rela[详细]
2023-04-04 23:42 分类:问答Order of evaluation with relative layouts, best practices and parsing of relative-layout
I read this \" It used to be that Android would use a single pass to process RelativeLayout-defined rules. That meant you could not reference a widget[详细]
2023-04-04 09:54 分类:问答How to fling a relativeLayout to translate and fill the activity on top of other layouts?
I have a relative layout with android:id=\"@+id/RelativeLayout02\" and android:layout_alignParentBottom=\"true\".[详细]
2023-04-03 17:50 分类:问答Layout File - Positioning Item to Right of Another Item (Android)
I\'m trying to position one item in a RelativeLayout to the right of another. In the example below I want the \",\" to be placed to the right of the description field. However the problem is it puts t[详细]
2023-04-03 04:45 分类:问答Changing Image for Each Row in Relative Layout - SQLite and Adapter
I am currently using the following adapter to read from an SQLite Database : private static int[] TO = {R.id.name, R.id.description, R.id.address, };[详细]
2023-04-02 06:29 分类:问答Programmatically set android:layout_centerHorizontal
In xml you can do the following:开发者_如何学Python <TextView ... android:layout_centerHorizontal=\"true\"[详细]
2023-04-01 02:08 分类:问答I get this error in the XMl layout
I don\'t understand if I have deleted something or what but in 2 projects I get an error when I load the layout.xml I couldn\'t see in the graphical but it exist in xml tab[详细]
2023-04-01 01:13 分类:问答