An open API service indexing awesome lists of open source software.

https://github.com/ashwagandha-coder/samp_layout

sample RelativeLayout items
https://github.com/ashwagandha-coder/samp_layout

android android-ui java layout relativelayout

Last synced: about 1 month ago
JSON representation

sample RelativeLayout items

Awesome Lists containing this project

README

          

# RelativeLayout Example
![Android Studio](https://img.shields.io/badge/Android%20Studio-3DDC84.svg?style=for-the-badge&logo=android-studio&logoColor=white)
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)

## Description
This repo contains sample relative layout and his attributes.

## Deprecated
Relative Layout is Deprecated and this repo

![relativeLayout_example](https://user-images.githubusercontent.com/58209188/179411248-aea304e0-0a53-4676-b372-2667ea9db854.png)

Items:

- android:layout_above
- android:layout_below

- android:layout_alignBottom
- android:layout_alignLeft
- android:layout_alignRight
- android:layout_alignStart
- android:layout_alignEnd
- android:layout_alignTop

- android:layout_alignParentBottom:
- android:layout_alignParentRight
- android:layout_alignParentLeft
- android:layout_alignParentStart
- android:layout_alignParentEnd
- android:layout_alignParentTop

- android:layout_centerHorizontal
- android:layout_centerVertical