android seekbar定义高度

用SeekBar,并设置属性style="?android:attr/progressBarStyleHorizontal"
就是水平进度条了。

设置高度:
android:layout_height="wrap_content"
android:minHeight="10dip"
android:maxHeight="10dip"

猜你喜欢

转载自flyering.iteye.com/blog/1607633