diff options
author | Winson Chung <winsonc@google.com> | 2011-06-20 15:41:53 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-06-20 17:14:37 -0700 |
commit | 201bc828d5a0078f505e8e37152156a0cb43c10a (patch) | |
tree | 698628a43eec7783c1d885b12aa771fd82579f93 /res/values-land | |
parent | 30faf5197983383e15728c66ee7e9a39d5b717b2 (diff) | |
download | packages_apps_trebuchet-201bc828d5a0078f505e8e37152156a0cb43c10a.zip packages_apps_trebuchet-201bc828d5a0078f505e8e37152156a0cb43c10a.tar.gz packages_apps_trebuchet-201bc828d5a0078f505e8e37152156a0cb43c10a.tar.bz2 |
Need to remove views and not just hide them after animations.
- Removing Manage Apps button from workspace and renaming it in AppsCustomize
- Fixing foolish string play in resources from initial change for search bar
- Using proper way to get full screen dims for wallpaper fix
Change-Id: I1319d225135436468f1feb3057cd9f28eda7c89c
Diffstat (limited to 'res/values-land')
-rw-r--r-- | res/values-land/strings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/values-land/strings.xml b/res/values-land/strings.xml index bbe8ff2..ec4c7e7 100644 --- a/res/values-land/strings.xml +++ b/res/values-land/strings.xml @@ -20,11 +20,4 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Manifest configuration. --> <skip /> - - <!-- Label for delete drop target. [CHAR_LIMIT=30] --> - <string name="delete_target_label"></string> - <!-- Label for uninstall drop target. [CHAR_LIMIT=30]--> - <string name="delete_target_uninstall_label"></string> - <!-- Label for the info icon. [CHAR_LIMIT=30] --> - <string name="info_target_label"></string> </resources> |