Reputation: 1
I want to create an android split pane which has a draggable vertical bar to resize both layouts on each side, what I thought to do is, change the weight of layouts dynamically with onTouch Listener, if anyone can suggest another method or a suitable library for this purpose. it'll be a huge help.
Upvotes: 0
Views: 545
Reputation: 551
you can use this third party library https://github.com/MobiDevelop/android-split-pane-layout
Upvotes: 1