首页 财经 聚焦 财评 股市 证券 商业 设为首页
您现在所在的位置:首页 / 证券基金 / 正文
layout_margintop该属性控件距上部最近控件的最小值
来源:体育小编
2021-06-04

 layout_marginTop,layout_marginBottom,layout_marginRight,layout_marginLeft是 RelativeLayout 中的四种属性。


layout_marginTop 指定该属性所在控件距上部最近控件的最小值;
layout_marginBottom 指定该属性所在控件距下部最近控件的最小值;
layout_marginLeft 指定该属性所在控件距左边最近控件的最小值;
layout_marginRight 指定该属性所在控件距右边最近控件的最小值。
layout_marginTop使用方法:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="
      android:orientation="vertical"
      android:layout_width="match_parent"
      android:layout_height="match_parent">
    <Button android:id="@+id/project"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="项目"
        android:layout_marginTop="50dp"/>
</RelativeLayout>

CopyRight@2015-2024 中国民银财经网 All Right Reserved

工信备案号:湘ICP备2023001279号