OSDN Git Service

ADWLauncher for IS01
[gb-231r1-is01/GB_2.3_IS01.git] / packages / apps / ADWLauncher / res / layout-port / old_drawer.xml
diff --git a/packages/apps/ADWLauncher/res/layout-port/old_drawer.xml b/packages/apps/ADWLauncher/res/layout-port/old_drawer.xml
new file mode 100644 (file)
index 0000000..2a40838
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+ <com.android.launcher.AllAppsGridView
+       xmlns:android="http://schemas.android.com/apk/res/android"
+       xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+       launcher:texture="@drawable/pattern_carbon_fiber_dark"
+       android:layout_width="fill_parent"
+       android:layout_height="fill_parent"
+       android:scrollbarStyle="insideInset"
+       android:drawSelectorOnTop="false"
+       android:listSelector="@drawable/grid_selector"
+       android:nextFocusLeft="@id/all_apps_view"
+       android:nextFocusUp="@id/all_apps_view"
+       android:nextFocusDown="@id/btn_mab"
+       android:nextFocusRight="@id/all_apps_view"
+       android:visibility="gone"
+       android:paddingBottom="50dip"
+       android:verticalSpacing="10dip"
+       android:numColumns="4"/>
\ No newline at end of file