|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
tools:openDrawer="end">
|
|
|
|
|
android:animateLayoutChanges="true">
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
@ -62,6 +62,8 @@
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="1dp"
|
|
|
|
|
android:id="@+id/divider_filter"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="?dividerVertical" />
|
|
|
|
|
|
|
|
|
|
@ -70,6 +72,7 @@
|
|
|
|
|
android:layout_width="240dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="end"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:background="?android:windowBackground"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:scrollbars="vertical"
|
|
|
|
|
|