百分比拖动确定按钮添加图标位置初始化设定

This commit is contained in:
ZhanGSKen
2025-03-09 20:14:06 +08:00
parent 5a756a0f00
commit 6e6540698b
3 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,8 @@ public class AOHPCTCSeekBar extends SeekBar {
}
void initView(Context context) {
// 初始化图标位置
setThumbOffset(0);
}
@Override