修改百分比拉动控件除了图标以外的区域的响应逻辑
This commit is contained in:
parent
f30470e46f
commit
57973b7210
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun Mar 09 13:47:09 HKT 2025
|
||||
#Sun Mar 09 05:53:35 GMT 2025
|
||||
stageCount=10
|
||||
libraryProject=libaes
|
||||
baseVersion=7.6
|
||||
publishVersion=7.6.9
|
||||
buildCount=0
|
||||
buildCount=1
|
||||
baseBetaVersion=7.6.10
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun Mar 09 13:45:52 HKT 2025
|
||||
#Sun Mar 09 05:53:35 GMT 2025
|
||||
stageCount=10
|
||||
libraryProject=libaes
|
||||
baseVersion=7.6
|
||||
publishVersion=7.6.9
|
||||
buildCount=0
|
||||
buildCount=1
|
||||
baseBetaVersion=7.6.10
|
||||
|
@ -61,8 +61,8 @@ public class AOHPCTCSeekBar extends SeekBar {
|
||||
@Override
|
||||
public boolean dispatchTouchEvent(MotionEvent event) {
|
||||
if (event.getAction() == MotionEvent.ACTION_DOWN) {
|
||||
getParent().requestDisallowInterceptTouchEvent(true);
|
||||
if (thumbWidth + blurRightDP > event.getX() && event.getX() > 0) {
|
||||
getParent().requestDisallowInterceptTouchEvent(true);
|
||||
isStartSeek = true;
|
||||
}
|
||||
} else if (event.getAction() == MotionEvent.ACTION_MOVE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user