将底部元素定位在垂直中心

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将底部元素定位在垂直中心相关的知识,希望对你有一定的参考价值。

我试图搜索到处但没有。

RelativeLayout中没有任何问题可以将任何东西放在中心位置

android:gravity="center_horizontal|center_vertical"

但我想将我的buttonimage底部放在中心,使它位于中心线上方..

enter image description here

如何对任何尺寸的屏幕和按钮进行此操作,或者我必须知道按钮大小?

答案

使用以下代码

<ImageButton
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"/>

以上是关于将底部元素定位在垂直中心的主要内容,如果未能解决你的问题,请参考以下文章

CSS代码片段

CSS代码片段

如何使用自动布局将 UIView 定位在其他两个 UIView 的中心?

到达页面底部后更改固定定位元素的边距顶部位置?

将 <div> 元素定位在屏幕中心

我正在尝试将我的精灵定位在手机的底部中心