SegmentedButton icon indicating copy to clipboard operation
SegmentedButton copied to clipboard

Error: Draggable not working

Open snehaltembare opened this issue 7 years ago • 4 comments

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

snehaltembare avatar Feb 16 '18 06:02 snehaltembare

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

Swavis avatar Jan 29 '19 09:01 Swavis

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

snehaltembare avatar Jan 30 '19 12:01 snehaltembare

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

Swavis avatar Jan 30 '19 17:01 Swavis

@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

snehaltembare avatar Jan 31 '19 05:01 snehaltembare