We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51639c commit 77a8fbaCopy full SHA for 77a8fba
demo/res/layout/activity_demo.xml
@@ -9,7 +9,7 @@
9
android:id="@+id/sliding_layout"
10
android:layout_width="match_parent"
11
android:layout_height="match_parent"
12
- android:layout_gravity="bottom"
+ android:gravity="bottom"
13
sothree:collapsedHeight="68dp"
14
sothree:shadowHeight="4dp"
15
sothree:dragView="@+id/name">
library/src/com/sothree/slidinguppanel/SlidingUpPanelLayout.java
@@ -52,7 +52,7 @@ public class SlidingUpPanelLayout extends ViewGroup {
52
* Default attributes for layout
53
*/
54
private static final int[] DEFAULT_ATTRS = new int[] {
55
- android.R.attr.layout_gravity
+ android.R.attr.gravity
56
};
57
58
/**
0 commit comments