Android layout that displays child views in relative positions to each other or to the parent view.
In my application, I have a layout which has a RelativeLayout to which I want to set margins at runtime …
android android-layout classcastexception android-relativelayout android-framelayoutHow can I programatically add a RelativeLayout that is aligned to the bottom of parent, and add a margin or …
android android-layout android-relativelayoutI want to repeat the image with ImageView with in RelativeLayout. Can it be possible to use the Bitmap xml …
android bitmap android-imageview android-relativelayoutI required runtime dimensions of Relative/Linear Layout. activity_home.xml: <RelativeLayout android:id="@+id/rlParent" android:layout_width="…
android android-linearlayout android-relativelayoutBelow is a TextView followed by an ImageView contained in RelativeLayout. I'm trying to get the bottom of the image …
android android-layout android-imageview textview android-relativelayoutI'm new to android programming but from how much I have understood of the layouts from the documentation, RelativeLayout is …
android android-layout android-relativelayout android-framelayoutI have a RelativeLayout with two children that are also both RelativeLayouts containing a few buttons and things. These children …
android alignment android-relativelayoutI m trying to have a textview and a button in linear layout with horizontal orientation. The textview should appear …
android layout android-linearlayout android-relativelayout layout-gravityI'm trying to recreate the search box as it is in Airbnb Android app. So I'm using CoorinatorLayout with Toolbar …
android android-coordinatorlayout android-relativelayout android-support-designIn short, is it possible to tell a child in a RelativeLayout to always match the height of that RelativeLayout …
android android-layout android-relativelayout