ceryle / SegmentedButton

Segmented Control with animation for Android API 12+
Apache License 2.0
364 stars 97 forks source link

Error: Draggable not working #33

Open snehaltembare opened 6 years ago

snehaltembare commented 6 years ago

I have 4 segmented buttons and I have set that group as draggable:true. In this case when I tap on 4th button its works but when I tap on 1st button it will show draggable at both places. In following image at first group and last Draggable segmented group layout issue_2

Swavis commented 5 years ago

Yes same issue occurred when i am trying to click first and last button, @Snehal-Tembare did you find the solution..?

snehaltembare commented 5 years ago

@Swavis No, I didn't get a solution. For that purpose, I used another approach.

Swavis commented 5 years ago

@Snehal-Tembare if you have other solution please let me know...

snehaltembare commented 5 years ago

@Swavis Which I used in that case also dragging is not working as its original draggable functionality. However, I used a simple linear layout with some drawable to give an effect like original UI. In that linear layout, I took a button or you may use textview also. Following is the UI which I made using linear layout. 1548911919893