Skip to content
#

relativelayout

Here are 43 public repositories matching this topic...

Relative Layout is a view group that displays child views in relative positions. The position of each view can be specified as relative to sibling elements (such as to the left, right, above or below another view) or in positions relative to the parent RelativeLayout area (such as aligned to the top, bottom, left, right or center).

  • Updated May 21, 2020
  • Java

Note: Its build using ConstraintLayout. The sample is an alternative for nested layouts. Build to remove nested structure and create a flat xml layout, which eventually improves performance

  • Updated Aug 3, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the relativelayout topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the relativelayout topic, visit your repo's landing page and select "manage topics."

Learn more