/BicontLayout

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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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