diff options
author | Winson Chung <winsonc@google.com> | 2011-06-23 13:04:10 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-06-23 16:08:54 -0700 |
commit | 4e076545e4ccdbd3c045a3fa33869a2b7519a0cc (patch) | |
tree | d3b4cead2ddfb3cf594bda719e2ed5115ddfb41f /res | |
parent | 845149a05acbe2ca629d9e4f8ef7e84128de1162 (diff) | |
download | packages_apps_trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.zip packages_apps_trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.tar.gz packages_apps_trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.tar.bz2 |
Cleaning up dead code.
Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-large/all_apps_no_items_placeholder.xml | 36 | ||||
-rw-r--r-- | res/layout-large/all_apps_paged_view_application.xml | 32 | ||||
-rw-r--r-- | res/layout-large/all_apps_tabbed.xml | 115 | ||||
-rw-r--r-- | res/layout-large/customization_drawer.xml | 51 | ||||
-rw-r--r-- | res/layout-large/customize_paged_view_item.xml | 31 | ||||
-rw-r--r-- | res/layout-large/customize_paged_view_wallpaper.xml | 69 | ||||
-rw-r--r-- | res/layout-large/customize_paged_view_widget.xml | 85 | ||||
-rw-r--r-- | res/layout-large/customize_tab_widget_indicator.xml | 19 | ||||
-rw-r--r-- | res/values-land/dimens.xml | 2 | ||||
-rw-r--r-- | res/values-large-land/dimens.xml | 12 | ||||
-rw-r--r-- | res/values-large-port/dimens.xml | 12 | ||||
-rw-r--r-- | res/values-large-port/styles.xml | 28 | ||||
-rw-r--r-- | res/values-large/dimens.xml | 14 | ||||
-rw-r--r-- | res/values-large/styles.xml | 4 | ||||
-rw-r--r-- | res/values-port/dimens.xml | 2 | ||||
-rw-r--r-- | res/values-xlarge-port/styles.xml | 25 | ||||
-rw-r--r-- | res/values-xlarge/styles.xml | 23 | ||||
-rw-r--r-- | res/values/attrs.xml | 18 | ||||
-rw-r--r-- | res/values/dimens.xml | 6 | ||||
-rw-r--r-- | res/values/strings.xml | 17 | ||||
-rw-r--r-- | res/values/styles.xml | 12 |
21 files changed, 0 insertions, 613 deletions
diff --git a/res/layout-large/all_apps_no_items_placeholder.xml b/res/layout-large/all_apps_no_items_placeholder.xml deleted file mode 100644 index b766df1..0000000 --- a/res/layout-large/all_apps_no_items_placeholder.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<TextView - xmlns:android="http://schemas.android.com/apk/res/android" - - android:id="@+id/no_items_icon" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:gravity="center" - android:paddingTop="2dip" - - android:textColor="#FFFFFFFF" - android:textSize="15sp" - android:shadowColor="#FF000000" - android:shadowDx="0.0" - android:shadowDy="1.0" - android:shadowRadius="1.0" - android:drawablePadding="0dip" - - android:maxLines="2" - android:fadingEdge="horizontal" - android:focusable="false" /> diff --git a/res/layout-large/all_apps_paged_view_application.xml b/res/layout-large/all_apps_paged_view_application.xml deleted file mode 100644 index 019f75f..0000000 --- a/res/layout-large/all_apps_paged_view_application.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.PagedViewIcon - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - - launcher:blurColor="#FF6B8CF0" - launcher:outlineColor="#FF8CD2FF" - - style="@style/WorkspaceIcon.AppsCustomize" - - android:id="@+id/application_icon" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:gravity="center_horizontal" - - android:focusable="true" - android:background="@drawable/focusable_view_bg" /> diff --git a/res/layout-large/all_apps_tabbed.xml b/res/layout-large/all_apps_tabbed.xml deleted file mode 100644 index 4194069..0000000 --- a/res/layout-large/all_apps_tabbed.xml +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.AllAppsTabbed - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"> - <com.android.launcher2.AllAppsBackground - android:id="@+id/all_apps_background" - android:layout_width="match_parent" - android:layout_height="match_parent" /> - <LinearLayout - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"> - <!-- The layout_width of this RelativeLayout gets overwritten in - AllAppsTabbed.onFinishInflate --> - <RelativeLayout - android:id="@+id/all_apps_tab_bar" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_horizontal" - android:background="@drawable/tab_unselected_holo"> - <com.android.launcher2.FocusOnlyTabWidget - android:id="@android:id/tabs" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentLeft="true" - android:tabStripEnabled="false" /> - <FrameLayout - android:id="@+id/market_info_frame" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentRight="true" - android:layout_centerVertical="true"> - <com.android.launcher2.ApplicationInfoDropTarget - android:id="@+id/all_apps_info_target" - android:drawableRight="@drawable/ic_home_info_holo_dark" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:visibility="invisible" - android:background="@drawable/focusable_view_bg" - android:focusable="true" /> - <TextView - android:id="@+id/market_button" - android:onClick="onClickAppMarketButton" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:gravity="center" - android:paddingRight="22dp" - android:text="@string/market" - android:textColor="@color/workspace_all_apps_and_delete_zone_text_color" - android:textSize="18sp" - android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color" - android:shadowDx="0.0" - android:shadowDy="0.0" - android:shadowRadius="2.0" - android:background="@drawable/focusable_view_bg" - android:focusable="true" - android:clickable="true" /> - </FrameLayout> - <com.android.launcher2.DeleteZone - android:id="@+id/all_apps_delete_zone" - android:drawablePadding="@dimen/delete_zone_drawable_padding" - android:drawableLeft="@drawable/delete_zone_selector" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_toLeftOf="@id/market_info_frame" - android:layout_centerVertical="true" - android:visibility="invisible" - android:paddingRight="22dp" - launcher:direction="horizontal" - - android:gravity="center" - android:textColor="@color/workspace_all_apps_and_delete_zone_text_color" - android:textSize="18sp" - android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color" - android:shadowDx="0.0" - android:shadowDy="0.0" - android:shadowRadius="2.0" - - android:background="@drawable/focusable_view_bg" - android:focusable="true" /> - </RelativeLayout> - <FrameLayout - android:id="@android:id/tabcontent" - android:layout_width="match_parent" - android:layout_height="match_parent"> - <com.android.launcher2.AllAppsPagedView - android:id="@+id/all_apps_paged_view" - android:layout_width="match_parent" - android:layout_height="wrap_content" - launcher:pageLayoutWidthGap="@dimen/all_apps_view_pageLayoutWidthGap" - launcher:pageLayoutHeightGap="@dimen/all_apps_view_pageLayoutHeightGap" - launcher:pageLayoutPaddingTop="@dimen/all_apps_view_pageLayoutPaddingTop" - launcher:pageLayoutPaddingBottom="@dimen/all_apps_view_pageLayoutPaddingBottom" - launcher:pageLayoutPaddingLeft="@dimen/all_apps_view_pageLayoutPaddingLeft" - launcher:pageLayoutPaddingRight="@dimen/all_apps_view_pageLayoutPaddingRight"> - </com.android.launcher2.AllAppsPagedView> - </FrameLayout> - </LinearLayout> -</com.android.launcher2.AllAppsTabbed> diff --git a/res/layout-large/customization_drawer.xml b/res/layout-large/customization_drawer.xml deleted file mode 100644 index 0c59a3f..0000000 --- a/res/layout-large/customization_drawer.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.CustomizeTrayTabHost - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"> - <LinearLayout - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"> - <!-- The layout_width of this RelativeLayout gets overwritten in - CustomizeTrayTabHost.onFinishInflate --> - <com.android.launcher2.FocusOnlyTabWidget - android:id="@android:id/tabs" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_horizontal" - android:background="@drawable/tab_unselected_holo" - android:tabStripEnabled="false" /> - <FrameLayout - android:id="@android:id/tabcontent" - android:layout_width="match_parent" - android:layout_height="match_parent"> - <com.android.launcher2.CustomizePagedView - android:id="@+id/customization_drawer_tab_contents" - android:layout_width="match_parent" - android:layout_height="match_parent" - launcher:wallpaperCellSpanX="@integer/customization_drawer_contents_wallpaperCellSpanX" - launcher:wallpaperCellCountX="@integer/customization_drawer_contents_wallpaperCellCountX" - launcher:widgetCellCountX="@integer/customization_drawer_contents_widgetCellCountX" - launcher:pageLayoutWidthGap="@dimen/customization_drawer_contents_pageLayoutWidthGap" - launcher:pageLayoutHeightGap="@dimen/customization_drawer_contents_pageLayoutHeightGap" - launcher:pageLayoutPaddingTop="@dimen/customization_drawer_contents_pageLayoutPaddingTop" - launcher:pageLayoutPaddingBottom="@dimen/customization_drawer_contents_pageLayoutPaddingBottom" - launcher:pageLayoutPaddingLeft="@dimen/customization_drawer_contents_pageLayoutPaddingLeft" - launcher:pageLayoutPaddingRight="@dimen/customization_drawer_contents_pageLayoutPaddingRight" /> - </FrameLayout> - </LinearLayout> -</com.android.launcher2.CustomizeTrayTabHost>
\ No newline at end of file diff --git a/res/layout-large/customize_paged_view_item.xml b/res/layout-large/customize_paged_view_item.xml deleted file mode 100644 index 80d678e..0000000 --- a/res/layout-large/customize_paged_view_item.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.PagedViewIcon - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - - launcher:blurColor="#FF6B8CF0" - launcher:outlineColor="#FF8CD2FF" - - android:id="@+id/customize_icon" - android:layout_width="match_parent" - android:layout_height="match_parent" - - style="@style/WorkspaceIcon.Landscape" - - android:background="@drawable/focusable_view_bg" - android:focusable="true" /> diff --git a/res/layout-large/customize_paged_view_wallpaper.xml b/res/layout-large/customize_paged_view_wallpaper.xml deleted file mode 100644 index d6284c2..0000000 --- a/res/layout-large/customize_paged_view_wallpaper.xml +++ /dev/null @@ -1,69 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.PagedViewWidget - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_weight="1" - android:orientation="vertical" - android:paddingRight="25dp" - android:paddingBottom="50dp" - - launcher:blurColor="#FF6B8CF0" - launcher:outlineColor="#FF8CD2FF" - - android:background="@drawable/focusable_view_bg" - android:focusable="true"> - - <!-- The preview image for the wallpaper. --> - <ImageView - android:id="@+id/wallpaper_preview" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:adjustViewBounds="true" - android:scaleType="fitStart" /> - - <!-- The divider image. --> - <ImageView - android:id="@+id/divider" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="0" - android:paddingTop="10dp" - android:paddingBottom="10dp" - android:src="@drawable/widget_divider" /> - - <!-- The name of the wallpaper --> - <TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/wallpaper_name" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="0" - android:gravity="left" - - android:textColor="#FFFFFFFF" - android:textSize="14sp" - android:shadowColor="#FF000000" - android:shadowDx="0.0" - android:shadowDy="1.0" - android:shadowRadius="1.0" - - android:maxLines="2" - android:fadingEdge="horizontal" /> -</com.android.launcher2.PagedViewWidget> diff --git a/res/layout-large/customize_paged_view_widget.xml b/res/layout-large/customize_paged_view_widget.xml deleted file mode 100644 index 35791f5..0000000 --- a/res/layout-large/customize_paged_view_widget.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.PagedViewWidget - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_weight="1" - android:orientation="vertical" - android:paddingRight="25dp" - android:paddingBottom="50dp" - - launcher:blurColor="#FF6B8CF0" - launcher:outlineColor="#FF8CD2FF" - - android:background="@drawable/focusable_view_bg" - android:focusable="true"> - - <!-- The icon of the widget. --> - <ImageView - android:id="@+id/widget_preview" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:adjustViewBounds="true" - android:scaleType="fitStart" /> - - <!-- The divider image. --> - <ImageView - android:id="@+id/divider" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="0" - android:paddingTop="10dp" - android:paddingBottom="10dp" - android:src="@drawable/widget_divider" /> - - <!-- The name of the widget. --> - <TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/widget_name" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="0" - android:gravity="left" - - android:textColor="#FFFFFFFF" - android:textSize="14sp" - android:shadowColor="#FF000000" - android:shadowDx="0.0" - android:shadowDy="1.0" - android:shadowRadius="1.0" - - android:maxLines="2" - android:fadingEdge="horizontal" /> - - <!-- The original dimensions of the widget (can't be the same text as above due to different - style. --> - <TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/widget_dims" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="0" - android:gravity="left" - - android:textColor="#FF999999" - android:textSize="14sp" - android:shadowColor="#99000000" - android:shadowDx="0.0" - android:shadowDy="1.0" - android:shadowRadius="1.0" /> -</com.android.launcher2.PagedViewWidget> diff --git a/res/layout-large/customize_tab_widget_indicator.xml b/res/layout-large/customize_tab_widget_indicator.xml deleted file mode 100644 index 186a342..0000000 --- a/res/layout-large/customize_tab_widget_indicator.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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.launcher2.AccessibleTabView - xmlns:android="http://schemas.android.com/apk/res/android" - style="@style/CustomizeTabIndicator.Wide" /> diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml index 6ba7f7d..b00e8c3 100644 --- a/res/values-land/dimens.xml +++ b/res/values-land/dimens.xml @@ -43,6 +43,4 @@ <dimen name="apps_customize_widget_cell_height_gap">0dp</dimen> <integer name="apps_customize_widget_cell_count_x">3</integer> <integer name="apps_customize_widget_cell_count_y">1</integer> - <integer name="apps_customize_wallpaper_cell_count_x">3</integer> - <integer name="apps_customize_wallpaper_cell_count_y">1</integer> </resources> diff --git a/res/values-large-land/dimens.xml b/res/values-large-land/dimens.xml index 8a5dfd3..ee4c70b 100644 --- a/res/values-large-land/dimens.xml +++ b/res/values-large-land/dimens.xml @@ -33,16 +33,4 @@ <dimen name="all_apps_view_pageLayoutPaddingBottom">14dp</dimen> <dimen name="all_apps_view_pageLayoutPaddingLeft">40dp</dimen> <dimen name="all_apps_view_pageLayoutPaddingRight">40dp</dimen> - - <!-- Dimensions for customize should generally be the same as all apps, or very similar. --> - <dimen name="customization_drawer_contents_pageLayoutWidthGap">32dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutHeightGap">12dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingTop">20dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingBottom">20dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingLeft">40dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingRight">40dp</dimen> - - <integer name="customization_drawer_contents_wallpaperCellSpanX">3</integer> - <integer name="customization_drawer_contents_wallpaperCellCountX">12</integer> - <integer name="customization_drawer_contents_widgetCellCountX">14</integer> </resources>
\ No newline at end of file diff --git a/res/values-large-port/dimens.xml b/res/values-large-port/dimens.xml index ba60e73..c1525ea 100644 --- a/res/values-large-port/dimens.xml +++ b/res/values-large-port/dimens.xml @@ -41,16 +41,4 @@ <dimen name="all_apps_view_pageLayoutPaddingBottom">10dp</dimen> <dimen name="all_apps_view_pageLayoutPaddingLeft">20dp</dimen> <dimen name="all_apps_view_pageLayoutPaddingRight">20dp</dimen> - - <integer name="customization_drawer_contents_wallpaperCellSpanX">3</integer> - <integer name="customization_drawer_contents_wallpaperCellCountX">9</integer> - <integer name="customization_drawer_contents_widgetCellCountX">9</integer> - - <!-- Dimensions for customize should generally be the same as all apps, or very similar. --> - <dimen name="customization_drawer_contents_pageLayoutWidthGap">36dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutHeightGap">12dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingTop">25dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingBottom">25dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingLeft">20dp</dimen> - <dimen name="customization_drawer_contents_pageLayoutPaddingRight">20dp</dimen> </resources>
\ No newline at end of file diff --git a/res/values-large-port/styles.xml b/res/values-large-port/styles.xml deleted file mode 100644 index ba23a89..0000000 --- a/res/values-large-port/styles.xml +++ /dev/null @@ -1,28 +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. -*/ ---> - -<resources> - <style name="CustomizeTabIndicator.Wide" parent="TabIndicator.Wide"> - <item name="android:paddingLeft">20dp</item> - <item name="android:paddingRight">20dp</item> - <item name="android:paddingTop">12dp</item> - <item name="android:paddingBottom">16dp</item> - <item name="android:textSize">16sp</item> - </style> -</resources> diff --git a/res/values-large/dimens.xml b/res/values-large/dimens.xml index 9d4b3d9..90f262b 100644 --- a/res/values-large/dimens.xml +++ b/res/values-large/dimens.xml @@ -39,7 +39,6 @@ <!-- Size of icons in workspace --> <dimen name="app_icon_size">72dp</dimen> - <!-- Size of content of icons in workspace, as specified by the android icon guidelines --> <dimen name="app_icon_content_size">60dp</dimen> @@ -55,9 +54,6 @@ <dimen name="all_apps_button_drawable_padding">0dip</dimen> <dimen name="all_apps_button_vertical_padding">4dip</dimen> - <integer name="land_all_apps_view_cellCountX">7</integer> - <integer name="land_all_apps_view_cellCountY">5</integer> - <!-- height & width of the drop rectangle for the trash icon --> <dimen name="delete_zone_vertical_drag_padding">20dip</dimen> <dimen name="delete_zone_horizontal_drag_padding">20dip</dimen> @@ -82,16 +78,6 @@ <dimen name="dragViewOffsetX">0dp</dimen> <dimen name="dragViewOffsetY">-12dp</dimen> - <!-- The actual number of rows/columns will be determined dynamically based on the screen - size, but in portrait we want to cap the rows at 3, otherwise it looks weird. --> - <integer name="customization_drawer_contents_maxCellCountY">3</integer> - - <!-- The percentage of vertical space that the customize tray should try to fill. --> - <integer name="customization_drawer_verticalFillPercentage">65</integer> - - <!-- Max number of rows in all apps, because too many looks weird. --> - <integer name="all_apps_view_maxCellCountY">6</integer> - <!-- Workspace grid --> <!-- Padding applied to AppWidgets --> <dimen name="app_widget_padding_left">12dp</dimen> diff --git a/res/values-large/styles.xml b/res/values-large/styles.xml index 386e9ca..531e2e6 100644 --- a/res/values-large/styles.xml +++ b/res/values-large/styles.xml @@ -75,10 +75,6 @@ <item name="android:textSize">20sp</item> </style> - <style name="CustomizeTabIndicator.Wide" parent="TabIndicator.Wide"> - </style> - - <!-- QSB Search / Drop Target bar --> <style name="SearchDropTargetBar"> <item name="android:orientation">horizontal</item> diff --git a/res/values-port/dimens.xml b/res/values-port/dimens.xml index 58b81b8..3b18653 100644 --- a/res/values-port/dimens.xml +++ b/res/values-port/dimens.xml @@ -40,6 +40,4 @@ <dimen name="apps_customize_widget_cell_height_gap">40dp</dimen> <integer name="apps_customize_widget_cell_count_x">2</integer> <integer name="apps_customize_widget_cell_count_y">2</integer> - <integer name="apps_customize_wallpaper_cell_count_x">1</integer> - <integer name="apps_customize_wallpaper_cell_count_y">1</integer> </resources> diff --git a/res/values-xlarge-port/styles.xml b/res/values-xlarge-port/styles.xml deleted file mode 100644 index 2c5f5bb..0000000 --- a/res/values-xlarge-port/styles.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -* Copyright (C) 2011 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. -*/ ---> - -<resources> - <style name="CustomizeTabIndicator.Wide" parent="TabIndicator.Wide"> - <item name="android:paddingLeft">20dp</item> - <item name="android:paddingRight">20dp</item> - </style> -</resources> diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml deleted file mode 100644 index fdf2f19..0000000 --- a/res/values-xlarge/styles.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -* Copyright (C) 2011 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. -*/ ---> - -<resources> - <style name="CustomizeTabIndicator.Wide" parent="TabIndicator.Wide"> - </style> -</resources> diff --git a/res/values/attrs.xml b/res/values/attrs.xml index ec35ca5..55518df 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -114,24 +114,6 @@ <attr name="widgetCountY" format="integer" /> </declare-styleable> - <!-- CustomizePagedView specific attributes. These attributes are used to customize - a CustomizePagedView view in XML files. --> - <declare-styleable name="CustomizePagedView"> - <!-- The cell span of an item in the wallpapers tab --> - <attr name="wallpaperCellSpanX" format="integer" /> - <!-- The max cell span of all items in a particular wallpaper tab page --> - <attr name="wallpaperCellCountX" format="integer" /> - <!-- The number of horizontal cells for the widget tab --> - <attr name="widgetCellCountX" format="integer" /> - </declare-styleable> - - <!-- DeleteZone specific attributes. These attributes are used to customize - a DeleteZone view in XML files. --> - <declare-styleable name="DeleteZone"> - <!-- Orientation of the delete zone. --> - <attr name="direction" /> - </declare-styleable> - <!-- HandleView specific attributes. These attributes are used to customize a HandleView view in XML files. --> <declare-styleable name="HandleView"> diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 36e3994..52110bd 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -57,12 +57,6 @@ <dimen name="allAppsSmallScreenVerticalMarginLandscape">30dip</dimen> <dimen name="allAppsSmallScreenVerticalMarginPortrait">60dip</dimen> - <!-- height & width of the drop rectangle for the trash icon --> - <dimen name="delete_zone_size">70dip</dimen> - - <!-- delete_zone_size_full - button_bar_height_portrait --> - <dimen name="delete_zone_padding">14dip</dimen> - <!-- padding between the delete zone drawable and text --> <dimen name="delete_zone_drawable_padding">8dip</dimen> diff --git a/res/values/strings.xml b/res/values/strings.xml index bf03c3b..d0e4749 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -64,30 +64,13 @@ <string name="applications_tab_label">App shortcuts</string> <!-- Placeholder text, will be removed --> <string name="wallpapers_temp_tab_text">This will be the wallpapers tab</string> - <!-- Labels for the tabs in All Apps --> - <!-- Title of the tab for all applications (includes games and non-games) [CHAR_LIMIT=12] --> - <string name="all_apps_tab_all">All</string> - <!-- Title of the tab for all applications *except* games [CHAR_LIMIT=24] --> - <string name="all_apps_tab_apps">Apps</string> - <!-- Title of the tab for applications labeled as games [CHAR_LIMIT=24] --> - <string name="all_apps_tab_games">Games</string> - <!-- Tile of the tab for applications that were downloaded from market [CHAR_LIMIT=24] --> - <string name="all_apps_tab_downloaded">My apps</string> <!-- AppsCustomize pane --> <!-- Message to tell the user to long-press on a widget to add it [CHAR_LIMIT=50] --> <string name="long_press_widget_to_add">Long-press to pick up a widget</string> - - <!-- All Apps pane --> - <!-- Message to show when there are no games [CHAR_LIMIT=25] --> - <string name="all_apps_no_games">No games found.</string> - <!-- Message to show when there are no downloaded apps [CHAR_LIMIT=50] --> - <string name="all_apps_no_downloads">You have no downloaded applications.</string> <!-- Market button text. The market button text is removed in Launcher.java in the Phone UI. [CHAR LIMIT=32] --> <string name="market">Shop</string> - - <!-- Customization Drawer --> <!-- The format string for the dimensions of a widget in the drawer --> <string name="widget_dims_format" translatable="false">%1$d x %2$d</string> diff --git a/res/values/styles.xml b/res/values/styles.xml index 4e498a6..b662ccc 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -135,18 +135,6 @@ <item name="android:shadowRadius">2.0</item> </style> - <style name="DeleteZone"> - <item name="android:drawableLeft">@drawable/delete_zone_selector</item> - <item name="android:drawablePadding">@dimen/delete_zone_drawable_padding</item> - <item name="android:paddingRight">20dp</item> - <item name="android:textColor">@color/workspace_all_apps_and_delete_zone_text_color</item> - <item name="android:textSize">18sp</item> - <item name="android:shadowColor">@color/workspace_all_apps_and_delete_zone_text_shadow_color</item> - <item name="android:shadowDx">0.0</item> - <item name="android:shadowDy">0.0</item> - <item name="android:shadowRadius">2.0</item> - </style> - <style name="HotseatButton"> <item name="android:paddingLeft">12dip</item> <item name="android:paddingRight">12dip</item> |