iT邦幫忙

2021 iThome 鐵人賽

DAY 12
0
Mobile Development

Kotlin Android 30天,從 0 到 ML (Machine Learning)系列 第 12

Kotlin Android 第12天,從 0 到 ML - ConstraintLayout

  • 分享至 

  • xImage
  •  

前言:

   Kotlin 的語法講完了,就來進入android 的世界了,首先要開一個空白的專案,來了解一下什麼是ConstraintLayout (約束)。

大綱 :

ConstraintLayout

 是一個可在創造一個大而複雜的平面式的結構圖,在layout編輯器中可以直接用圖形介面就可以拖拉好的你的layout ,不是靠寫xml來達成的。
要在ConstraintLayout 中定義位置的話,圖視元件需要最少需要給一個水平和一個垂直的約束

圖形設計工具視窗

https://ithelp.ithome.com.tw/upload/images/20210917/20121643Mygnuulyvc.png

藍色的框是 code 和 圖形視窗切換鍵
綠色的線是 從元件庫拉出按鍵元件到圖視layout
黃色的框是 選到的元件屬性參數,也可以直接下參數調整
紅色的框是 元件有layout條件還沒有設定,這裏的是沒有任何的約束

來看一下圖視元件都拉到中間的位置,但沒有給約束,看起來layout是設計好了,但跑起來會是如何呢?
讓我們看下去。

https://ithelp.ithome.com.tw/upload/images/20210917/20121643o9oYof35x5.png

全部的元件都集合在一起了,元件沒給約束,預設就是(0,0)的位置

我們把元件來拉好一下吧~~~~

TextView

參數:上面隔32dp ,文字大小設48sp ,左右下是約束符合內容調整

https://ithelp.ithome.com.tw/upload/images/20210917/201216431a2w6udD2a.png

EditText

 參數:上下隔32dp ,左右是約束符合內容調整

https://ithelp.ithome.com.tw/upload/images/20210917/20121643F8s5qg4Lc6.png

Button

參數:下面隔32dp ,上左右是約束符合內容調整  

https://ithelp.ithome.com.tw/upload/images/20210917/20121643oT0vd8ICgP.png

來看一下手機跑的如何,是成功,還是~~~~~~~

https://ithelp.ithome.com.tw/upload/images/20210917/20121643JxToKVUBBE.png

終於拉了元件,不用去改 xml code 就可以完成layout畫面

來拉一個18個按鍵,並排列整齊吧~~~~~

按1234步驟拉layout
https://ithelp.ithome.com.tw/upload/images/20210917/20121643zbuqJ1DeDl.jpg

就完成18個按鍵的排列嘍,一直拉到30個呀~~~~~~~
https://ithelp.ithome.com.tw/upload/images/20210917/201216436TGoo9dOa2.png

結論:

layout沒事的話要多多練習,不然拉圖都比寫code還麻煩呀

參考

https://developer.android.com/training/constraint-layout


上一篇
Kotlin Android 第11天,從 0 到 ML - Kotlin Coroutine
下一篇
Kotlin Android 第13天,從 0 到 ML - Activity 和 Activity 生命週期
系列文
Kotlin Android 30天,從 0 到 ML (Machine Learning)30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言