Skip to content

Commit c3af3a8

Browse files
committed
* change slider frome FrameLayout to LinearLayout
1 parent 0569c08 commit c3af3a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

library/src/main/res/layout/drawer.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
android:layout_width="match_parent"
1111
android:layout_height="match_parent"/>
1212

13-
<FrameLayout
13+
<LinearLayout
1414
android:id="@+id/slider_layout"
1515
android:layout_width="match_parent"
1616
android:layout_height="match_parent"
1717
android:layout_gravity="start"
18-
android:background="@color/material_drawer_background"/>
18+
android:background="@color/material_drawer_background"
19+
android:orientation="vertical">
20+
21+
</LinearLayout>
1922
<!--
2023
android:layout_marginRight="@dimen/material_drawer_margin"
2124
android:layout_marginEnd="@dimen/material_drawer_margin"

0 commit comments

Comments
 (0)