diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000000..a9fa30a8e0 --- /dev/null +++ b/Android.mk @@ -0,0 +1,28 @@ +# +# 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. +# + +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +#LOCAL_MODULE_TAGS := user + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_PACKAGE_NAME := Launcher2 + +LOCAL_OVERRIDES_PACKAGES := Launcher + +include $(BUILD_PACKAGE) diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000000..af666102ad --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..c5b1efa7aa --- /dev/null +++ b/NOTICE @@ -0,0 +1,190 @@ + + Copyright (c) 2005-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. + + 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. + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + diff --git a/res/anim/fade_in_fast.xml b/res/anim/fade_in_fast.xml new file mode 100644 index 0000000000..5faef96ae2 --- /dev/null +++ b/res/anim/fade_in_fast.xml @@ -0,0 +1,23 @@ + + + + diff --git a/res/anim/fade_out_fast.xml b/res/anim/fade_out_fast.xml new file mode 100644 index 0000000000..310e0078ea --- /dev/null +++ b/res/anim/fade_out_fast.xml @@ -0,0 +1,23 @@ + + + + diff --git a/res/color/bright_text_dark_focused.xml b/res/color/bright_text_dark_focused.xml new file mode 100644 index 0000000000..4beb72c3db --- /dev/null +++ b/res/color/bright_text_dark_focused.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + diff --git a/res/drawable-hdpi/all_apps_button_focused.png b/res/drawable-hdpi/all_apps_button_focused.png new file mode 100644 index 0000000000..94f7b080ab Binary files /dev/null and b/res/drawable-hdpi/all_apps_button_focused.png differ diff --git a/res/drawable-hdpi/all_apps_button_normal.png b/res/drawable-hdpi/all_apps_button_normal.png new file mode 100644 index 0000000000..188d528aa0 Binary files /dev/null and b/res/drawable-hdpi/all_apps_button_normal.png differ diff --git a/res/drawable-hdpi/all_apps_button_pressed.png b/res/drawable-hdpi/all_apps_button_pressed.png new file mode 100644 index 0000000000..600dea9fec Binary files /dev/null and b/res/drawable-hdpi/all_apps_button_pressed.png differ diff --git a/res/drawable-hdpi/bg_appwidget_error.9.png b/res/drawable-hdpi/bg_appwidget_error.9.png new file mode 100644 index 0000000000..59d9822bc3 Binary files /dev/null and b/res/drawable-hdpi/bg_appwidget_error.9.png differ diff --git a/res/drawable-hdpi/box_launcher_bottom.9.png b/res/drawable-hdpi/box_launcher_bottom.9.png new file mode 100644 index 0000000000..f08c7a213b Binary files /dev/null and b/res/drawable-hdpi/box_launcher_bottom.9.png differ diff --git a/res/drawable-hdpi/box_launcher_top_normal.9.png b/res/drawable-hdpi/box_launcher_top_normal.9.png new file mode 100644 index 0000000000..98997ad280 Binary files /dev/null and b/res/drawable-hdpi/box_launcher_top_normal.9.png differ diff --git a/res/drawable-hdpi/box_launcher_top_pressed.9.png b/res/drawable-hdpi/box_launcher_top_pressed.9.png new file mode 100644 index 0000000000..f52fd4805c Binary files /dev/null and b/res/drawable-hdpi/box_launcher_top_pressed.9.png differ diff --git a/res/drawable-hdpi/box_launcher_top_selected.9.png b/res/drawable-hdpi/box_launcher_top_selected.9.png new file mode 100644 index 0000000000..8cacf0e094 Binary files /dev/null and b/res/drawable-hdpi/box_launcher_top_selected.9.png differ diff --git a/res/drawable-hdpi/focused_application_background.9.png b/res/drawable-hdpi/focused_application_background.9.png new file mode 100644 index 0000000000..7bf37efed5 Binary files /dev/null and b/res/drawable-hdpi/focused_application_background.9.png differ diff --git a/res/drawable-hdpi/home_button_focused.png b/res/drawable-hdpi/home_button_focused.png new file mode 100644 index 0000000000..08b1fcbc82 Binary files /dev/null and b/res/drawable-hdpi/home_button_focused.png differ diff --git a/res/drawable-hdpi/home_button_normal.png b/res/drawable-hdpi/home_button_normal.png new file mode 100644 index 0000000000..4afcce8d29 Binary files /dev/null and b/res/drawable-hdpi/home_button_normal.png differ diff --git a/res/drawable-hdpi/home_button_pressed.png b/res/drawable-hdpi/home_button_pressed.png new file mode 100644 index 0000000000..aa917329df Binary files /dev/null and b/res/drawable-hdpi/home_button_pressed.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_1_focus.png b/res/drawable-hdpi/ic_home_arrows_1_focus.png new file mode 100644 index 0000000000..fd95862245 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_1_focus.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_1_focus_right.png b/res/drawable-hdpi/ic_home_arrows_1_focus_right.png new file mode 100644 index 0000000000..2a7059fb25 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_1_focus_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_1_normal.png b/res/drawable-hdpi/ic_home_arrows_1_normal.png new file mode 100644 index 0000000000..c72a4bf28e Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_1_normal.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_1_normal_right.png b/res/drawable-hdpi/ic_home_arrows_1_normal_right.png new file mode 100644 index 0000000000..90819e64bf Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_1_normal_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_1_press.png b/res/drawable-hdpi/ic_home_arrows_1_press.png new file mode 100644 index 0000000000..70011d7a7f Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_1_press.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_1_press_right.png b/res/drawable-hdpi/ic_home_arrows_1_press_right.png new file mode 100644 index 0000000000..45ea6f8bfd Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_1_press_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_2_focus.png b/res/drawable-hdpi/ic_home_arrows_2_focus.png new file mode 100644 index 0000000000..1f1164aa1b Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_2_focus.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_2_focus_right.png b/res/drawable-hdpi/ic_home_arrows_2_focus_right.png new file mode 100644 index 0000000000..330ee39e9d Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_2_focus_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_2_normal.png b/res/drawable-hdpi/ic_home_arrows_2_normal.png new file mode 100644 index 0000000000..dc017373f7 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_2_normal.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_2_normal_right.png b/res/drawable-hdpi/ic_home_arrows_2_normal_right.png new file mode 100644 index 0000000000..dc843c6590 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_2_normal_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_2_press.png b/res/drawable-hdpi/ic_home_arrows_2_press.png new file mode 100644 index 0000000000..294b3316cd Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_2_press.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_2_press_right.png b/res/drawable-hdpi/ic_home_arrows_2_press_right.png new file mode 100644 index 0000000000..4fc9d0f293 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_2_press_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_3_focus.png b/res/drawable-hdpi/ic_home_arrows_3_focus.png new file mode 100644 index 0000000000..7ada5ca3cb Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_3_focus.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_3_focus_right.png b/res/drawable-hdpi/ic_home_arrows_3_focus_right.png new file mode 100644 index 0000000000..98d76ef7a5 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_3_focus_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_3_normal.png b/res/drawable-hdpi/ic_home_arrows_3_normal.png new file mode 100644 index 0000000000..1ee2372cee Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_3_normal.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_3_normal_right.png b/res/drawable-hdpi/ic_home_arrows_3_normal_right.png new file mode 100644 index 0000000000..90a93fada5 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_3_normal_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_3_press.png b/res/drawable-hdpi/ic_home_arrows_3_press.png new file mode 100644 index 0000000000..7c98a29307 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_3_press.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_3_press_right.png b/res/drawable-hdpi/ic_home_arrows_3_press_right.png new file mode 100644 index 0000000000..5cfd28c853 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_3_press_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_4_focus.png b/res/drawable-hdpi/ic_home_arrows_4_focus.png new file mode 100644 index 0000000000..84f3a7bff7 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_4_focus.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_4_focus_right.png b/res/drawable-hdpi/ic_home_arrows_4_focus_right.png new file mode 100644 index 0000000000..813f863b18 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_4_focus_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_4_normal.png b/res/drawable-hdpi/ic_home_arrows_4_normal.png new file mode 100644 index 0000000000..477f725dd2 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_4_normal.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_4_normal_right.png b/res/drawable-hdpi/ic_home_arrows_4_normal_right.png new file mode 100644 index 0000000000..f8a8612e98 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_4_normal_right.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_4_press.png b/res/drawable-hdpi/ic_home_arrows_4_press.png new file mode 100644 index 0000000000..7b8f2076a3 Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_4_press.png differ diff --git a/res/drawable-hdpi/ic_home_arrows_4_press_right.png b/res/drawable-hdpi/ic_home_arrows_4_press_right.png new file mode 100644 index 0000000000..4d9c2ca8eb Binary files /dev/null and b/res/drawable-hdpi/ic_home_arrows_4_press_right.png differ diff --git a/res/drawable-hdpi/ic_launcher_application.png b/res/drawable-hdpi/ic_launcher_application.png new file mode 100644 index 0000000000..8074c4c571 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_application.png differ diff --git a/res/drawable-hdpi/ic_launcher_appwidget.png b/res/drawable-hdpi/ic_launcher_appwidget.png new file mode 100644 index 0000000000..3dc8b20756 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_appwidget.png differ diff --git a/res/drawable-hdpi/ic_launcher_folder.png b/res/drawable-hdpi/ic_launcher_folder.png new file mode 100644 index 0000000000..dd7132716c Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_folder.png differ diff --git a/res/drawable-hdpi/ic_launcher_folder_open.png b/res/drawable-hdpi/ic_launcher_folder_open.png new file mode 100644 index 0000000000..5b3fcecb3e Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_folder_open.png differ diff --git a/res/drawable-hdpi/ic_launcher_home.png b/res/drawable-hdpi/ic_launcher_home.png new file mode 100644 index 0000000000..74f6bd7b6a Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_home.png differ diff --git a/res/drawable-hdpi/ic_launcher_shortcut.png b/res/drawable-hdpi/ic_launcher_shortcut.png new file mode 100644 index 0000000000..93ab2df73a Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_shortcut.png differ diff --git a/res/drawable-hdpi/ic_launcher_wallpaper.png b/res/drawable-hdpi/ic_launcher_wallpaper.png new file mode 100644 index 0000000000..dcd87097c5 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_wallpaper.png differ diff --git a/res/drawable-hdpi/ic_search_widget.png b/res/drawable-hdpi/ic_search_widget.png new file mode 100644 index 0000000000..06b9b251b1 Binary files /dev/null and b/res/drawable-hdpi/ic_search_widget.png differ diff --git a/res/drawable-hdpi/pattern_carbon_fiber_dark.png b/res/drawable-hdpi/pattern_carbon_fiber_dark.png new file mode 100644 index 0000000000..427936f946 Binary files /dev/null and b/res/drawable-hdpi/pattern_carbon_fiber_dark.png differ diff --git a/res/drawable-hdpi/placeholder_google.png b/res/drawable-hdpi/placeholder_google.png new file mode 100644 index 0000000000..923c8b8520 Binary files /dev/null and b/res/drawable-hdpi/placeholder_google.png differ diff --git a/res/drawable-hdpi/preview_bg.9.png b/res/drawable-hdpi/preview_bg.9.png new file mode 100644 index 0000000000..5647144af8 Binary files /dev/null and b/res/drawable-hdpi/preview_bg.9.png differ diff --git a/res/drawable-hdpi/preview_bg_focus.9.png b/res/drawable-hdpi/preview_bg_focus.9.png new file mode 100644 index 0000000000..31200fdcd5 Binary files /dev/null and b/res/drawable-hdpi/preview_bg_focus.9.png differ diff --git a/res/drawable-hdpi/preview_bg_press.9.png b/res/drawable-hdpi/preview_bg_press.9.png new file mode 100644 index 0000000000..9cb12669ea Binary files /dev/null and b/res/drawable-hdpi/preview_bg_press.9.png differ diff --git a/res/drawable-hdpi/search_button_bg.9.png b/res/drawable-hdpi/search_button_bg.9.png new file mode 100644 index 0000000000..9fba3d10ce Binary files /dev/null and b/res/drawable-hdpi/search_button_bg.9.png differ diff --git a/res/drawable-hdpi/search_button_voice.png b/res/drawable-hdpi/search_button_voice.png new file mode 100644 index 0000000000..a60f7d9c9c Binary files /dev/null and b/res/drawable-hdpi/search_button_voice.png differ diff --git a/res/drawable-hdpi/search_floater.9.png b/res/drawable-hdpi/search_floater.9.png new file mode 100644 index 0000000000..02441d04a5 Binary files /dev/null and b/res/drawable-hdpi/search_floater.9.png differ diff --git a/res/drawable-hdpi/textfield_searchwidget_default.9.png b/res/drawable-hdpi/textfield_searchwidget_default.9.png new file mode 100644 index 0000000000..2fe637d5f9 Binary files /dev/null and b/res/drawable-hdpi/textfield_searchwidget_default.9.png differ diff --git a/res/drawable-hdpi/textfield_searchwidget_pressed.9.png b/res/drawable-hdpi/textfield_searchwidget_pressed.9.png new file mode 100644 index 0000000000..58af9baf4b Binary files /dev/null and b/res/drawable-hdpi/textfield_searchwidget_pressed.9.png differ diff --git a/res/drawable-hdpi/textfield_searchwidget_selected.9.png b/res/drawable-hdpi/textfield_searchwidget_selected.9.png new file mode 100644 index 0000000000..8a84fdcacb Binary files /dev/null and b/res/drawable-hdpi/textfield_searchwidget_selected.9.png differ diff --git a/res/drawable-hdpi/trashcan.png b/res/drawable-hdpi/trashcan.png new file mode 100644 index 0000000000..d356f45333 Binary files /dev/null and b/res/drawable-hdpi/trashcan.png differ diff --git a/res/drawable-hdpi/trashcan_hover.png b/res/drawable-hdpi/trashcan_hover.png new file mode 100644 index 0000000000..7dda19e040 Binary files /dev/null and b/res/drawable-hdpi/trashcan_hover.png differ diff --git a/res/drawable-hdpi/wallpaper_bluedotgrid.jpg b/res/drawable-hdpi/wallpaper_bluedotgrid.jpg new file mode 100644 index 0000000000..468edfe43a Binary files /dev/null and b/res/drawable-hdpi/wallpaper_bluedotgrid.jpg differ diff --git a/res/drawable-hdpi/wallpaper_bluedotgrid_small.jpg b/res/drawable-hdpi/wallpaper_bluedotgrid_small.jpg new file mode 100644 index 0000000000..1ff9568ae1 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_bluedotgrid_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_brown.jpg b/res/drawable-hdpi/wallpaper_brown.jpg new file mode 100644 index 0000000000..9b7ef20351 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_brown.jpg differ diff --git a/res/drawable-hdpi/wallpaper_brown_small.jpg b/res/drawable-hdpi/wallpaper_brown_small.jpg new file mode 100644 index 0000000000..e5b417e7bd Binary files /dev/null and b/res/drawable-hdpi/wallpaper_brown_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_canyon.jpg b/res/drawable-hdpi/wallpaper_canyon.jpg new file mode 100644 index 0000000000..1b129fd369 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_canyon.jpg differ diff --git a/res/drawable-hdpi/wallpaper_canyon_small.jpg b/res/drawable-hdpi/wallpaper_canyon_small.jpg new file mode 100644 index 0000000000..fd4d72f9e3 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_canyon_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_cloud.jpg b/res/drawable-hdpi/wallpaper_cloud.jpg new file mode 100644 index 0000000000..f3b5545cde Binary files /dev/null and b/res/drawable-hdpi/wallpaper_cloud.jpg differ diff --git a/res/drawable-hdpi/wallpaper_cloud_small.jpg b/res/drawable-hdpi/wallpaper_cloud_small.jpg new file mode 100644 index 0000000000..0e4c14cf4b Binary files /dev/null and b/res/drawable-hdpi/wallpaper_cloud_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_desert.jpg b/res/drawable-hdpi/wallpaper_desert.jpg new file mode 100644 index 0000000000..47daa791a1 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_desert.jpg differ diff --git a/res/drawable-hdpi/wallpaper_desert_small.jpg b/res/drawable-hdpi/wallpaper_desert_small.jpg new file mode 100644 index 0000000000..9252d368dd Binary files /dev/null and b/res/drawable-hdpi/wallpaper_desert_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_despair.jpg b/res/drawable-hdpi/wallpaper_despair.jpg new file mode 100644 index 0000000000..57e82354ac Binary files /dev/null and b/res/drawable-hdpi/wallpaper_despair.jpg differ diff --git a/res/drawable-hdpi/wallpaper_despair_small.jpg b/res/drawable-hdpi/wallpaper_despair_small.jpg new file mode 100644 index 0000000000..fc8e3c6788 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_despair_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_electric.jpg b/res/drawable-hdpi/wallpaper_electric.jpg new file mode 100644 index 0000000000..f7800af1a3 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_electric.jpg differ diff --git a/res/drawable-hdpi/wallpaper_electric_small.jpg b/res/drawable-hdpi/wallpaper_electric_small.jpg new file mode 100644 index 0000000000..66dd573cf8 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_electric_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_field.jpg b/res/drawable-hdpi/wallpaper_field.jpg new file mode 100644 index 0000000000..5bab9b52a1 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_field.jpg differ diff --git a/res/drawable-hdpi/wallpaper_field_small.jpg b/res/drawable-hdpi/wallpaper_field_small.jpg new file mode 100644 index 0000000000..20d9a48c35 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_field_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_galaxy.jpg b/res/drawable-hdpi/wallpaper_galaxy.jpg new file mode 100644 index 0000000000..de0f3ff1fb Binary files /dev/null and b/res/drawable-hdpi/wallpaper_galaxy.jpg differ diff --git a/res/drawable-hdpi/wallpaper_galaxy_small.jpg b/res/drawable-hdpi/wallpaper_galaxy_small.jpg new file mode 100644 index 0000000000..69d48a2aaa Binary files /dev/null and b/res/drawable-hdpi/wallpaper_galaxy_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_goldengate.jpg b/res/drawable-hdpi/wallpaper_goldengate.jpg new file mode 100644 index 0000000000..2271091909 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_goldengate.jpg differ diff --git a/res/drawable-hdpi/wallpaper_goldengate_small.jpg b/res/drawable-hdpi/wallpaper_goldengate_small.jpg new file mode 100644 index 0000000000..e9aca1e990 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_goldengate_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_grass.jpg b/res/drawable-hdpi/wallpaper_grass.jpg new file mode 100644 index 0000000000..e9dc54175a Binary files /dev/null and b/res/drawable-hdpi/wallpaper_grass.jpg differ diff --git a/res/drawable-hdpi/wallpaper_grass_night.jpg b/res/drawable-hdpi/wallpaper_grass_night.jpg new file mode 100644 index 0000000000..b9c74c99e9 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_grass_night.jpg differ diff --git a/res/drawable-hdpi/wallpaper_grass_night_small.jpg b/res/drawable-hdpi/wallpaper_grass_night_small.jpg new file mode 100644 index 0000000000..353eb189bc Binary files /dev/null and b/res/drawable-hdpi/wallpaper_grass_night_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_grass_small.jpg b/res/drawable-hdpi/wallpaper_grass_small.jpg new file mode 100644 index 0000000000..dc45738aa9 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_grass_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_gray.jpg b/res/drawable-hdpi/wallpaper_gray.jpg new file mode 100644 index 0000000000..913f0533e9 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_gray.jpg differ diff --git a/res/drawable-hdpi/wallpaper_gray_small.jpg b/res/drawable-hdpi/wallpaper_gray_small.jpg new file mode 100644 index 0000000000..d083a74b06 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_gray_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_greengray.jpg b/res/drawable-hdpi/wallpaper_greengray.jpg new file mode 100644 index 0000000000..1f3c86cd95 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_greengray.jpg differ diff --git a/res/drawable-hdpi/wallpaper_greengray_small.jpg b/res/drawable-hdpi/wallpaper_greengray_small.jpg new file mode 100644 index 0000000000..ebf7066362 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_greengray_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_hazybluedots.jpg b/res/drawable-hdpi/wallpaper_hazybluedots.jpg new file mode 100644 index 0000000000..fe6aeb40ae Binary files /dev/null and b/res/drawable-hdpi/wallpaper_hazybluedots.jpg differ diff --git a/res/drawable-hdpi/wallpaper_hazybluedots_small.jpg b/res/drawable-hdpi/wallpaper_hazybluedots_small.jpg new file mode 100644 index 0000000000..c645dea57c Binary files /dev/null and b/res/drawable-hdpi/wallpaper_hazybluedots_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_lightgrad.jpg b/res/drawable-hdpi/wallpaper_lightgrad.jpg new file mode 100644 index 0000000000..35a45facb1 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_lightgrad.jpg differ diff --git a/res/drawable-hdpi/wallpaper_lightgrad_small.jpg b/res/drawable-hdpi/wallpaper_lightgrad_small.jpg new file mode 100644 index 0000000000..f909da7afe Binary files /dev/null and b/res/drawable-hdpi/wallpaper_lightgrad_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_monumentvalley.jpg b/res/drawable-hdpi/wallpaper_monumentvalley.jpg new file mode 100644 index 0000000000..1bb5f2c0e5 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_monumentvalley.jpg differ diff --git a/res/drawable-hdpi/wallpaper_monumentvalley_small.jpg b/res/drawable-hdpi/wallpaper_monumentvalley_small.jpg new file mode 100644 index 0000000000..9ea3309eb0 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_monumentvalley_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_nexuspattern.jpg b/res/drawable-hdpi/wallpaper_nexuspattern.jpg new file mode 100644 index 0000000000..212a7b1d33 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_nexuspattern.jpg differ diff --git a/res/drawable-hdpi/wallpaper_nexuspattern_small.jpg b/res/drawable-hdpi/wallpaper_nexuspattern_small.jpg new file mode 100644 index 0000000000..8e474a5de6 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_nexuspattern_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_nexusrain.jpg b/res/drawable-hdpi/wallpaper_nexusrain.jpg new file mode 100644 index 0000000000..46c2971e77 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_nexusrain.jpg differ diff --git a/res/drawable-hdpi/wallpaper_nexusrain_small.jpg b/res/drawable-hdpi/wallpaper_nexusrain_small.jpg new file mode 100644 index 0000000000..a23933948a Binary files /dev/null and b/res/drawable-hdpi/wallpaper_nexusrain_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_nexuswallpaper1.png b/res/drawable-hdpi/wallpaper_nexuswallpaper1.png new file mode 100644 index 0000000000..2856da02b9 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_nexuswallpaper1.png differ diff --git a/res/drawable-hdpi/wallpaper_nexuswallpaper1_small.jpg b/res/drawable-hdpi/wallpaper_nexuswallpaper1_small.jpg new file mode 100644 index 0000000000..70882bbe9e Binary files /dev/null and b/res/drawable-hdpi/wallpaper_nexuswallpaper1_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_pcut.jpg b/res/drawable-hdpi/wallpaper_pcut.jpg new file mode 100644 index 0000000000..bb9914da84 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_pcut.jpg differ diff --git a/res/drawable-hdpi/wallpaper_pcut_small.jpg b/res/drawable-hdpi/wallpaper_pcut_small.jpg new file mode 100644 index 0000000000..bd19775b2b Binary files /dev/null and b/res/drawable-hdpi/wallpaper_pcut_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_ropelights.jpg b/res/drawable-hdpi/wallpaper_ropelights.jpg new file mode 100644 index 0000000000..ca7862f6a5 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_ropelights.jpg differ diff --git a/res/drawable-hdpi/wallpaper_ropelights_small.jpg b/res/drawable-hdpi/wallpaper_ropelights_small.jpg new file mode 100644 index 0000000000..ac6fb29e96 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_ropelights_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_tree.jpg b/res/drawable-hdpi/wallpaper_tree.jpg new file mode 100644 index 0000000000..f998bea35a Binary files /dev/null and b/res/drawable-hdpi/wallpaper_tree.jpg differ diff --git a/res/drawable-hdpi/wallpaper_tree_small.jpg b/res/drawable-hdpi/wallpaper_tree_small.jpg new file mode 100644 index 0000000000..425305af0f Binary files /dev/null and b/res/drawable-hdpi/wallpaper_tree_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_x67.jpg b/res/drawable-hdpi/wallpaper_x67.jpg new file mode 100644 index 0000000000..400aa27be4 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_x67.jpg differ diff --git a/res/drawable-hdpi/wallpaper_x67_small.jpg b/res/drawable-hdpi/wallpaper_x67_small.jpg new file mode 100644 index 0000000000..10e0faab62 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_x67_small.jpg differ diff --git a/res/drawable-hdpi/wallpaper_zanzibar.jpg b/res/drawable-hdpi/wallpaper_zanzibar.jpg new file mode 100644 index 0000000000..9218895aa4 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_zanzibar.jpg differ diff --git a/res/drawable-hdpi/wallpaper_zanzibar_small.jpg b/res/drawable-hdpi/wallpaper_zanzibar_small.jpg new file mode 100644 index 0000000000..affdc8c8b1 Binary files /dev/null and b/res/drawable-hdpi/wallpaper_zanzibar_small.jpg differ diff --git a/res/drawable/all_apps_button.xml b/res/drawable/all_apps_button.xml new file mode 100644 index 0000000000..9f6b8ac016 --- /dev/null +++ b/res/drawable/all_apps_button.xml @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/res/drawable/box_launcher_top.xml b/res/drawable/box_launcher_top.xml new file mode 100644 index 0000000000..20c07c49a3 --- /dev/null +++ b/res/drawable/box_launcher_top.xml @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/res/drawable/delete_zone_selector.xml b/res/drawable/delete_zone_selector.xml new file mode 100644 index 0000000000..0c54b1d743 --- /dev/null +++ b/res/drawable/delete_zone_selector.xml @@ -0,0 +1,24 @@ + + + + + + + diff --git a/res/drawable/grid_selector.xml b/res/drawable/grid_selector.xml new file mode 100644 index 0000000000..009cfe1710 --- /dev/null +++ b/res/drawable/grid_selector.xml @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_left.xml b/res/drawable/home_arrows_left.xml new file mode 100644 index 0000000000..82df25898f --- /dev/null +++ b/res/drawable/home_arrows_left.xml @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/res/drawable/home_arrows_left_1.xml b/res/drawable/home_arrows_left_1.xml new file mode 100644 index 0000000000..f61f39ea52 --- /dev/null +++ b/res/drawable/home_arrows_left_1.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_left_2.xml b/res/drawable/home_arrows_left_2.xml new file mode 100644 index 0000000000..888a2589e8 --- /dev/null +++ b/res/drawable/home_arrows_left_2.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_left_3.xml b/res/drawable/home_arrows_left_3.xml new file mode 100644 index 0000000000..4dbdf15dd5 --- /dev/null +++ b/res/drawable/home_arrows_left_3.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_left_4.xml b/res/drawable/home_arrows_left_4.xml new file mode 100644 index 0000000000..31b381d02e --- /dev/null +++ b/res/drawable/home_arrows_left_4.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_right.xml b/res/drawable/home_arrows_right.xml new file mode 100644 index 0000000000..8ab0dec9d3 --- /dev/null +++ b/res/drawable/home_arrows_right.xml @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/res/drawable/home_arrows_right_1.xml b/res/drawable/home_arrows_right_1.xml new file mode 100644 index 0000000000..f49b760f3d --- /dev/null +++ b/res/drawable/home_arrows_right_1.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_right_2.xml b/res/drawable/home_arrows_right_2.xml new file mode 100644 index 0000000000..17318a3a68 --- /dev/null +++ b/res/drawable/home_arrows_right_2.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_right_3.xml b/res/drawable/home_arrows_right_3.xml new file mode 100644 index 0000000000..375f8e39af --- /dev/null +++ b/res/drawable/home_arrows_right_3.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/home_arrows_right_4.xml b/res/drawable/home_arrows_right_4.xml new file mode 100644 index 0000000000..06627c6d50 --- /dev/null +++ b/res/drawable/home_arrows_right_4.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/pressed_application_background.9.png b/res/drawable/pressed_application_background.9.png new file mode 100644 index 0000000000..b09f595b78 Binary files /dev/null and b/res/drawable/pressed_application_background.9.png differ diff --git a/res/drawable/preview_background.xml b/res/drawable/preview_background.xml new file mode 100644 index 0000000000..0054aa03ef --- /dev/null +++ b/res/drawable/preview_background.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/drawable/shortcut_selector.xml b/res/drawable/shortcut_selector.xml new file mode 100644 index 0000000000..884bccffea --- /dev/null +++ b/res/drawable/shortcut_selector.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/res/drawable/textfield_searchwidget.xml b/res/drawable/textfield_searchwidget.xml new file mode 100644 index 0000000000..80f3dca34a --- /dev/null +++ b/res/drawable/textfield_searchwidget.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + diff --git a/res/layout-land/application.xml b/res/layout-land/application.xml new file mode 100644 index 0000000000..6de5658788 --- /dev/null +++ b/res/layout-land/application.xml @@ -0,0 +1,18 @@ + + + + diff --git a/res/layout-land/application_boxed.xml b/res/layout-land/application_boxed.xml new file mode 100644 index 0000000000..7656b58dbb --- /dev/null +++ b/res/layout-land/application_boxed.xml @@ -0,0 +1,33 @@ + + + + diff --git a/res/layout-land/folder_icon.xml b/res/layout-land/folder_icon.xml new file mode 100644 index 0000000000..c76a75666a --- /dev/null +++ b/res/layout-land/folder_icon.xml @@ -0,0 +1,18 @@ + + + + diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml new file mode 100644 index 0000000000..d2009b8601 --- /dev/null +++ b/res/layout-land/launcher.xml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-land/live_folder_grid.xml b/res/layout-land/live_folder_grid.xml new file mode 100644 index 0000000000..572c295468 --- /dev/null +++ b/res/layout-land/live_folder_grid.xml @@ -0,0 +1,50 @@ + + + + + +