Top "Android-relativelayout" questions

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

Overlapping Views in Android

Is it possible to have overlapping views in Android? I would like to have an ImageView with a transparent png …

android view android-relativelayout
How to create a RelativeLayout programmatically with two buttons one on top of the other?

I'm adding two buttons to the UI, but they appear on top of one another. I want them to appear …

android android-relativelayout
Android: show/hide a view using an animation

I've been looking through many google results / questions on here to determine how to show/hide a view via a …

android android-layout android-animation android-relativelayout
Android Relative Layout Align Center

I am trying to create a List Activities Item Layout as follows <?xml version="1.0" encoding="utf-8"?> <RelativeLayout …

android android-relativelayout
How to switch from the default ConstraintLayout to RelativeLayout in Android Studio

I have the latest android Studio (2.3 beta 3) and it seems ConstraintLayout is the default when creating a project. How can …

android android-studio android-relativelayout android-constraintlayout
Can I Set "android:layout_below" at Runtime Programmatically?

Is it possible when creating a RelativeLayout at runtime to set the equivalent of android:layout_below programmatically?

android android-layout android-relativelayout
RelativeLayout center vertical

I want to make a list row layout. This layout has a imageview in the most left, a textview right …

android center android-relativelayout
Android: Align Parent Bottom + Bottom margin

I've used a relative layout and I want to set the button at bottom of the screen, However this puts …

android android-relativelayout margins
Android relative layout align parent right

I have following layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/…

android android-relativelayout
How to add a view programmatically to RelativeLayout?

Can you give me a very simple example of adding child view programmatically to RelativeLayout at a given position? For …

android android-layout android-relativelayout