关注 安卓007 ,免费获取全套安卓开发学习资料
SeekBar是支持拖动的进度显示条.
//设置进度
seekBar.progress = 60
https://gitee.com/cxyzy1/SeekBarDemo
属性名 | 用途 |
---|---|
android:layout_width | 设置控件宽度,可设置为:match_parent(和父控件一样),wrap_content(按照内容自动伸缩),设置固定值(如200dp) |
android:layout_height | 设置控件高度,可设置为:match_parent(和父控件一样),wrap_content(按照内容自动伸缩),设置固定值(如200dp) |
android:gravity | 控件内对齐方式 |
android:background | 设置背景,可以是色值(如#FF0000)或图片等 |
android:visibility | 可选值: visible(显示), invisible(隐藏,但是仍占据UI空间),gone(隐藏,且不占UI空间) |
android:progress | 设置进度(对横向进度条有用),取值范围:0-100 |
android:max | 对于分段可拖动进度条,设置分段数 |
更多属性及实际效果,可以在开发工具里自行体验.
Kotlin语言基础
UI控件_TextView
UI控件_EditText
UI控件_Button
UI控件_ImageView
UI控件_RadioButton
UI控件_CheckBox
UI控件_ProgressBar
关注头条号,第一时间获取最新文章: