OSDN Git Service

Restore the menu on configuration change.
[android-x86/packages-apps-Launcher.git] / res / layout-land / launcher.xml
index e93ef31..bd0baf1 100644 (file)
 
         launcher:defaultScreen="1">
 
-        <include layout="@layout/workspace_screen" />
-        <include layout="@layout/workspace_screen" />
-        <include layout="@layout/workspace_screen" />
+        <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
+        <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
+        <include android:id="@+id/cell3" layout="@layout/workspace_screen" />
 
     </com.android.launcher.Workspace>
 
-    <com.android.internal.widget.SlidingDrawer
+    <SlidingDrawer
         android:id="@+id/drawer"
         android:layout_width="fill_parent"
         android:layout_height="fill_parent"
 
         android:orientation="horizontal"
-        android:bottomOffset="7px"
+        android:bottomOffset="8dip"
         android:handle="@+id/all_apps"
         android:content="@+id/content">
-
-        <ImageView
+        
+        <com.android.launcher.HandleView
             android:id="@id/all_apps"
+            android:layout_width="56dip"
+            android:layout_height="fill_parent"
+
+            android:background="@drawable/handle"
+
             android:focusable="true"
             android:clickable="true"
+
             android:scaleType="center"
             android:src="@drawable/handle_icon"
-            android:background="@drawable/handle"
-            android:layout_height="fill_parent"
-            android:layout_width="56dip" />
+
+            launcher:direction="vertical" />
 
         <com.android.launcher.AllAppsGridView
             android:id="@id/content"
             android:layout_width="fill_parent"
             android:layout_height="fill_parent"
 
-            android:background="@color/grid_dark_background"
+            launcher:texture="@drawable/pattern_carbon_fiber_dark"
 
             android:scrollbarStyle="outsideInset"
             android:drawSelectorOnTop="false"
@@ -75,7 +80,7 @@
             android:verticalSpacing="10dip"
             android:numColumns="5" />
 
-    </com.android.internal.widget.SlidingDrawer>
+    </SlidingDrawer>
 
     <com.android.launcher.DeleteZone
         android:id="@+id/delete_zone"