seekbar更换图片后,发现thumb的图片不会居中(竖直方向)显示了,代码如下:
<SeekBar
android:id="@+id/wb_seekbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:max="30"
android:progress="8"
android:thumb="@drawable/wb_tab_thumb" /> 经过多番查找资料,可以在seekbar中加上一条:
android:maxHeight="48dp" 就万事大吉了。由此引发的猜测:水平不居中可以设置maxWidth