ConstraintLayout (約束佈局)屬性詳情

来源:https://www.cnblogs.com/vincentGan/archive/2018/07/29/9384228.html
-Advertisement-
Play Games

本文部分內容來自於網路,點擊瀏覽原文 app:layout_constraintLeft_toLeftOf //Constrains the left side of a child to the left side of a target child (contains the target ch ...


本文部分內容來自於網路,點擊瀏覽原文

app:layout_constraintLeft_toLeftOf

//Constrains the left side of a child to the left side of a target child (contains the target child id).

表示此控制項的左邊框與某個控制項的左邊框對齊或者在其右邊


視圖1

 


代碼1

 

app:layout_constraintLeft_toRightOf

//Constrains the left side of a child to the right side of a target child (contains the target child id).

表示此控制項的左邊框與某個控制項的右邊框對齊或者在其右邊


視圖2

 

app:layout_constraintRight_toLeftOf

//Constrains the right side of a child to the left side of a target child (contains the target child id).

表示此控制項的右邊框與某個控制項的左邊框對齊或在其左邊


視圖3

 

app:layout_constraintRight_toRightOf

//Constrains the right side of a child to the right side of a target child (contains the target child id).

表示此控制項的右邊框與某個控制項的右邊框對齊或在其左邊


視圖4

 

app:layout_constraintTop_toTopOf

//Constrains the top side of a child to the top side of a target child (contains the target child id).

表示此控制項的頂部邊框與某個控制項的頂部邊框水平對齊或在其下邊


視圖5

 

app:layout_constraintTop_toBottomOf

//Constrains the top side of a child to the bottom side of a target child (contains the target child id).

表示此控制項的頂部邊框與某個控制項的底部邊框水平對齊或在其下邊


視圖6

 

app:layout_constraintBottom_toTopOf

//Constrains the bottom side of a child to the top side of a target child (contains the target child id).

表示此控制項的底部邊框與某個控制項的頂部邊框水平對齊或其上邊


視圖7

 

app:layout_constraintBottom_toBottomOf

//Constrains the bottom side of a child to the bottom side of a target child (contains the target child id).

表示此控制項的底部邊框與某個控制項的底部邊框水平對齊或其上邊


視圖8

 

app:layout_constraintBaseline_toBaselineOf

//Constrains the baseline of a child to the baseline of a target child (contains the target child id).

表示此控制項與某個控制項水平對齊


視圖9

 


代碼2

 

app:layout_editor_absoluteX

//The design time location of the left side of the child.

表示此控制項在佈局中X軸的絕對坐標點。如圖代碼3


代碼3

 

app:layout_editor_absoluteY

//The design time location of the right side of the child.

表示此控制項在佈局中Y軸的絕對坐標點。如圖代碼3

app:layout_constraintGuide_begin

//The distance of child (guideline) to the top or left edge of its parent.

表示在佈局中引導線距頂部或左邊框的距離(如:20dp表示距頂部或者左邊框20dp)


視圖10

 

 


代碼10

 

app:layout_constraintGuide_end

//The distance of child (guideline) to the top or left edge of its parent.

表示在佈局中引導線距底部的距離(如:10dp表示距頂部10dp)

app:layout_constraintGuide_percent

//The ratio of the distance to the parent's sides

表示在整個佈局中引導線距離左邊框的百分百(如:app:layout_constraintGuide_percent="0.5"表示距離左邊框50%的位置)


視圖11

 

 


代碼11

 

app:layout_constraintStart_toEndOf

//Constrains the start side of a child to the end side of a target child (contains the target child id).

表示此控制項的左邊界在某個控制項右邊界的右邊,及表示此控制項在某個控制項的右邊


視圖12

 

app:layout_constraintStart_toStartOf

//Constrains the start side of a child to the start side of a target child (contains the target child id).

表示此控制項的左邊界與某個控制項的左邊界在同一垂直線上


視圖13

 

app:layout_constraintEnd_toStartOf

//Constrains the end side of a child to the start side of a target child (contains the target child id).

表示此控制項的右邊界與某個控制項的左邊界在同一垂直線上


視圖14

 

app:layout_constraintEnd_toEndOf

//Constrains the end side of a child to the end side of a target child (contains the target child id).

表示此控制項的右邊界與某個控制項的右邊界對齊


視圖15

 

app:layout_constraintHorizontal_bias

//The ratio between two connections when the left and right (or start and end) sides are constrained.

表示此控制項在佈局中的水平方向上的偏移百分百。如視圖16,代碼16


視圖16

 

app:layout_constraintVertical_bias

//The ratio between two connections when the top and bottom sides are constrained.

表示此控制項在佈局中的的垂直方向上的偏移百分百。如視圖16,代碼16


代碼16

 

app:layout_constraintDimensionRatio

//The child's side to constrain using dimensRatio.

表示兩個控制項的縱橫比,而使用則需要把寬(layout_width)或者高(layout_height)設置為0dp,根據另一個屬性和比例, 計算當前屬性, 如兩個圖片控制項的顯示大小,app:layout_constraintDimensionRatio="4:3";

 


視圖13

 

app:layout_goneMarginLeft

//The left margin to use when the target is gone.

app:layout_goneMarginTop

//The top margin to use when the target is gone.

app:layout_goneMarginRight

//The right margin to use when the target is gone

app:layout_goneMarginBottom

//The bottom margin to use when the target is gone.

app:layout_goneMarginStart

//The start margin to use when the target is gone.

app:layout_goneMarginEnd

//The end margin to use when the target is gone.


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 在對文檔(Document)中的內容進行索引前, 需要對域(Field)中的內容使用分析對象(分詞器)進行分詞. IK分詞器是一款功能完備、擴展性較高的中文分詞器, 企業開發中使用較多. ...
  • 存儲過程 一組用於完成特定資料庫功能的SQL語句集,該SQL語句集經過編譯後存儲在資料庫系統中。在使用時候,用戶通過指定已經定義的存儲過程名字並給出相應的存儲過程參數來調用並執行它,從而完成一個或一系列的資料庫操作。 包含三部分:過程聲明,執行過程部分,存儲過程異常(可選)。 示例 項目運用 1.獲 ...
  • 效果圖: 參考地址: https://blog.csdn.net/w3chhhhhh/article/details/54097890 ...
  • 1、表和sql的優化 -》大表拆分成小表、分區表、外部表、臨時表都是屬於優化的一塊 -》分區表:檢索更快速 -》外部表:數據安全性 -》臨時表&拆分子表:簡化複雜的SQL以及需求 2、SQL可以從join和fliter兩方面深入 3、MR優化 -》map和reduce的個數 -》一個分片就是一個塊, ...
  • 課程教師:李興華 課程學習者:陽光羅諾 日期:2018-07-28 知識點: 1、 瞭解PL/SQL的主要特點 2、 掌握PL/SQL塊的基本結構 PL/SQL PL/SQL是Oracle在關係資料庫結構化查詢語言SQL基礎上擴展得到的一種過程化查詢語言。 SQL與編程語言之間的不同之處在於,SQL ...
  • 最近很多人都想學習大數據開發,但是卻不知道如何開始學習,今天軟妹子專門整理了一份針對大數據初學者的大數據開發學習路線。 下麵分十個章節來說明大數據開發要學習的內容: 以上就是一個大數據新手,想要學會大數據開發,需要學習的內容,大數據學習是一個持續的過程,只要用心學,沒有學不會的東西哦!我要推薦下我自 ...
  • 一、整體瞭解數據分析新人們被”大數據“、”人工智慧“、”21世紀是數據分析師的時代“等等信息吸引過來,立志成為一名數據分析師,於是問題來了,數據分析到底是乾什麼的?數據分析都包含什麼內容?市面上有很多講數據分析內容的書籍,在此我推薦《深入淺出數據分析》,此書對有基礎人士可稱消遣讀物, 但對新人們還是 ...
  • 占座 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...