使用ConstraintLayout布局,子控件添加如下属性

app:layout_constraintTop_toTopOf="parent"

app:layout_constraintStart_toStartOf="parent"

app:layout_constraintEnd_toEndOf="parent"

app:layout_constraintBottom_toBottomOf="parent"

app:layout_constraintHorizontal_bias="0.92"

app:layout_constraintWidth_percent="0.23"

app:layout_constraintVertical_bias="0.53"

app:layout_constraintHeight_percent="0.55"

app:layout_constraintHorizontal_weight="0"

大小位置,包括字体大小,根据屏幕大小完美自适应,想放哪放哪,想多大多大,吼吼

参数就是百分比。

最后的字体写0,或者你用代码再改成想要的大小

原文:https://www.cnblogs.com/litandy2016/p/11910472.html

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐