项目作者: rishabhkumar812

项目描述 :
This repository shows uses of constrain layout in android along with some modern features such as guidelines, chains and barriers.
高级语言:
项目地址: git://github.com/rishabhkumar812/Constraint-Layout.git
创建时间: 2021-01-24T15:34:05Z
项目社区:https://github.com/rishabhkumar812/Constraint-Layout

开源协议:

下载


Constraint-Layout

Constraint Layout is most preferred for dynamic and flexible UI combining the advantages of Linear and Relative Layout.
This repository consists and shows the use of constraint layout using modern tools like Guidelines, Chains and Barriers.

It is XML code on Android Studio.

Screenshots for different screens

(1080*1920 xdpi)




(2560*1800 xdpi)





It uses flexible sizes for various widgets inside UI. This gives an advantage of flexible UI for screens of various dimensions.
Refer it’s code here.