Hubi
Hubi

Reputation: 1

how to create android re sizable split pane ( to display two fragments )?

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

Answers (1)

Vishal
Vishal

Reputation: 551

you can use this third party library https://github.com/MobiDevelop/android-split-pane-layout

Upvotes: 1

Related Questions