android-split-pane-layout
android-split-pane-layout copied to clipboard
An Android layout which splits the available space between child views
The published version of SplitPaneLayout on Maven Central doesn't match with latest stable commits (I don't mean with my latest pull request). It would be great if it is updated.
This pull request adds the following: - Support for Android Studio 3.6.0. Update of Gradle to 5.6.4 - Migrated to Android X to update target and compile SDK to API...
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,...
Hi , Thanks for library. I am using tableview and mapview as child inside split pane layout . I want to implement horizontal scrollview for tableview .If i add horizontal...
Right now you can get the splitter into an odd state where it is not visible on screen. It would be nice to have some attributes setting a minimum and...
I am calling setSplitterSize() and setSplitterPositionPercent() in our app to show and hide a Google Street View. Unfortunately both of those methods force the remeasure() method to be called which...