# 支持的属性 我们现在支持以下属性,我们会不断完善支持更多属性,也期待你的加入和我们一起完成这项工程 | 属性名称|属性名称| | ------ |------- | |android:textSize| app:layout_constraintRight_toLeftOf| |android:textColor| app:layout_constraintBottom_toTopOf| |android:text| app:layout_constraintTop_toTopOf| |android:background| app:layout_constrainedHeight| |android:textStyle| app:layout_constrainedWidth| |android:layout_margin| app:layout_constraintVertical_bias| |android:layout_marginLeft| app:layout_constraintHorizontal_bias| |android:tag| app:layout_constraintHeight_default| |android:layout_marginTop| app:layout_constraintWidth_default| |android:layout_marginRight| app:layout_constraintVertical_weight| |android:layout_marginBottom| app:layout_constraintHorizontal_weight| |android:paddingLeft| app:layout_constraintVertical_chainStyle| |android:paddingTop| app:layout_constraintHorizontal_chainStyle| |android:paddingRight| app:layout_constraintCircle| |android:paddingBottom| app:layout_constraintCircleAngle| |android:padding| app:layout_constraintCircleRadius| |android:gravity| app:layout_goneMarginBottom| |android:orientation| app:layout_goneMarginLeft| |android:id| app:layout_goneMarginRight| |android:scaleType| app:layout_goneMarginTop| |android:src| app:layout_goneMarginEnd| |android:visibility| app:layout_goneMarginStart| |android:clipToPadding| app:layout_editor_absoluteY| |android:ellipsize| app:layout_editor_absoluteX| |android:lineSpacingExtra| app:layout_constraintBaseline_toBaselineOf| |android:maxLines| app:layout_constraintStart_toEndOf| |android:maxHeight| app:layout_constraintEnd_toEndOf| |android:maxWidth| app:layout_constraintEnd_toStartOf| |android:minWidth| app:layout_constraintStart_toStartOf| |android:minHeight| app:layout_constraintGuide_begin| |android:layout_centerInParent| app:layout_constraintGuide_end| |android:layout_centerVertical| app:layout_constraintGuide_percent| |android:layout_centerHorizontal| app:layout_constraintWidth_min| |android:layout_alignParentLeft| app:layout_constraintWidth_max| |android:layout_alignParentTop| app:layout_constraintHeight_min| |android:layout_alignParentRight| app:layout_constraintHeight_max| |android:layout_alignParentBottom| app:layout_constraintHeight_percent| |android:layout_above| app:layout_constraintWidth_percent| |android:layout_below| |android:layout_toLeftOf| |android:layout_toRightOf| |android:layout_alignLeft| |android:layout_alignTop| |android:layout_alignRight| |android:layout_alignBottom| |android:layout_marginEnd| |android:layout_marginStart| |android:paddingStart| |android:paddingEnd| |android:alpha| |android:layout_weight| |android:layout_gravity| |...| ## 由使用问题和其他技术问题,欢迎加群交流讨论 > QQ群:`558449447`,添加请注明来自`X2C` > > Android技术交流分享 > > 欢迎各位使用,该项目会持续维护。 > > > 另:欢迎加入[掌阅](http://www.zhangyue.com/jobs)大家庭,一起研究Android新技术。简历请发送`huangjian@zhangyue.com`,注明应聘方向。 > # LICENSE ``` MIT LICENSE Copyright (c) 2018 zhangyue Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```