Skip to content

Commit db07924

Browse files
authored
Merge pull request #175 from hannesa2/MoreOpen
More open
2 parents 69dadf9 + dd321fe commit db07924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/java/com/sothree/slidinguppanel/SlidingUpPanelLayout.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)