diff options
author | Michael Jurka <mikejurka@google.com> | 2010-08-04 18:46:01 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-08-06 11:19:47 -0700 |
commit | 4bb4f735c80ba6baca6678f6508b3862da61313a (patch) | |
tree | 3fdbcbcbbffc831f0c7432b462c990f0653e4fd2 /res/drawable-xlarge | |
parent | e029ea7efc3e03e17e22be23b4c277fc426839ca (diff) | |
download | packages_apps_trebuchet-4bb4f735c80ba6baca6678f6508b3862da61313a.zip packages_apps_trebuchet-4bb4f735c80ba6baca6678f6508b3862da61313a.tar.gz packages_apps_trebuchet-4bb4f735c80ba6baca6678f6508b3862da61313a.tar.bz2 |
small fixes to Launcher
- more robust unshrink animation
- catching a resource not found exception when
making widget preview
- added more missing copyright headers
- hiding customization drawer when long press on widget
- long-pressing on widget is temporarily always
springloaded to zoom in to workspace screen
Change-Id: I6c92877357e907d89840fecc4662f0700b96255b
Diffstat (limited to 'res/drawable-xlarge')
-rw-r--r-- | res/drawable-xlarge/all_apps_button.xml | 2 | ||||
-rw-r--r-- | res/drawable-xlarge/configure_button.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable-xlarge/all_apps_button.xml b/res/drawable-xlarge/all_apps_button.xml index 1e654f0..46bc632 100644 --- a/res/drawable-xlarge/all_apps_button.xml +++ b/res/drawable-xlarge/all_apps_button.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project +<!-- 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. diff --git a/res/drawable-xlarge/configure_button.xml b/res/drawable-xlarge/configure_button.xml index b292652..ac87290 100644 --- a/res/drawable-xlarge/configure_button.xml +++ b/res/drawable-xlarge/configure_button.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project +<!-- 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. |