File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/src/main/java/com/sothree/slidinguppanel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ open class SlidingUpPanelLayout @JvmOverloads constructor(
127127 /* *
128128 * The size of the overhang in pixels, when the panel is collapsed
129129 */
130- private var panelHeight = - 1
130+ var panelHeight = - 1
131131
132132 /* *
133133 * The size of the shadow in pixels.
@@ -170,7 +170,7 @@ open class SlidingUpPanelLayout @JvmOverloads constructor(
170170 /* *
171171 * If set, the panel will transfer the scroll from this view to itself when needed.
172172 */
173- private var scrollableView: View ? = null
173+ var scrollableView: View ? = null
174174 private var scrollableViewResId = 0
175175 private var scrollableViewHelper = ScrollableViewHelper ()
176176
You can’t perform that action at this time.
0 commit comments