|
@@ -47,13 +47,13 @@
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/left_fragment_container"
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="@dimen/zero"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/right_fragment_container"
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="@dimen/zero"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="2" />
|
|
|
</LinearLayout>
|
|
@@ -62,7 +62,7 @@
|
|
|
|
|
|
<include
|
|
|
layout="@layout/drawer"
|
|
|
- android:layout_width="240dp"
|
|
|
+ android:layout_width="@dimen/files_drawer_width"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="start"/>
|
|
|
|