Launcher2 - remove unused resources and make it not crash in landscape.
Landscape still doesn't look good.
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 859 B |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 651 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 918 B |
|
Before Width: | Height: | Size: 833 B |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 676 B |
|
Before Width: | Height: | Size: 965 B |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 695 B |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 669 B |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 578 B |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 982 B |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 646 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1,23 +0,0 @@
|
||||
<?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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/tray_handle_normal" />
|
||||
<item android:state_pressed="true" android:drawable="@drawable/tray_handle_pressed" />
|
||||
<item android:state_focused="true" android:state_enabled="true" android:drawable="@drawable/tray_handle_selected" />
|
||||
<item android:state_enabled="true" android:drawable="@drawable/tray_handle_normal" />
|
||||
<item android:state_focused="true" android:drawable="@drawable/tray_handle_selected" />
|
||||
</selector>
|
||||
@@ -1,20 +0,0 @@
|
||||
<?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.
|
||||
-->
|
||||
|
||||
<transition xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_tray_expand" />
|
||||
<item android:drawable="@drawable/ic_tray_collapse" />
|
||||
</transition>
|
||||
@@ -22,6 +22,18 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<com.android.launcher2.AllAppsView
|
||||
android:id="@+id/all_apps_view"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
|
||||
android:scrollbarStyle="outsideInset"
|
||||
android:drawSelectorOnTop="false"
|
||||
android:listSelector="@drawable/grid_selector"
|
||||
|
||||
android:verticalSpacing="10dip"
|
||||
android:numColumns="4" />
|
||||
|
||||
<!-- The workspace contains 3 screens of cells -->
|
||||
<com.android.launcher2.Workspace
|
||||
android:id="@+id/workspace"
|
||||
@@ -38,32 +50,27 @@
|
||||
|
||||
<com.android.launcher2.HandleView
|
||||
android:id="@+id/all_apps_button"
|
||||
android:layout_width="56dip"
|
||||
android:layout_width="@dimen/button_bar_height"
|
||||
android:layout_height="fill_parent"
|
||||
|
||||
android:background="@drawable/handle"
|
||||
android:layout_gravity="right|center_vertical"
|
||||
|
||||
android:focusable="true"
|
||||
android:clickable="true"
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/handle_icon"
|
||||
|
||||
launcher:direction="vertical" />
|
||||
android:src="@drawable/all_apps_button"
|
||||
launcher:direction="vertical"
|
||||
/>
|
||||
|
||||
<com.android.launcher2.DeleteZone
|
||||
android:id="@+id/delete_zone"
|
||||
android:layout_width="49dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_delete"
|
||||
android:background="@drawable/delete_zone_selector"
|
||||
|
||||
android:layout_marginBottom="-25dip"
|
||||
android:layout_gravity="right|center_vertical"
|
||||
android:src="@drawable/delete_zone_selector"
|
||||
android:visibility="invisible"
|
||||
|
||||
launcher:direction="vertical" />
|
||||
launcher:direction="vertical"
|
||||
/>
|
||||
|
||||
</com.android.launcher2.DragLayer>
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
android:listSelector="@drawable/grid_selector"
|
||||
|
||||
android:verticalSpacing="10dip"
|
||||
android:numColumns="4" />
|
||||
android:numColumns="4"
|
||||
/>
|
||||
|
||||
<!-- The workspace contains 3 screens of cells -->
|
||||
<com.android.launcher2.Workspace
|
||||
@@ -50,7 +51,7 @@
|
||||
|
||||
<com.android.launcher2.HandleView
|
||||
android:id="@+id/all_apps_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="@dimen/button_bar_height"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
|
||||
@@ -59,7 +60,8 @@
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/all_apps_button"
|
||||
launcher:direction="horizontal" />
|
||||
launcher:direction="horizontal"
|
||||
/>
|
||||
|
||||
<com.android.launcher2.DeleteZone
|
||||
android:id="@+id/delete_zone"
|
||||
@@ -69,9 +71,8 @@
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/delete_zone_selector"
|
||||
|
||||
android:visibility="invisible"
|
||||
|
||||
launcher:direction="horizontal" />
|
||||
launcher:direction="horizontal"
|
||||
/>
|
||||
|
||||
</com.android.launcher2.DragLayer>
|
||||
|
||||