1、android ui元件使用
textview:文字檢視
id指定id
width指定寬度
height指定高度
text指定文字內容
textcolo指定文字顏色
textsize指定字型大小
radiogroup 單選擇框組
radiobutton 單選擇框
"請輸入數字"
android:textsize=
"20sp"
android:textcolor=
"@color/cardview_shadow_end_color"
/>
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"提交"
android:textsize=
"20sp"
tools:layout_editor_absolutex=
"0dp"
tools:layout_editor_absolutey=
"580dp"
/>
android:layout_width=
"411dp"
android:layout_height=
"50dp"
android:layout_margintop=
"340dp"
android:hint=
"選擇你的愛好"
android:textsize=
"20sp"
"parent"
tools:layout_editor_absolutex=
"0dp"
/>
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"羽毛球"
tools:layout_editor_absolutex=
"16dp"
tools:layout_editor_absolutey=
"515dp"
/>
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"籃球"
tools:layout_editor_absolutex=
"16dp"
tools:layout_editor_absolutey=
"397dp"
/>
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"足球"
tools:layout_editor_absolutex=
"16dp"
tools:layout_editor_absolutey=
"467dp"
/>
android:id=
"@+id/imageview3"
android:layout_width=
"414dp"
android:layout_height=
"270dp"
tools:layout_editor_absolutex=
"-2dp"
tools:layout_editor_absolutey=
"59dp"
tools:srccompat=
"@tools:sample/backgrounds/scenic"
/>
<
/androidx.constraintlayout.widget.constraintlayout>
第六課預習筆記
vim是從 vi 發展出來的乙個文字編輯器。補完 編譯及錯誤跳轉等方便程式設計的功能特別豐富,在程式設計師中被廣泛使用。簡單的來說,vi 是老式的字處理器,不過功能已經很齊全了,但是還是有可以進步的地方。vim 則可以說是程式開發者的一項很好用的工具。vim是vi的公升級版 vim是帶有顏色顯示的 ...
第六課 字型
a.字型系列 font family times new roman times,serif b.字型樣式 font style normal 正常 正常顯示文字 font style italic 斜體 以斜體字顯示的文字 font style oblique 傾斜的文字 文字向一邊傾斜 和斜體非...
第六課 列表
序列是python中最基本的 種資料結構。序列 於儲存 組有序的資料,所有的資料在序列當中都有 個唯 的位置 索引 並且序列中的資料會按照新增的順序來分配索引。資料結構指計算機中資料儲存的 式。python 基礎教程 第二版 對序列的定義為 資料結構。資料結構是通過某種方式 例如對元素進行編號 組織...