- 建立新專案,參考下圖component tree建立布局
拉scroll view的時候系統會自動加入linear layout
2. ChkBox.isChecked()
如果有勾選到這個checkBox需要執行什麼動作
if(mChkBoxMusic.isChecked()){
s += mChkBoxMusic.getText().toString();
}
基本範例如上,當music的checkBox被勾選,string s加入"music"
完整範例檔(xml, java)請點github連結,搜尋checkBox
更多關於Android的文章:
layout_constraintVertical_bias, layout_constraintHorizontal_bias