环境:android studio 、java
项目需要在进度条的滑块上显示进度值并居中, UI设计图:
代码实现效果图:
浅色模式:
深色模式:
由于一开始没有自定义seekbar, 使用源码Seekar, 滑块要求时带圆角,所以需要设置thumbOffset 使滑条和滑块衔接顺畅。想实现UI效果,需要对文字与滑条的左边距,进行计算处理。
布局:
<RelativeLayout
android:layout_width="1335dp"
android:layout_height="46dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
app:layout_constraintStart_toEndOf&#