android-relativelayout
scaled ImageView placement in RelativeLayout
I need to place three elements inside RelativeLayout: scaled image in ImageView on the right side with the top and bottom margins[详细]
2023-03-31 17:36 分类:问答Android - problem with RelativeLayout children with GONE visibility
Here the sample code: public class CustomImageVIew extends LinearLayout{ private Image mImage = null; private ImageView mImageView;[详细]
2023-03-31 03:56 分类:问答LinearLayout with nested RelativeLayout, order problem
I\'ve got a problem with 2 dynamically created Layouts, the outer one being a LinearLayout which contains a relativeLayout and a Button (just for testing, will me more buttons soon).[详细]
2023-03-30 22:35 分类:问答Android relative layout gravity fill problem
I am trying to create a layout of 8 image-buttons that fill the screen. I have the following code: <RelativeLayout[详细]
2023-03-29 05:24 分类:问答Remove rule from RelativeLayout
I have bookmark ImageButton with ALIGN_WITH_PARENT开发者_StackOverflow set to true in XML. If I programatically do (I want to remove that rule)[详细]
2023-03-29 00:48 分类:问答Android RelativeLayout children to left and right
I am trying to create a layout where there is a RelativeLayout and two child inside it. The two children are TextView and ImageView. I want the text to start from the very left of the RelativeLayout a[详细]
2023-03-28 21:49 分类:问答RelativeLayout's layout_above gives "No resource found" error
<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" android:layout_width=\"fill_parent\"[详细]
2023-03-28 09:09 分类:问答admob android help
i am having problems putting admob in the layout correctly. no matter how i put it i cant seem to see the ads at all. here are the 2 layouts...[详细]
2023-03-28 02:25 分类:问答centerHorizontal does not centre the image correctly
Here is the XML: <?xml version=\"1.0\" encoding=\"utf-8\"?> <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-27 15:48 分类:问答RelativeLayout create button at a dynamic position
I am working on a project that involves painting on images. To delete the unwanted lines or curves i have to draw a border and X button to delete it.[详细]
2023-03-26 11:04 分类:问答