From a1a4e81f8f225f19f58dda4953adf2945099cbd5 Mon Sep 17 00:00:00 2001 From: Alberto Manzano Torregrosa Date: Fri, 6 Nov 2015 10:55:45 -0500 Subject: [PATCH 1/3] Added panelOffScreen option to keep sliding until the panel is located off screen (above or below, depending on the gravity) --- demo/res/layout/activity_demo.xml | 103 ++++++++++++++++++ .../slidinguppanel/SlidingUpPanelLayout.java | 68 +++++++++++- library/src/main/res/values/attrs.xml | 1 + maven_push.gradle | 4 +- 4 files changed, 173 insertions(+), 3 deletions(-) create mode 100644 demo/res/layout/activity_demo.xml diff --git a/demo/res/layout/activity_demo.xml b/demo/res/layout/activity_demo.xml new file mode 100644 index 00000000..b81ccc43 --- /dev/null +++ b/demo/res/layout/activity_demo.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + +