techery / progresshint

ProgressBar/SeekBar delegate to show floating progress with style
Apache License 2.0
374 stars 59 forks source link

In verticalseekbar how to show hint on left side #16

Closed aakashy85 closed 6 years ago

aakashy85 commented 6 years ago

In verticalseekbar how to show hint popup on left side.

almozavr commented 6 years ago

Unsupported, and would be tricky due to nature of PopupWindow which is used underneath, see https://github.com/techery/progresshint/blob/3d40fe602e931eb12ebd876c23520844795617ee/library/src/main/java/io/techery/progresshint/ProgressHintDelegate.java#L161

almozavr commented 6 years ago

You hack behaviour with negative offset, e.g. app:popupOffset="-100dp"

aakashy85 commented 6 years ago

Its working Thanks