240 发简信
IP属地:北京
  • <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
    xmlns:tools="http://schemas.android.com/tools";
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#000"
    android:orientation="vertical"
    tools:context=".MainActivity">

    <androidx.constraintlayout.widget.ConstraintLayout xmlns:app="http://schemas.android.com/apk/res-auto";
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#FFB6C1"
    android:layout_weight="2">

    </androidx.constraintlayout.widget.ConstraintLayout>

    <androidx.constraintlayout.widget.ConstraintLayout xmlns:app="http://schemas.android.com/apk/res-auto";
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#483D8B"
    android:layout_weight="1">

    </androidx.constraintlayout.widget.ConstraintLayout>

    <androidx.constraintlayout.widget.ConstraintLayout xmlns:app="http://schemas.android.com/apk/res-auto";
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#40E0D0"
    android:layout_weight="1">

    </androidx.constraintlayout.widget.ConstraintLayout>

    </LinearLayout>

    约束布局ConstraintLayout看这一篇就够了

    目录 1.介绍 2.为什么要用ConstraintLayout 3.如何使用ConstraintLayout3.1 添加依赖3.2 相对定位3.3 角度定位3.4 边距3.5...

  • 嘿嘿,作为一个iOS开发兼顾AD开发的人来说,对ConstraintLayout简直喜欢的不行,看到好多说这个是鸡肋的,其实可以换个思路,如果一个页面一开头就ConstraintLayout,整个页面id之前互相依赖,肯定是很难受的。所以,先用线性布局把复杂页面分割成几块,然后每块里边使用ConstraintLayout,这样简化了页面层级,也没有鸡肋的烦恼了。iOS开发中UI布局我都是这样搞的。

    约束布局ConstraintLayout看这一篇就够了

    目录 1.介绍 2.为什么要用ConstraintLayout 3.如何使用ConstraintLayout3.1 添加依赖3.2 相对定位3.3 角度定位3.4 边距3.5...

  • 《5G移动无线通信技术》中文版pdf

    点击下载 https://pan.baidu.com/s/1H16XrJ5JomT5mH59ws073A

  • 你这小故事,还挺有意思~

    再遇见

    最近一段时间好像不经意间碰见了好多旧人。 萍姐,是我还在呀呀学语时的保姆。初二刚毕业就辍学来照顾我了。听说我妈当时特别疼她,她对我们家人无比的好。关键她和我们还是...

  • bash: grant: command not found

    阿里云ECS配置之MYSQL

    下载 地址:https://dev.mysql.com/downloads/[https://dev.mysql.com/downloads/] 安装 解压 重命名文件夹,把...

  • GRANT is an SQL command, not a linux command, you run it INSIDE the database

    阿里云ECS配置之MYSQL

    下载 地址:https://dev.mysql.com/downloads/[https://dev.mysql.com/downloads/] 安装 解压 重命名文件夹,把...

  • 120
    开发中接口mock数据

    一、啰嗦一下 二、核心代码 三、使用方法 四、MCDataPlist.plist配置 五:代码实际应用

个人介绍
好记性不如多敲敲键盘~勿以内容少而不去总结