亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

android中如何使用ConstraintLayout布局

發布時間:2022-04-13 16:08:10 來源:億速云 閱讀:111 作者:iii 欄目:編程語言

這篇“android中如何使用ConstraintLayout布局”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“android中如何使用ConstraintLayout布局”文章吧。

1,要想使用ConstraintLayout需要在app的build.gradle里面引入:

compile 'com.android.support.constraint:constraint-layout:1.0.2'

2,首先看一個簡單的xml和圖片效果:

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.app.qichun.hellowrod.MainActivity">

<TextView
  android:id="@+id/tv1"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="Hello World!"
  app:layout_constraintTop_toTopOf="parent"
 />
<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="第二個控件"
  app:layout_constraintLeft_toLeftOf="parent"
  app:layout_constraintTop_toBottomOf="@+id/tv1"
  />
<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="第三個控件"
  app:layout_constraintBottom_toBottomOf="parent"
  />
<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="第四個控件"
  app:layout_constraintLeft_toRightOf="@+id/tv1"
  android:layout_marginLeft="10dp"
  />
 </android.support.constraint.ConstraintLayout>

android中如何使用ConstraintLayout布局

各位看客官不難看出,xml中四個簡單的Textview分布位置,以id為tv的第一個控件為基準,第二個控件在第一個控件的下方,且都在整個布局的左邊;第三個控件在整個父布局的左下方;第四個控件在第一個控件的右邊。

仔細觀察,每個Textview都有類似的屬性:

比如第一個控件的:

app:layout_constraintTop_toTopOf="parent"

第二個控件的

app:layout_constraintTop_toBottomOf="@+id/tv1"

字面意思就是:

該控件的某個邊和某個控件的某個邊對齊。

比如,第一個控件是該控件的上部和父布局的上部對齊,自然就使得第一個控件處于左上方;第二個控件的頂部和第一個控件即id=tv1的控件的底部對齊,自然第二個 控件就會位于第一個控件的正下方。其他舉一反三即可。
現在我們規定一個布局再次試驗一下,搞個最常見的布局。

android中如何使用ConstraintLayout布局

代碼如下:

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.app.qichun.hellowrod.MainActivity">

<TextView
  android:id="@+id/tv1"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="任務"
 <!-- 該控件的頂部和父布局的頂部對齊 !-->
  app:layout_constraintTop_toTopOf="parent"
 />
<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="已完成"
  <!-- 該控件的右邊和父布局的左邊對齊 !-->
  app:layout_constraintRight_toLeftOf="parent"
  android:layout_marginRight="10dp"
  />
<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="劉剛"
 <!-- 該控件的頂部和tv1的底部對其齊!-->
  app:layout_constraintTop_toBottomOf="@+id/tv1"
  />
<TextView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="完成時間"
  <!-- 該控件的右邊和父布局的左邊對齊 !-->
  app:layout_constraintRight_toLeftOf="parent"
 <!-- 該控件的頂部和tv1的底部對齊 !-->
  app:layout_constraintTop_toBottomOf="@+id/tv1"
  android:layout_marginRight="10dp"
  />
</android.support.constraint.ConstraintLayout>

以上就是關于“android中如何使用ConstraintLayout布局”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

忻城县| 凤翔县| 苏州市| 盐池县| 茶陵县| 丽江市| 屯昌县| 开远市| 晴隆县| 湟源县| 巴东县| 宜黄县| 寿阳县| 昔阳县| 泸州市| 涟源市| 鲜城| 民丰县| 鱼台县| 江阴市| 浪卡子县| 阳朔县| 武安市| 红安县| 黎城县| 梧州市| 揭西县| 安顺市| 西畴县| 湟源县| 扎囊县| 噶尔县| 措美县| 大理市| 临澧县| 涟源市| 南平市| 灌南县| 措勤县| 冷水江市| 呼伦贝尔市|