标签:屏幕 res top bottom image tps height 技术 frame
app:layout_constraintTop_toBottomOf :"@id/控件id"
使此控件在 控件id对应控件 之下
权重:app:layout_constraintHorizontal_weight = "2"
android:layout_above ="id"
android:layout_above="@id/btn1"
android:layout_toLeftOf="@id/btn1"
android:layout_above="@id/btn2"
android:layout_toLeftOf="@id/btn3"
android:layout_toRightOf="@id/btn2"
计算器键盘
FrameLayout 是最简单的布局了。所有放在布局里的控件,都按照层次堆叠在屏幕的左上角。后加进来的控件覆盖前面的控件。 在 FrameLayout 布局里,定义任何空间的位置相关的属性都毫无意义
布局优化
标签:屏幕 res top bottom image tps height 技术 frame
原文地址:https://www.cnblogs.com/acg88688/p/11870575.html