当前位置:   article > 正文

《Android 基础(四十八)》ConstrainLayout【译】_android:layout_marginhorizontal

android:layout_marginhorizontal

原文地址

https://developer.android.google.cn/reference/android/support/constraint/ConstraintLayout

介绍

ConstrainLayout是一个允许开发者灵活地设置控件的位置和大小的ViewGroup。
只要你使用的Android系统版本在9以上,你便可以通过添加依赖的方式来使用ConstrainLayout.

使用

添加依赖

implementation ‘com.android.support.constraint:constraint-layout:1.1.3’

常用约束

相对定位(Relative positioning)

相对定位是ConstrainLayout构建布局的一种基本方式。相对定位约束可以帮助我们通过一个给定的Widget来摆放另外一个Widget。我们可以在横纵两个方向上约束Widget。

横向: left, right, start and end sides
纵向: top, bottom sides and text baseline

一般思路是将一个 Widget的给定侧约束到其他Widget的另一侧。

比如,把button B放置到butt

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/225588
推荐阅读
相关标签
  

闽ICP备14008679号