Top "Android-relativelayout" questions

Android layout that displays child views in relative positions to each other or to the parent view.

Scale background image to wrap content of layout

I have a layout that contains some text fields and has a background image that's displayed at the top of …

android background android-linearlayout android-relativelayout android-framelayout
Android align layout center

I`m trying to make Layout with LOGO and TEXT align center between ActionBar and Bottom layout. Like this I …

android android-layout android-relativelayout centering
Circular dependencies cannot exist in RelativeLayout, android?

I have the following layout: I need to keep the button at the bottom of screen and it should be …

android android-layout android-relativelayout
RelativeLayout: align View centered horizontal or vertical relative to other view

Is it possible to align a view in XML in a RelativeLayout centered horizontal or vertical according another already existing …

android center android-relativelayout
FrameLayout vs RelativeLayout for overlays

I need to implement an overlay (translucent) screen for my app, something similar to Showcase View My guess was to …

android android-relativelayout android-framelayout
RelativeLayout Scrollable

I have tried many times to aligh the elements in my RelativeLayout but I dont get the result I expected …

android android-relativelayout scrollable
Android: Setting Background Image for RelativeLayout?

I have downloaded an image at runtime. Now I want to set it as a background for RelativeLayout. Does it …

android android-layout android-relativelayout
RelativeLayout - Scroll down

I have the following layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout android:id="@+navigate/RLayout" android:layout_width="…

android android-scrollview android-relativelayout
how to put a border around an android relativelayout?

I've seen this subject about puting a border around an android textview, and I used it. But now, I would …

android border android-relativelayout
How do I programmatically remove an existing rule that was defined in XML?

I have a linear layout that is contained inside a relative layout. It is set in the XML file to …

android android-layout android-relativelayout layoutparams