<?xml version="1.0" encoding="utf-8"?><RelativeLayout    xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    xmlns:app="http://schemas.android.com/apk/res-auto"    android:layout_width="match_parent"    android:layout_height="match_parent"    tools:context=".MainActivity">        <View        android:id="@+id/view_1"        android:layout_width="100dp"        android:layout_height="100dp"        android:background="#000000"        />    <View        android:id="@+id/view_2"        android:layout_width="100dp"        android:layout_height="100dp"        android:background="#fa1919"        android:layout_below="@id/view_1"        />    <LinearLayout        android:id="@+id/view_3"        android:layout_width="match_parent"        android:layout_height="200dp"        android:layout_below="@id/view_2"        android:orientation="horizontal"        android:background="#0b56f9"        android:padding="15dp">        <View            android:layout_width="100dp"            android:layout_height="match_parent"            android:background="#fa1919"/>        <RelativeLayout            android:layout_width="match_parent"            android:layout_height="match_parent"            android:background="#000000"            android:padding="15dp">            <View                android:id="@+id/view_4"                android:layout_width="100dp"                android:layout_height="match_parent"                android:background="#3a75ff"/>            <View                android:id="@+id/view_5"                android:layout_width="100dp"                android:layout_height="match_parent"                android:background="#ecd931"                android:layout_toRightOf="@id/view_4"                android:layout_marginLeft="15dp"/>        RelativeLayout>    LinearLayout>RelativeLayout>

我学习的

 

 


android:layout_toRightOf="此处写id"设定在某个块的右边
结果

Android Studio [相对布局RelativeLayout]_第1张图片

 

                                                                                                  

更多相关文章

  1. [中英文对照]android Designing for TV(一) ------ Optimizing L
  2. android制作一个简单登入界面的部分代码
  3. Android 6.0 源代码编译实践
  4. android控制home键 代码
  5. Android之常用功能代码
  6. android客户端加密代码
  7. Android LinearLayout和FrameLayout 登陆布局1
  8. Android引入外部字体源代码

随机推荐

  1. 实例展示php表单安全验证
  2. PHP中的pack和unpack函数的用法详解
  3. php环境下使用elasticSearch+ik分词器进
  4. 格式化聊天列表时间
  5. PHP的防御XSS注入的终极解决方案
  6. 关于PHP Shell_exec所遇到的坑
  7. PHP如何获取不带命名空间的类名
  8. 解决PHP中Web程序中shell_exec()执行Shel
  9. PHP如何下载远程文件到指定目录
  10. PHP执行Linux命令的两个有用的函数exec和