android-split-pane-layout
android-split-pane-layout copied to clipboard
Child Splits
When I move split position to up or down, child splits below also change, but child splits above is not affect ( when I move it to left or right, I got the same issue). How I can move split position but child splits is not affect?
Thanks
The way that the split-pane works is that it moves and resizes the panes when you move the splitter bar. The left (or top) view only grows/shrinks as you move the splitter bar but the right (or bottom) has to move to be situated to the right (or bottom) of the splitter bar.
Nested splitter bars (going in the same direction) is probably something that is going to require some customization. It probably would not be difficult to make this work with a variable number of splitter bars such that nesting is not necessary.