summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-23 13:04:10 -0700
committerWinson Chung <winsonc@google.com>2011-06-23 16:08:54 -0700
commit4e076545e4ccdbd3c045a3fa33869a2b7519a0cc (patch)
treed3b4cead2ddfb3cf594bda719e2ed5115ddfb41f /res/values
parent845149a05acbe2ca629d9e4f8ef7e84128de1162 (diff)
downloadandroid_packages_apps_Trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.tar.gz
android_packages_apps_Trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.tar.bz2
android_packages_apps_Trebuchet-4e076545e4ccdbd3c045a3fa33869a2b7519a0cc.zip
Cleaning up dead code.
Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml18
-rw-r--r--res/values/dimens.xml6
-rw-r--r--res/values/strings.xml17
-rw-r--r--res/values/styles.xml12
4 files changed, 0 insertions, 53 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index ec35ca56d..55518dfae 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 36e39949b..52110bddf 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 bf03c3b89..d0e474902 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 4e498a64c..b662cccb3 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>