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 0569c08 commit c3af3a8Copy full SHA for c3af3a8
library/src/main/res/layout/drawer.xml
@@ -10,12 +10,15 @@
10
android:layout_width="match_parent"
11
android:layout_height="match_parent"/>
12
13
- <FrameLayout
+ <LinearLayout
14
android:id="@+id/slider_layout"
15
16
android:layout_height="match_parent"
17
android:layout_gravity="start"
18
- android:background="@color/material_drawer_background"/>
+ android:background="@color/material_drawer_background"
19
+ android:orientation="vertical">
20
+
21
+ </LinearLayout>
22
<!--
23
android:layout_marginRight="@dimen/material_drawer_margin"
24
android:layout_marginEnd="@dimen/material_drawer_margin"
0 commit comments