[android] 相对布局和单位简介

移动开发 作者: 2024-08-19 20:40:01
/**********************2016年4月23日 更新*******************************/ 知乎:为何Android的默认布局是RelativeLayou
<RelativeLayout xmlns:android@H_404_212@="http://schemas.android.com/apk/res/android"
    xmlns:tools@H_404_212@="http://schemas.android.com/tools"
    android:layout_width@H_404_212@="match_parent"
    android:layout_height@H_404_212@="80dp"
    tools:context@H_404_212@="com.tsh.commonlayout.MainActivity" @H_404_212@>

    @H_404_212@TextView
        android:id@H_404_212@="@+id/tv_title"
        android:layout_width@H_404_212@="wrap_content"
        android:layout_height@H_404_212@
        android:textSize@H_404_212@="25sp"
        android:textColor@H_404_212@="#000000"
        android:layout_marginLeft@H_404_212@="10dp"
        android:layout_marginTop@H_404_212@
        android:text@H_404_212@="我是大文本" @H_404_212@/>
    @H_404_212@android:layout_below@H_404_212@="@id/tv_title"="20sp"="#66000000"
        android:layout_marginRight@H_404_212@="我是小文本" @H_404_212@CheckBox 
        android:layout_width@H_404_212@
        android:layout_centerVertical@H_404_212@="true"
        android:layout_alignParentRight@H_404_212@="true"
        @H_404_212@/>
@H_404_212@</RelativeLayout@H_404_212@>

总结

原创声明
本站部分文章基于互联网的整理,我们会把真正“有用/优质”的文章整理提供给各位开发者。本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
本文链接:http://www.jiecseo.com/news/show_65134.html