Increased tablet layout threshold

captchafix
Florens Douwes 11 years ago
parent 3db82c1c44
commit 1038479352
  1. 23
      Chan/res/layout/activity_base.xml

@ -1,13 +1,12 @@
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent" >
<android.support.v4.widget.SlidingPaneLayout
android:id="@+id/pane_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent" >
<FrameLayout
android:id="@+id/left_pane"
@ -17,20 +16,20 @@
<FrameLayout
android:id="@+id/right_pane"
android:layout_width="320dp"
android:layout_width="360dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="#FFE5E5E5" />
</android.support.v4.widget.SlidingPaneLayout>
<ListView
android:id="@+id/left_drawer"
<ListView
android:id="@+id/left_drawer"
android:layout_width="280dp"
android:divider="#333"
android:dividerHeight="1dp"
android:background="#444"
android:layout_height="match_parent"
android:layout_gravity="start"
android:choiceMode="singleChoice" />
android:background="#444"
android:choiceMode="singleChoice"
android:divider="#333"
android:dividerHeight="1dp" />
</android.support.v4.widget.DrawerLayout>
Loading…
Cancel
Save