Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 466 Bytes

BicontLayout

A layout that contains two views vertically, and the middle divider is draggable for changing the splitted area

Usage example : programmatically

// vTop : top view
// vBottom : bottom view
BicontLayout doubleLayout = new BicontLayout(getContext(), vTop, vBottom);
setContentView(doubleLayout);

Preview

video_2017-02-05_23-22-36