all: reformat
This commit is contained in:
parent
9952579cc4
commit
1fb6097b9d
1 changed files with 1 additions and 5 deletions
|
@ -298,11 +298,7 @@ constructor(context: Context, attrs: AttributeSet? = null, @AttrRes defStyleAttr
|
|||
if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
|
||||
thumbPadding.left + thumbWidth + popupLayoutParams.leftMargin
|
||||
} else {
|
||||
width -
|
||||
thumbPadding.right -
|
||||
thumbWidth -
|
||||
popupLayoutParams.rightMargin -
|
||||
popupWidth
|
||||
width - thumbPadding.right - thumbWidth - popupLayoutParams.rightMargin - popupWidth
|
||||
}
|
||||
|
||||
val popupAnchorY = popupHeight / 2
|
||||
|
|
Loading…
Reference in a new issue