diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:32:27 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:32:27 -0800 |
commit | 31dd503c6aa69018e694d91724d46db49ea09327 (patch) | |
tree | 9948995382d55906a8f4d06eaa4a320d700c4234 /res | |
parent | 31896793701b36714f040d4fe1b32426c68d5427 (diff) | |
download | packages_apps_trebuchet-31dd503c6aa69018e694d91724d46db49ea09327.zip packages_apps_trebuchet-31dd503c6aa69018e694d91724d46db49ea09327.tar.gz packages_apps_trebuchet-31dd503c6aa69018e694d91724d46db49ea09327.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res')
120 files changed, 2272 insertions, 0 deletions
diff --git a/res/color/bright_text_dark_focused.xml b/res/color/bright_text_dark_focused.xml new file mode 100644 index 0000000..4beb72c --- /dev/null +++ b/res/color/bright_text_dark_focused.xml @@ -0,0 +1,24 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_window_focused="true" android:state_focused="true" android:color="#000" /> + <item android:state_window_focused="false" android:state_focused="true" android:color="#FFF" /> + <item android:state_window_focused="false" android:color="#FFF" /> + <item android:state_selected="true" android:color="#000" /> + <item android:state_pressed="true" android:color="#000" /> + <item android:color="#FFF" /> +</selector> diff --git a/res/drawable-land/delete_handle.png b/res/drawable-land/delete_handle.png Binary files differnew file mode 100644 index 0000000..5784c26 --- /dev/null +++ b/res/drawable-land/delete_handle.png diff --git a/res/drawable-land/delete_handle_normal.png b/res/drawable-land/delete_handle_normal.png Binary files differnew file mode 100644 index 0000000..d3a8dba --- /dev/null +++ b/res/drawable-land/delete_handle_normal.png diff --git a/res/drawable-land/ic_delete.png b/res/drawable-land/ic_delete.png Binary files differnew file mode 100644 index 0000000..58871fd --- /dev/null +++ b/res/drawable-land/ic_delete.png diff --git a/res/drawable-land/ic_tray_collapse.png b/res/drawable-land/ic_tray_collapse.png Binary files differnew file mode 100644 index 0000000..15c6257 --- /dev/null +++ b/res/drawable-land/ic_tray_collapse.png diff --git a/res/drawable-land/ic_tray_expand.png b/res/drawable-land/ic_tray_expand.png Binary files differnew file mode 100644 index 0000000..38836af --- /dev/null +++ b/res/drawable-land/ic_tray_expand.png diff --git a/res/drawable-land/search_bg.9.png b/res/drawable-land/search_bg.9.png Binary files differnew file mode 100644 index 0000000..9b11d42 --- /dev/null +++ b/res/drawable-land/search_bg.9.png diff --git a/res/drawable-land/tray_handle_normal.png b/res/drawable-land/tray_handle_normal.png Binary files differnew file mode 100644 index 0000000..93b8597 --- /dev/null +++ b/res/drawable-land/tray_handle_normal.png diff --git a/res/drawable-land/tray_handle_pressed.png b/res/drawable-land/tray_handle_pressed.png Binary files differnew file mode 100644 index 0000000..e2cae0e --- /dev/null +++ b/res/drawable-land/tray_handle_pressed.png diff --git a/res/drawable-land/tray_handle_selected.png b/res/drawable-land/tray_handle_selected.png Binary files differnew file mode 100644 index 0000000..106c8f4 --- /dev/null +++ b/res/drawable-land/tray_handle_selected.png diff --git a/res/drawable-port/delete_handle.png b/res/drawable-port/delete_handle.png Binary files differnew file mode 100644 index 0000000..9ce0924 --- /dev/null +++ b/res/drawable-port/delete_handle.png diff --git a/res/drawable-port/delete_handle_normal.png b/res/drawable-port/delete_handle_normal.png Binary files differnew file mode 100644 index 0000000..1f0a7ac --- /dev/null +++ b/res/drawable-port/delete_handle_normal.png diff --git a/res/drawable-port/ic_delete.png b/res/drawable-port/ic_delete.png Binary files differnew file mode 100644 index 0000000..88330e7 --- /dev/null +++ b/res/drawable-port/ic_delete.png diff --git a/res/drawable-port/ic_tray_collapse.png b/res/drawable-port/ic_tray_collapse.png Binary files differnew file mode 100644 index 0000000..b6b8a77 --- /dev/null +++ b/res/drawable-port/ic_tray_collapse.png diff --git a/res/drawable-port/ic_tray_expand.png b/res/drawable-port/ic_tray_expand.png Binary files differnew file mode 100644 index 0000000..d2bbbd0 --- /dev/null +++ b/res/drawable-port/ic_tray_expand.png diff --git a/res/drawable-port/search_bg.9.png b/res/drawable-port/search_bg.9.png Binary files differnew file mode 100644 index 0000000..4293159 --- /dev/null +++ b/res/drawable-port/search_bg.9.png diff --git a/res/drawable-port/tray_handle_normal.png b/res/drawable-port/tray_handle_normal.png Binary files differnew file mode 100644 index 0000000..bf82049 --- /dev/null +++ b/res/drawable-port/tray_handle_normal.png diff --git a/res/drawable-port/tray_handle_pressed.png b/res/drawable-port/tray_handle_pressed.png Binary files differnew file mode 100644 index 0000000..b9d8e02 --- /dev/null +++ b/res/drawable-port/tray_handle_pressed.png diff --git a/res/drawable-port/tray_handle_selected.png b/res/drawable-port/tray_handle_selected.png Binary files differnew file mode 100644 index 0000000..01c2522 --- /dev/null +++ b/res/drawable-port/tray_handle_selected.png diff --git a/res/drawable/bg_gadget_error.9.png b/res/drawable/bg_gadget_error.9.png Binary files differnew file mode 100644 index 0000000..5077424 --- /dev/null +++ b/res/drawable/bg_gadget_error.9.png diff --git a/res/drawable/box_launcher_bottom.9.png b/res/drawable/box_launcher_bottom.9.png Binary files differnew file mode 100755 index 0000000..f4cc1fa --- /dev/null +++ b/res/drawable/box_launcher_bottom.9.png diff --git a/res/drawable/box_launcher_top.xml b/res/drawable/box_launcher_top.xml new file mode 100644 index 0000000..20c07c4 --- /dev/null +++ b/res/drawable/box_launcher_top.xml @@ -0,0 +1,23 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/box_launcher_top_pressed" /> + <item android:state_focused="true" android:state_window_focused="true" android:drawable="@drawable/box_launcher_top_selected" /> + <item android:state_focused="true" android:state_window_focused="false" android:drawable="@drawable/box_launcher_top_normal" /> + <item android:drawable="@drawable/box_launcher_top_normal" /> +</selector> + diff --git a/res/drawable/box_launcher_top_normal.9.png b/res/drawable/box_launcher_top_normal.9.png Binary files differnew file mode 100644 index 0000000..abaff95 --- /dev/null +++ b/res/drawable/box_launcher_top_normal.9.png diff --git a/res/drawable/box_launcher_top_pressed.9.png b/res/drawable/box_launcher_top_pressed.9.png Binary files differnew file mode 100644 index 0000000..4e163d4 --- /dev/null +++ b/res/drawable/box_launcher_top_pressed.9.png diff --git a/res/drawable/box_launcher_top_selected.9.png b/res/drawable/box_launcher_top_selected.9.png Binary files differnew file mode 100644 index 0000000..01b1c4e --- /dev/null +++ b/res/drawable/box_launcher_top_selected.9.png diff --git a/res/drawable/delete_zone_selector.xml b/res/drawable/delete_zone_selector.xml new file mode 100644 index 0000000..6c917da --- /dev/null +++ b/res/drawable/delete_zone_selector.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2007, 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. +*/ +--> + +<transition xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@drawable/delete_handle_normal" /> + <item android:drawable="@drawable/delete_handle" /> +</transition> diff --git a/res/drawable/focused_application_background.9.png b/res/drawable/focused_application_background.9.png Binary files differnew file mode 100644 index 0000000..9d09b41 --- /dev/null +++ b/res/drawable/focused_application_background.9.png diff --git a/res/drawable/google_logo.png b/res/drawable/google_logo.png Binary files differnew file mode 100644 index 0000000..54fd5f9 --- /dev/null +++ b/res/drawable/google_logo.png diff --git a/res/drawable/grid_selector.xml b/res/drawable/grid_selector.xml new file mode 100644 index 0000000..009cfe1 --- /dev/null +++ b/res/drawable/grid_selector.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2007, 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. +*/ +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/pressed_application_background" /> + <item android:state_focused="false" android:drawable="@drawable/focused_application_background" /> + <item android:state_window_focused="true" android:drawable="@drawable/focused_application_background" /> + <item android:state_window_focused="false" android:drawable="@android:color/transparent" /> +</selector> diff --git a/res/drawable/handle.xml b/res/drawable/handle.xml new file mode 100644 index 0000000..b184a56 --- /dev/null +++ b/res/drawable/handle.xml @@ -0,0 +1,23 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/tray_handle_normal" /> + <item android:state_pressed="true" android:drawable="@drawable/tray_handle_pressed" /> + <item android:state_focused="true" android:state_enabled="true" android:drawable="@drawable/tray_handle_selected" /> + <item android:state_enabled="true" android:drawable="@drawable/tray_handle_normal" /> + <item android:state_focused="true" android:drawable="@drawable/tray_handle_selected" /> +</selector> diff --git a/res/drawable/handle_icon.xml b/res/drawable/handle_icon.xml new file mode 100644 index 0000000..20e16b4 --- /dev/null +++ b/res/drawable/handle_icon.xml @@ -0,0 +1,20 @@ +<?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. +--> + +<transition xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@drawable/ic_tray_expand" /> + <item android:drawable="@drawable/ic_tray_collapse" /> +</transition> diff --git a/res/drawable/ic_launcher_application.png b/res/drawable/ic_launcher_application.png Binary files differnew file mode 100644 index 0000000..7502484 --- /dev/null +++ b/res/drawable/ic_launcher_application.png diff --git a/res/drawable/ic_launcher_empty.png b/res/drawable/ic_launcher_empty.png Binary files differnew file mode 100644 index 0000000..59bb6c5 --- /dev/null +++ b/res/drawable/ic_launcher_empty.png diff --git a/res/drawable/ic_launcher_folder.png b/res/drawable/ic_launcher_folder.png Binary files differnew file mode 100644 index 0000000..ed31ba5 --- /dev/null +++ b/res/drawable/ic_launcher_folder.png diff --git a/res/drawable/ic_launcher_folder_open.png b/res/drawable/ic_launcher_folder_open.png Binary files differnew file mode 100644 index 0000000..0723014 --- /dev/null +++ b/res/drawable/ic_launcher_folder_open.png diff --git a/res/drawable/ic_launcher_gadget.png b/res/drawable/ic_launcher_gadget.png Binary files differnew file mode 100644 index 0000000..cb40a19 --- /dev/null +++ b/res/drawable/ic_launcher_gadget.png diff --git a/res/drawable/ic_launcher_gallery.png b/res/drawable/ic_launcher_gallery.png Binary files differnew file mode 100755 index 0000000..965fb71 --- /dev/null +++ b/res/drawable/ic_launcher_gallery.png diff --git a/res/drawable/ic_launcher_home.png b/res/drawable/ic_launcher_home.png Binary files differnew file mode 100755 index 0000000..84af2a2 --- /dev/null +++ b/res/drawable/ic_launcher_home.png diff --git a/res/drawable/ic_search_gadget.png b/res/drawable/ic_search_gadget.png Binary files differnew file mode 100644 index 0000000..0a4d8f4 --- /dev/null +++ b/res/drawable/ic_search_gadget.png diff --git a/res/drawable/pressed_application_background.9.png b/res/drawable/pressed_application_background.9.png Binary files differnew file mode 100644 index 0000000..b09f595 --- /dev/null +++ b/res/drawable/pressed_application_background.9.png diff --git a/res/drawable/shortcut_selector.xml b/res/drawable/shortcut_selector.xml new file mode 100644 index 0000000..884bccf --- /dev/null +++ b/res/drawable/shortcut_selector.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2007, 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. +*/ +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/pressed_application_background" /> + <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/focused_application_background" /> + <item android:state_window_focused="false" android:state_focused="true" android:drawable="@android:color/transparent" /> +</selector> diff --git a/res/drawable/texture_brushed_steel.png b/res/drawable/texture_brushed_steel.png Binary files differnew file mode 100644 index 0000000..73b3dfe --- /dev/null +++ b/res/drawable/texture_brushed_steel.png diff --git a/res/drawable/wallpaper_beach.jpg b/res/drawable/wallpaper_beach.jpg Binary files differnew file mode 100644 index 0000000..b502092 --- /dev/null +++ b/res/drawable/wallpaper_beach.jpg diff --git a/res/drawable/wallpaper_beach_small.jpg b/res/drawable/wallpaper_beach_small.jpg Binary files differnew file mode 100644 index 0000000..46051cc --- /dev/null +++ b/res/drawable/wallpaper_beach_small.jpg diff --git a/res/drawable/wallpaper_blue.jpg b/res/drawable/wallpaper_blue.jpg Binary files differnew file mode 100644 index 0000000..0edd6bd --- /dev/null +++ b/res/drawable/wallpaper_blue.jpg diff --git a/res/drawable/wallpaper_blue_small.jpg b/res/drawable/wallpaper_blue_small.jpg Binary files differnew file mode 100644 index 0000000..5cf585a --- /dev/null +++ b/res/drawable/wallpaper_blue_small.jpg diff --git a/res/drawable/wallpaper_dale_chihuly.jpg b/res/drawable/wallpaper_dale_chihuly.jpg new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/res/drawable/wallpaper_dale_chihuly.jpg diff --git a/res/drawable/wallpaper_dale_chihuly_small.jpg b/res/drawable/wallpaper_dale_chihuly_small.jpg new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/res/drawable/wallpaper_dale_chihuly_small.jpg diff --git a/res/drawable/wallpaper_green.jpg b/res/drawable/wallpaper_green.jpg Binary files differnew file mode 100644 index 0000000..36c9e08 --- /dev/null +++ b/res/drawable/wallpaper_green.jpg diff --git a/res/drawable/wallpaper_green_small.jpg b/res/drawable/wallpaper_green_small.jpg Binary files differnew file mode 100644 index 0000000..d7c28ec --- /dev/null +++ b/res/drawable/wallpaper_green_small.jpg diff --git a/res/drawable/wallpaper_grey.jpg b/res/drawable/wallpaper_grey.jpg Binary files differnew file mode 100644 index 0000000..ca48e6a --- /dev/null +++ b/res/drawable/wallpaper_grey.jpg diff --git a/res/drawable/wallpaper_grey_small.jpg b/res/drawable/wallpaper_grey_small.jpg Binary files differnew file mode 100644 index 0000000..1734d2e --- /dev/null +++ b/res/drawable/wallpaper_grey_small.jpg diff --git a/res/drawable/wallpaper_jellyfish.jpg b/res/drawable/wallpaper_jellyfish.jpg Binary files differnew file mode 100644 index 0000000..659228b --- /dev/null +++ b/res/drawable/wallpaper_jellyfish.jpg diff --git a/res/drawable/wallpaper_jellyfish_small.jpg b/res/drawable/wallpaper_jellyfish_small.jpg Binary files differnew file mode 100644 index 0000000..4e5d134 --- /dev/null +++ b/res/drawable/wallpaper_jellyfish_small.jpg diff --git a/res/drawable/wallpaper_john_maeda.jpg b/res/drawable/wallpaper_john_maeda.jpg new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/res/drawable/wallpaper_john_maeda.jpg diff --git a/res/drawable/wallpaper_john_maeda_small.jpg b/res/drawable/wallpaper_john_maeda_small.jpg new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/res/drawable/wallpaper_john_maeda_small.jpg diff --git a/res/drawable/wallpaper_lake_small.jpg b/res/drawable/wallpaper_lake_small.jpg Binary files differnew file mode 100644 index 0000000..36d56cc --- /dev/null +++ b/res/drawable/wallpaper_lake_small.jpg diff --git a/res/drawable/wallpaper_marc_ecko.jpg b/res/drawable/wallpaper_marc_ecko.jpg new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/res/drawable/wallpaper_marc_ecko.jpg diff --git a/res/drawable/wallpaper_marc_ecko_small.jpg b/res/drawable/wallpaper_marc_ecko_small.jpg new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/res/drawable/wallpaper_marc_ecko_small.jpg diff --git a/res/drawable/wallpaper_mountain.jpg b/res/drawable/wallpaper_mountain.jpg Binary files differnew file mode 100644 index 0000000..1376177 --- /dev/null +++ b/res/drawable/wallpaper_mountain.jpg diff --git a/res/drawable/wallpaper_mountain_small.jpg b/res/drawable/wallpaper_mountain_small.jpg Binary files differnew file mode 100644 index 0000000..e2d5ac2 --- /dev/null +++ b/res/drawable/wallpaper_mountain_small.jpg diff --git a/res/drawable/wallpaper_path.jpg b/res/drawable/wallpaper_path.jpg Binary files differnew file mode 100644 index 0000000..e1c98c0 --- /dev/null +++ b/res/drawable/wallpaper_path.jpg diff --git a/res/drawable/wallpaper_path_small.jpg b/res/drawable/wallpaper_path_small.jpg Binary files differnew file mode 100644 index 0000000..f47d7a7 --- /dev/null +++ b/res/drawable/wallpaper_path_small.jpg diff --git a/res/drawable/wallpaper_pink.jpg b/res/drawable/wallpaper_pink.jpg Binary files differnew file mode 100644 index 0000000..74403e5 --- /dev/null +++ b/res/drawable/wallpaper_pink.jpg diff --git a/res/drawable/wallpaper_pink_small.jpg b/res/drawable/wallpaper_pink_small.jpg Binary files differnew file mode 100644 index 0000000..42b1770 --- /dev/null +++ b/res/drawable/wallpaper_pink_small.jpg diff --git a/res/drawable/wallpaper_road.jpg b/res/drawable/wallpaper_road.jpg Binary files differnew file mode 100644 index 0000000..3aaa639 --- /dev/null +++ b/res/drawable/wallpaper_road.jpg diff --git a/res/drawable/wallpaper_road_small.jpg b/res/drawable/wallpaper_road_small.jpg Binary files differnew file mode 100644 index 0000000..0b0c390 --- /dev/null +++ b/res/drawable/wallpaper_road_small.jpg diff --git a/res/drawable/wallpaper_snow_leopard.jpg b/res/drawable/wallpaper_snow_leopard.jpg Binary files differnew file mode 100644 index 0000000..bcbc51e --- /dev/null +++ b/res/drawable/wallpaper_snow_leopard.jpg diff --git a/res/drawable/wallpaper_snow_leopard_small.jpg b/res/drawable/wallpaper_snow_leopard_small.jpg Binary files differnew file mode 100644 index 0000000..99db5c6 --- /dev/null +++ b/res/drawable/wallpaper_snow_leopard_small.jpg diff --git a/res/drawable/wallpaper_sunrise.jpg b/res/drawable/wallpaper_sunrise.jpg Binary files differnew file mode 100644 index 0000000..4ee8d5d --- /dev/null +++ b/res/drawable/wallpaper_sunrise.jpg diff --git a/res/drawable/wallpaper_sunrise_small.jpg b/res/drawable/wallpaper_sunrise_small.jpg Binary files differnew file mode 100644 index 0000000..248b7e7 --- /dev/null +++ b/res/drawable/wallpaper_sunrise_small.jpg diff --git a/res/drawable/wallpaper_sunset.jpg b/res/drawable/wallpaper_sunset.jpg Binary files differnew file mode 100644 index 0000000..bcfd8d4 --- /dev/null +++ b/res/drawable/wallpaper_sunset.jpg diff --git a/res/drawable/wallpaper_sunset_small.jpg b/res/drawable/wallpaper_sunset_small.jpg Binary files differnew file mode 100644 index 0000000..d5e5add --- /dev/null +++ b/res/drawable/wallpaper_sunset_small.jpg diff --git a/res/drawable/wallpaper_zanzibar.jpg b/res/drawable/wallpaper_zanzibar.jpg Binary files differnew file mode 100644 index 0000000..fb13374 --- /dev/null +++ b/res/drawable/wallpaper_zanzibar.jpg diff --git a/res/drawable/wallpaper_zanzibar_small.jpg b/res/drawable/wallpaper_zanzibar_small.jpg Binary files differnew file mode 100644 index 0000000..700a7fe --- /dev/null +++ b/res/drawable/wallpaper_zanzibar_small.jpg diff --git a/res/layout-land/application.xml b/res/layout-land/application.xml new file mode 100644 index 0000000..52a1a37 --- /dev/null +++ b/res/layout-land/application.xml @@ -0,0 +1,18 @@ +<?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. +--> + +<com.android.launcher.BubbleTextView xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Landscape" /> diff --git a/res/layout-land/application_boxed.xml b/res/layout-land/application_boxed.xml new file mode 100644 index 0000000..63d2254 --- /dev/null +++ b/res/layout-land/application_boxed.xml @@ -0,0 +1,31 @@ +<?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. +--> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/name" + android:layout_width="fill_parent" + android:layout_height="88dip" + + android:paddingTop="5dip" + android:paddingBottom="2dip" + android:drawablePadding="0dip" + + android:textSize="13dip" + android:maxLines="2" + android:ellipsize="marquee" + android:fadingEdge="horizontal" + android:textColor="@color/bright_text_dark_focused" + android:gravity="top|center_horizontal" /> diff --git a/res/layout-land/folder_icon.xml b/res/layout-land/folder_icon.xml new file mode 100644 index 0000000..ce4aade --- /dev/null +++ b/res/layout-land/folder_icon.xml @@ -0,0 +1,18 @@ +<?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. +--> + +<com.android.launcher.FolderIcon xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Landscape" /> diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml new file mode 100644 index 0000000..2b262c3 --- /dev/null +++ b/res/layout-land/launcher.xml @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 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.launcher.DragLayer + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + + android:id="@+id/drag_layer" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + + <!-- The workspace contains 3 screens of cells --> + <com.android.launcher.Workspace + android:id="@+id/workspace" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + launcher:defaultScreen="1"> + + <include android:id="@+id/cell1" layout="@layout/workspace_screen" /> + <include android:id="@+id/cell2" layout="@layout/workspace_screen" /> + <include android:id="@+id/cell3" layout="@layout/workspace_screen" /> + + </com.android.launcher.Workspace> + + <SlidingDrawer + android:id="@+id/drawer" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + android:orientation="horizontal" + android:bottomOffset="7dip" + android:handle="@+id/all_apps" + android:content="@+id/content"> + + <com.android.launcher.HandleView + android:id="@id/all_apps" + android:layout_width="56dip" + android:layout_height="fill_parent" + + android:background="@drawable/handle" + + android:focusable="true" + android:clickable="true" + + android:scaleType="center" + android:src="@drawable/handle_icon" + + launcher:direction="vertical" /> + + <com.android.launcher.AllAppsGridView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + launcher:texture="@drawable/texture_brushed_steel" + + android:scrollbarStyle="outsideInset" + android:drawSelectorOnTop="false" + android:listSelector="@drawable/grid_selector" + + android:nextFocusLeft="@id/all_apps" + android:nextFocusDown="@id/content" + android:nextFocusUp="@id/content" + android:nextFocusRight="@id/content" + + android:verticalSpacing="10dip" + android:numColumns="5" /> + + </SlidingDrawer> + + <com.android.launcher.DeleteZone + android:id="@+id/delete_zone" + android:layout_width="49dip" + android:layout_height="wrap_content" + + android:scaleType="center" + android:src="@drawable/ic_delete" + android:background="@drawable/delete_zone_selector" + + android:layout_marginBottom="-25dip" + android:layout_gravity="right|center_vertical" + android:visibility="invisible" + + launcher:direction="vertical" /> + +</com.android.launcher.DragLayer> diff --git a/res/layout-land/live_folder_grid.xml b/res/layout-land/live_folder_grid.xml new file mode 100644 index 0000000..d1b02a4 --- /dev/null +++ b/res/layout-land/live_folder_grid.xml @@ -0,0 +1,49 @@ +<?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. + */ +--> + +<com.android.launcher.LiveFolder xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical"> + + <Button + android:id="@+id/close" + android:background="@drawable/box_launcher_top" + android:gravity="left|center_vertical" + android:textSize="14sp" + android:textColor="#404040" + android:textStyle="bold" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <GridView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" + + android:background="@drawable/box_launcher_bottom" + + android:scrollbarAlwaysDrawVerticalTrack="true" + android:scrollbarStyle="insideInset" + android:drawSelectorOnTop="false" + android:listSelector="@drawable/grid_selector" + + android:verticalSpacing="10dip" + android:numColumns="5" /> + +</com.android.launcher.LiveFolder> diff --git a/res/layout-land/live_folder_icon.xml b/res/layout-land/live_folder_icon.xml new file mode 100644 index 0000000..7b6d58d --- /dev/null +++ b/res/layout-land/live_folder_icon.xml @@ -0,0 +1,21 @@ +<?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. + */ +--> + +<com.android.launcher.LiveFolderIcon xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Landscape" /> diff --git a/res/layout-land/user_folder.xml b/res/layout-land/user_folder.xml new file mode 100644 index 0000000..61f859e --- /dev/null +++ b/res/layout-land/user_folder.xml @@ -0,0 +1,46 @@ +<?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. +--> + +<com.android.launcher.UserFolder xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical"> + + <Button + android:id="@+id/close" + android:background="@drawable/box_launcher_top" + android:gravity="left|center_vertical" + android:textSize="14sp" + android:textColor="#404040" + android:textStyle="bold" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <GridView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" + + android:background="@drawable/box_launcher_bottom" + + android:scrollbarAlwaysDrawVerticalTrack="true" + android:scrollbarStyle="insideInset" + android:drawSelectorOnTop="false" + android:listSelector="@drawable/grid_selector" + + android:verticalSpacing="10dip" + android:numColumns="5" /> + +</com.android.launcher.UserFolder> diff --git a/res/layout-land/workspace_screen.xml b/res/layout-land/workspace_screen.xml new file mode 100644 index 0000000..62e59b9 --- /dev/null +++ b/res/layout-land/workspace_screen.xml @@ -0,0 +1,31 @@ +<?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. +--> + +<com.android.launcher.CellLayout + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + launcher:cellWidth="106dip" + launcher:cellHeight="73dip" + launcher:longAxisStartPadding="0dip" + launcher:longAxisEndPadding="55dip" + launcher:shortAxisStartPadding="0dip" + launcher:shortAxisEndPadding="0dip" + launcher:shortAxisCells="4" + launcher:longAxisCells="4" /> diff --git a/res/layout-port/application.xml b/res/layout-port/application.xml new file mode 100644 index 0000000..b984258 --- /dev/null +++ b/res/layout-port/application.xml @@ -0,0 +1,18 @@ +<?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. +--> + +<com.android.launcher.BubbleTextView xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Portrait" /> diff --git a/res/layout-port/application_boxed.xml b/res/layout-port/application_boxed.xml new file mode 100644 index 0000000..e71a2e2 --- /dev/null +++ b/res/layout-port/application_boxed.xml @@ -0,0 +1,31 @@ +<?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. +--> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/name" + android:layout_width="fill_parent" + android:layout_height="88dip" + + android:paddingTop="5dip" + android:paddingBottom="2dip" + android:drawablePadding="0dip" + + android:textSize="13dip" + android:maxLines="2" + android:ellipsize="marquee" + android:fadingEdge="horizontal" + android:textColor="@color/bright_text_dark_focused" + android:gravity="top|center_horizontal" /> diff --git a/res/layout-port/folder_icon.xml b/res/layout-port/folder_icon.xml new file mode 100644 index 0000000..1d50370 --- /dev/null +++ b/res/layout-port/folder_icon.xml @@ -0,0 +1,18 @@ +<?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. +--> + +<com.android.launcher.FolderIcon xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Portrait" /> diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml new file mode 100644 index 0000000..0c249a3 --- /dev/null +++ b/res/layout-port/launcher.xml @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 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.launcher.DragLayer + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + + android:id="@+id/drag_layer" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + + <!-- The workspace contains 3 screens of cells --> + <com.android.launcher.Workspace + android:id="@+id/workspace" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + launcher:defaultScreen="1"> + + <include android:id="@+id/cell1" layout="@layout/workspace_screen" /> + <include android:id="@+id/cell2" layout="@layout/workspace_screen" /> + <include android:id="@+id/cell3" layout="@layout/workspace_screen" /> + + </com.android.launcher.Workspace> + + <SlidingDrawer + android:id="@+id/drawer" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + android:topOffset="5dip" + android:bottomOffset="7dip" + android:handle="@+id/all_apps" + android:content="@+id/content"> + + <com.android.launcher.HandleView + android:id="@id/all_apps" + android:layout_width="fill_parent" + android:layout_height="56dip" + + android:background="@drawable/handle" + + android:focusable="true" + android:clickable="true" + + android:scaleType="center" + android:src="@drawable/handle_icon" + + launcher:direction="horizontal" /> + + <com.android.launcher.AllAppsGridView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + launcher:texture="@drawable/texture_brushed_steel" + + android:scrollbarStyle="outsideInset" + android:drawSelectorOnTop="false" + android:listSelector="@drawable/grid_selector" + + android:nextFocusLeft="@id/content" + android:nextFocusDown="@id/content" + android:nextFocusUp="@id/all_apps" + android:nextFocusRight="@id/content" + + android:verticalSpacing="10dip" + android:numColumns="4" /> + + </SlidingDrawer> + + <com.android.launcher.DeleteZone + android:id="@+id/delete_zone" + android:layout_width="wrap_content" + android:layout_height="49dip" + + android:scaleType="center" + android:src="@drawable/ic_delete" + android:background="@drawable/delete_zone_selector" + + android:layout_gravity="bottom|center_horizontal" + android:visibility="invisible" + + launcher:direction="horizontal" /> + +</com.android.launcher.DragLayer> diff --git a/res/layout-port/live_folder_grid.xml b/res/layout-port/live_folder_grid.xml new file mode 100644 index 0000000..ec32d41 --- /dev/null +++ b/res/layout-port/live_folder_grid.xml @@ -0,0 +1,49 @@ +<?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. + */ +--> + +<com.android.launcher.LiveFolder xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical"> + + <Button + android:id="@+id/close" + android:background="@drawable/box_launcher_top" + android:gravity="left|center_vertical" + android:textSize="14sp" + android:textColor="#404040" + android:textStyle="bold" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <GridView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" + + android:background="@drawable/box_launcher_bottom" + + android:scrollbarAlwaysDrawVerticalTrack="true" + android:scrollbarStyle="insideInset" + android:drawSelectorOnTop="false" + android:listSelector="@drawable/grid_selector" + + android:verticalSpacing="10dip" + android:numColumns="4" /> + +</com.android.launcher.LiveFolder> diff --git a/res/layout-port/live_folder_icon.xml b/res/layout-port/live_folder_icon.xml new file mode 100644 index 0000000..dc711f3 --- /dev/null +++ b/res/layout-port/live_folder_icon.xml @@ -0,0 +1,21 @@ +<?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. + */ +--> + +<com.android.launcher.LiveFolderIcon xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Portrait" /> diff --git a/res/layout-port/user_folder.xml b/res/layout-port/user_folder.xml new file mode 100644 index 0000000..5795aea --- /dev/null +++ b/res/layout-port/user_folder.xml @@ -0,0 +1,46 @@ +<?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. +--> + +<com.android.launcher.UserFolder xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical"> + + <Button + android:id="@+id/close" + android:background="@drawable/box_launcher_top" + android:gravity="left|center_vertical" + android:textSize="14sp" + android:textColor="#404040" + android:textStyle="bold" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <GridView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" + + android:background="@drawable/box_launcher_bottom" + + android:scrollbarAlwaysDrawVerticalTrack="true" + android:scrollbarStyle="insideInset" + android:drawSelectorOnTop="false" + android:listSelector="@drawable/grid_selector" + + android:verticalSpacing="10dip" + android:numColumns="4" /> + +</com.android.launcher.UserFolder> diff --git a/res/layout-port/workspace_screen.xml b/res/layout-port/workspace_screen.xml new file mode 100644 index 0000000..c6d419b --- /dev/null +++ b/res/layout-port/workspace_screen.xml @@ -0,0 +1,31 @@ +<?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. +--> + +<com.android.launcher.CellLayout + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" + + android:layout_width="fill_parent" + android:layout_height="fill_parent" + + launcher:cellWidth="80dip" + launcher:cellHeight="100dip" + launcher:longAxisStartPadding="0dip" + launcher:longAxisEndPadding="55dip" + launcher:shortAxisStartPadding="0dip" + launcher:shortAxisEndPadding="0dip" + launcher:shortAxisCells="4" + launcher:longAxisCells="4" /> diff --git a/res/layout/add_list_item.xml b/res/layout/add_list_item.xml new file mode 100644 index 0000000..f276511 --- /dev/null +++ b/res/layout/add_list_item.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:textAppearance="?android:attr/textAppearanceLargeInverse" + android:gravity="center_vertical" + android:drawablePadding="14dip" + android:paddingLeft="15dip" + android:paddingRight="15dip" /> diff --git a/res/layout/application_list.xml b/res/layout/application_list.xml new file mode 100644 index 0000000..230a951 --- /dev/null +++ b/res/layout/application_list.xml @@ -0,0 +1,70 @@ +<?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. + */ +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="?android:attr/listPreferredItemHeight" + + android:paddingLeft="10dip" + + android:orientation="horizontal"> + + <ImageView android:id="@+id/icon" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + + android:scaleType="center" /> + + <LinearLayout + android:layout_width="0dip" + android:layout_weight="1.0" + android:layout_height="fill_parent" + + android:paddingLeft="8dip" + android:paddingRight="8dip" + + android:orientation="vertical" + android:gravity="center_vertical"> + + <TextView android:id="@+id/name" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + + android:singleLine="true" + android:ellipsize="end" + + android:textAppearance="?android:attr/textAppearanceLarge" /> + + <TextView android:id="@+id/description" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + + android:layout_below="@id/name" + android:layout_alignLeft="@id/name" + + android:singleLine="true" + android:ellipsize="end" + + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?android:attr/textColorSecondary" /> + + </LinearLayout> + +</LinearLayout>
\ No newline at end of file diff --git a/res/layout/create_shortcut_group_item.xml b/res/layout/create_shortcut_group_item.xml new file mode 100644 index 0000000..8004633 --- /dev/null +++ b/res/layout/create_shortcut_group_item.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 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. +*/ +--> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/title" + android:layout_width="fill_parent" + android:layout_height="?android:attr/listPreferredItemHeight" + android:minHeight="?android:attr/listPreferredItemHeight" + android:textAppearance="?android:attr/textAppearanceLargeInverse" + android:gravity="center_vertical" + android:paddingRight="15dip" + android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft" /> + diff --git a/res/layout/create_shortcut_list.xml b/res/layout/create_shortcut_list.xml new file mode 100644 index 0000000..aa16733 --- /dev/null +++ b/res/layout/create_shortcut_list.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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. +*/ +--> +<ListView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_marginTop="5dip" + android:cacheColorHint="@null" + android:divider="@android:drawable/divider_horizontal_bright" + android:scrollbars="vertical" /> diff --git a/res/layout/create_shortcut_list_item.xml b/res/layout/create_shortcut_list_item.xml new file mode 100644 index 0000000..a6975f8 --- /dev/null +++ b/res/layout/create_shortcut_list_item.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 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. +*/ +--> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/title" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="?android:attr/listPreferredItemHeight" + android:textAppearance="?android:attr/textAppearanceLargeInverse" + android:gravity="center_vertical" + android:drawablePadding="14dip" + android:paddingLeft="?android:attr/expandableListPreferredChildPaddingLeft" + android:paddingRight="15dip" /> + + diff --git a/res/layout/gadget_error.xml b/res/layout/gadget_error.xml new file mode 100644 index 0000000..bde07af --- /dev/null +++ b/res/layout/gadget_error.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingTop="10dip" + android:paddingBottom="10dip" + android:paddingLeft="20dip" + android:paddingRight="20dip" + android:gravity="center" + android:background="@drawable/bg_gadget_error" + android:textAppearance="?android:attr/textAppearanceMediumInverse" + android:textColor="@color/gadget_error_color" + android:text="@string/gadget_error_text" + /> diff --git a/res/layout/live_folder_list.xml b/res/layout/live_folder_list.xml new file mode 100644 index 0000000..1d32f88 --- /dev/null +++ b/res/layout/live_folder_list.xml @@ -0,0 +1,42 @@ +<?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. + */ +--> + +<com.android.launcher.LiveFolder xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical"> + + <Button + android:id="@+id/close" + android:background="@drawable/box_launcher_top" + android:gravity="left|center_vertical" + android:textSize="14sp" + android:textColor="#404040" + android:textStyle="bold" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <ListView + android:id="@id/content" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" + + android:cacheColorHint="#00000000" + android:background="@drawable/box_launcher_bottom" /> + +</com.android.launcher.LiveFolder> diff --git a/res/layout/rename_folder.xml b/res/layout/rename_folder.xml new file mode 100644 index 0000000..2c578f3 --- /dev/null +++ b/res/layout/rename_folder.xml @@ -0,0 +1,40 @@ +<?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. +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:padding="20dip" + android:orientation="vertical"> + + <TextView + android:layout_height="wrap_content" + android:layout_width="wrap_content" + android:text="@string/rename_folder_label" + android:gravity="left" + android:textAppearance="?android:attr/textAppearanceMedium" /> + + <EditText + android:id="@+id/folder_name" + android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:scrollHorizontally="true" + android:autoText="false" + android:capitalize="none" + android:gravity="fill_horizontal" + android:textAppearance="?android:attr/textAppearanceMedium" /> + +</LinearLayout> diff --git a/res/layout/wallpaper_chooser.xml b/res/layout/wallpaper_chooser.xml new file mode 100644 index 0000000..7267246 --- /dev/null +++ b/res/layout/wallpaper_chooser.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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. +*/ +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + + <ImageView android:id="@+id/wallpaper" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1.0" + android:scaleType="fitCenter" /> + + <Gallery android:id="@+id/gallery" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <Button android:id="@+id/set" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/wallpaper_instructions" + android:layout_gravity="center_horizontal" /> + +</LinearLayout> + diff --git a/res/layout/wallpaper_item.xml b/res/layout/wallpaper_item.xml new file mode 100644 index 0000000..6727483 --- /dev/null +++ b/res/layout/wallpaper_item.xml @@ -0,0 +1,22 @@ +<?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. +--> + +<ImageView xmlns:android="http://schemas.android.com/apk/res/android" + android:background="?android:attr/galleryItemBackground" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:scaleType="fitXY" + android:focusable="true" /> diff --git a/res/layout/widget_search.xml b/res/layout/widget_search.xml new file mode 100644 index 0000000..209716d --- /dev/null +++ b/res/layout/widget_search.xml @@ -0,0 +1,56 @@ +<?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. +--> + +<com.android.launcher.Search xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="horizontal" + android:background="@drawable/search_bg" + android:gravity="center_vertical"> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/google_logo" /> + + <com.android.launcher.SearchAutoCompleteTextView + android:id="@+id/input" + android:layout_width="0dip" + android:layout_weight="1" + android:layout_height="wrap_content" + android:hint="@string/search_hint" + android:focusableInTouchMode="false" + android:singleLine="true" + android:selectAllOnFocus="true" + android:completionThreshold="1" + android:inputType="textAutoComplete" + android:imeOptions="actionSearch" + /> + + <ImageButton android:id="@+id/search_go_btn" + android:layout_marginLeft="1dip" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@*android:drawable/ic_btn_search" + /> + + <ImageButton android:id="@+id/search_voice_btn" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@android:drawable/ic_btn_speak_now" + /> + +</com.android.launcher.Search> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml new file mode 100644 index 0000000..dea039f --- /dev/null +++ b/res/values-cs/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Plocha"</string> + <string name="folder_name">"Složka"</string> + <string name="chooser_wallpaper">"Vybrat tapetu ze složky"</string> + <string name="wallpaper_instructions">"Nastavit tapetu"</string> + <string name="pick_wallpaper">"Galerie tapet"</string> + <string name="activity_not_found">"Aplikace není v telefonu nainstalována."</string> + <string name="rename_folder_label">"Název složky"</string> + <string name="rename_folder_title">"Přejmenovat složku"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Zrušit"</string> + <string name="menu_item_add_item">"Přidat na plochu"</string> + <string name="group_applications">"Aplikace"</string> + <string name="group_shortcuts">"Zástupce"</string> + <string name="group_search">"Hledat"</string> + <string name="group_folder">"Složka"</string> + <string name="group_live_folders">"Složka Live"</string> + <string name="group_widgets">"Miniaplikace"</string> + <string name="group_wallpapers">"Tapeta"</string> + <string name="add_folder">"Složka"</string> + <string name="add_clock">"Hodiny"</string> + <string name="add_photo_frame">"Rámeček fotografie"</string> + <string name="add_search">"Vyhledávání"</string> + <string name="out_of_space">"Na této ploše již není místo."</string> + <string name="title_select_shortcut">"Vyberte zástupce"</string> + <string name="title_select_live_folder">"Vyberte složku Live"</string> + <string name="menu_add">"Přidat"</string> + <string name="menu_wallpaper">"Tapeta"</string> + <string name="menu_search">"Hledat"</string> + <string name="menu_notifications">"Oznámení"</string> + <string name="menu_settings">"Nastavení"</string> + <string name="permlab_install_shortcut">"instalovat zástupce"</string> + <string name="permdesc_install_shortcut">"Povoluje aplikaci přidat zástupce bez zásahu uživatele."</string> + <string name="permlab_uninstall_shortcut">"odinstalovat zástupce"</string> + <string name="permdesc_uninstall_shortcut">"Povoluje aplikaci odstranit zástupce bez zásahu uživatele."</string> + <string name="permlab_read_settings">"čtení nastavení a odkazů plochy"</string> + <string name="permdesc_read_settings">"Povoluje aplikaci číst nastavení a odkazy plochy."</string> + <string name="permlab_write_settings">"zápis nastavení a odkazů plochy"</string> + <string name="permdesc_write_settings">"Povoluje aplikaci změnit nastavení a odkazy plochy."</string> + <string name="search_hint">"Vyhledávání Google"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml new file mode 100644 index 0000000..c405852 --- /dev/null +++ b/res/values-de/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Startseite"</string> + <string name="folder_name">"Ordner"</string> + <string name="chooser_wallpaper">"Hintergrund auswählen"</string> + <string name="wallpaper_instructions">"Hintergrund festlegen"</string> + <string name="pick_wallpaper">"Galerie"</string> + <string name="activity_not_found">"Anwendung ist nicht auf dem Telefon installiert."</string> + <string name="rename_folder_label">"Ordnername"</string> + <string name="rename_folder_title">"Ordner umbenennen"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Abbrechen"</string> + <string name="menu_item_add_item">"Zur Startseite hinzufügen"</string> + <string name="group_applications">"Anwendung"</string> + <string name="group_shortcuts">"Verknüpfung"</string> + <string name="group_search">"Suchen"</string> + <string name="group_folder">"Ordner"</string> + <string name="group_live_folders">"Live-Ordner"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"Hintergrund"</string> + <string name="add_folder">"Ordner"</string> + <string name="add_clock">"Uhr"</string> + <string name="add_photo_frame">"Bildrahmen"</string> + <string name="add_search">"Suchen"</string> + <string name="out_of_space">"Auf der Startseite ist kein Platz mehr vorhanden."</string> + <string name="title_select_shortcut">"Tastenkürzel auswählen"</string> + <string name="title_select_live_folder">"Live-Ordner auswählen"</string> + <string name="menu_add">"Hinzufügen"</string> + <string name="menu_wallpaper">"Hintergrund"</string> + <string name="menu_search">"Suchen"</string> + <string name="menu_notifications">"Benachrichtigungen"</string> + <string name="menu_settings">"Einstellungen"</string> + <string name="permlab_install_shortcut">"Verknüpfungen installieren"</string> + <string name="permdesc_install_shortcut">"Ermöglicht einer Anwendung das Hinzufügen von Verknüpfungen ohne Eingriff des Benutzers."</string> + <string name="permlab_uninstall_shortcut">"Verknüpfungen deinstallieren"</string> + <string name="permdesc_uninstall_shortcut">"Ermöglicht einer Anwendung das Entfernen von Verknüpfungen ohne Eingriff des Benutzers."</string> + <string name="permlab_read_settings">"Einstellungen und Shortcuts für Startseite lesen"</string> + <string name="permdesc_read_settings">"Ermöglicht einer Anwendung, die Einstellungen und Shortcuts auf der Startseite zu lesen."</string> + <string name="permlab_write_settings">"Einstellungen und Shortcuts für Startseite schreiben"</string> + <string name="permdesc_write_settings">"Ermöglicht einer Anwendung, die Einstellungen und Shortcuts auf der Startseite zu ändern."</string> + <string name="search_hint">"Google-Suche"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml new file mode 100644 index 0000000..20d2605 --- /dev/null +++ b/res/values-es/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Página principal"</string> + <string name="folder_name">"Carpeta"</string> + <string name="chooser_wallpaper">"Seleccionar fondo de pantalla de"</string> + <string name="wallpaper_instructions">"Establecer fondo de pantalla"</string> + <string name="pick_wallpaper">"Galería de fondo de pantalla"</string> + <string name="activity_not_found">"La aplicación no está instalada en el teléfono."</string> + <string name="rename_folder_label">"Nombre de carpeta"</string> + <string name="rename_folder_title">"Cambiar nombre de carpeta"</string> + <string name="rename_action">"Aceptar"</string> + <string name="cancel_action">"Cancelar"</string> + <string name="menu_item_add_item">"Añadir a pantalla de página principal"</string> + <string name="group_applications">"Aplicación"</string> + <string name="group_shortcuts">"Acceso directo"</string> + <string name="group_search">"Búsqueda"</string> + <string name="group_folder">"Carpeta"</string> + <string name="group_live_folders">"Carpeta activa"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"Fondo de pantalla"</string> + <string name="add_folder">"Carpeta"</string> + <string name="add_clock">"Reloj"</string> + <string name="add_photo_frame">"Picture frame"</string> + <string name="add_search">"Búsqueda de Google"</string> + <string name="out_of_space">"No queda espacio en esta pantalla de página principal."</string> + <string name="title_select_shortcut">"Seleccionar acceso directo"</string> + <string name="title_select_live_folder">"Seleccionar carpeta activa"</string> + <string name="menu_add">"Añadir"</string> + <string name="menu_wallpaper">"Fondo de pantalla"</string> + <string name="menu_search">"Buscar con Google"</string> + <string name="menu_notifications">"Notificaciones"</string> + <string name="menu_settings">"Ajustes"</string> + <string name="permlab_install_shortcut">"instalar accesos directos"</string> + <string name="permdesc_install_shortcut">"Permite que una aplicación añada accesos directos sin intervención del usuario."</string> + <string name="permlab_uninstall_shortcut">"desinstalar accesos directos"</string> + <string name="permdesc_uninstall_shortcut">"Permite que una aplicación elimine accesos directos sin intervención del usuario."</string> + <string name="permlab_read_settings">"leer información de accesos directos y de configuración de la página principal"</string> + <string name="permdesc_read_settings">"Permite que una aplicación lea la información de configuración y accesos directos de la página principal."</string> + <string name="permlab_write_settings">"escribir información de accesos directos y de configuración de la página principal"</string> + <string name="permdesc_write_settings">"Permite que una aplicación modifique la configuración y los accesos directos de la página principal."</string> + <string name="search_hint">"Búsqueda de Google"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml new file mode 100644 index 0000000..c01ef47 --- /dev/null +++ b/res/values-fr/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Accueil"</string> + <string name="folder_name">"Dossier"</string> + <string name="chooser_wallpaper">"Sélectionner à partir de..."</string> + <string name="wallpaper_instructions">"Sélectionner"</string> + <string name="pick_wallpaper">"Galerie"</string> + <string name="activity_not_found">"L\'application n\'est pas installée sur votre téléphone."</string> + <string name="rename_folder_label">"Nom du dossier"</string> + <string name="rename_folder_title">"Renommer le dossier"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Annuler"</string> + <string name="menu_item_add_item">"Ajouter à l\'écran d\'accueil"</string> + <string name="group_applications">"Application"</string> + <string name="group_shortcuts">"Raccourci"</string> + <string name="group_search">"Recherche"</string> + <string name="group_folder">"Dossier"</string> + <string name="group_live_folders">"Dossier actif"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"Arrière-plan"</string> + <string name="add_folder">"Dossier"</string> + <string name="add_clock">"Horloge"</string> + <string name="add_photo_frame">"Cadre d\'image"</string> + <string name="add_search">"Rechercher"</string> + <string name="out_of_space">"Plus d\'espace libre sur l\'écran d\'accueil."</string> + <string name="title_select_shortcut">"Sélectionner un raccourci"</string> + <string name="title_select_live_folder">"Sélectionner dossier actif"</string> + <string name="menu_add">"Ajouter"</string> + <string name="menu_wallpaper">"Arrière-plan"</string> + <string name="menu_search">"Rechercher"</string> + <string name="menu_notifications">"Notifications"</string> + <string name="menu_settings">"Paramètres"</string> + <string name="permlab_install_shortcut">"installer des raccourcis"</string> + <string name="permdesc_install_shortcut">"Permet à une application d\'ajouter des raccourcis sans l\'intervention de l\'utilisateur."</string> + <string name="permlab_uninstall_shortcut">"désinstaller les raccourcis"</string> + <string name="permdesc_uninstall_shortcut">"Permet à une application de supprimer les raccourcis sans l\'intervention de l\'utilisateur."</string> + <string name="permlab_read_settings">"Lire les paramètres et les raccourcis de la page d\'accueil"</string> + <string name="permdesc_read_settings">"Permet à une application de lire les paramètres et raccourcis de la page d\'accueil."</string> + <string name="permlab_write_settings">"Enregistrer les paramètres de la page d\'accueil et des raccourcis"</string> + <string name="permdesc_write_settings">"Permet à une application de modifier les paramètres et les raccourcis de la page d\'accueil."</string> + <string name="search_hint">"Recherche Google"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml new file mode 100644 index 0000000..47c6f9f --- /dev/null +++ b/res/values-it/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Home"</string> + <string name="folder_name">"Cartella"</string> + <string name="chooser_wallpaper">"Seleziona sfondo da"</string> + <string name="wallpaper_instructions">"Imposta sfondo"</string> + <string name="pick_wallpaper">"Galleria sfondi"</string> + <string name="activity_not_found">"Applicazione non installata sul telefono."</string> + <string name="rename_folder_label">"Nome cartella"</string> + <string name="rename_folder_title">"Rinomina cartella"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Annulla"</string> + <string name="menu_item_add_item">"Aggiungi a schermata Home"</string> + <string name="group_applications">"Applicazione"</string> + <string name="group_shortcuts">"Scorciatoia"</string> + <string name="group_search">"Ricerca"</string> + <string name="group_folder">"Cartella"</string> + <string name="group_live_folders">"Cartella dinamica"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"Sfondo"</string> + <string name="add_folder">"Cartella"</string> + <string name="add_clock">"Orologio"</string> + <string name="add_photo_frame">"Cornice immagini"</string> + <string name="add_search">"Ricerca"</string> + <string name="out_of_space">"Spazio nella schermata Home esaurito."</string> + <string name="title_select_shortcut">"Seleziona collegamento"</string> + <string name="title_select_live_folder">"Seleziona cartella dinamica"</string> + <string name="menu_add">"Aggiungi"</string> + <string name="menu_wallpaper">"Sfondo"</string> + <string name="menu_search">"Cerca"</string> + <string name="menu_notifications">"Notifiche"</string> + <string name="menu_settings">"Impostazioni"</string> + <string name="permlab_install_shortcut">"aggiungere scorciatorie"</string> + <string name="permdesc_install_shortcut">"Consente a un\'applicazione di aggiungere scorciatoie automaticamente."</string> + <string name="permlab_uninstall_shortcut">"eliminare scorciatoie"</string> + <string name="permdesc_uninstall_shortcut">"Consente a un\'applicazione di rimuovere scorciatoie automaticamente."</string> + <string name="permlab_read_settings">"leggere impostazioni e scorciatoie in Home"</string> + <string name="permdesc_read_settings">"Consente a un\'applicazione di leggere le impostazioni e le scorciatoie in Home."</string> + <string name="permlab_write_settings">"creare impostazioni e scorciatoie in Home"</string> + <string name="permdesc_write_settings">"Consente a un\'applicazione di modificare le impostazioni e le scorciatoie in Home."</string> + <string name="search_hint">"Ricerca Google"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml new file mode 100644 index 0000000..cf71c65 --- /dev/null +++ b/res/values-ja/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"ホーム"</string> + <string name="folder_name">"フォルダ"</string> + <string name="chooser_wallpaper">"壁紙を選択"</string> + <string name="wallpaper_instructions">"壁紙に設定"</string> + <string name="pick_wallpaper">"壁紙ギャラリー"</string> + <string name="activity_not_found">"アプリケーションがインストールされていません。"</string> + <string name="rename_folder_label">"フォルダ名"</string> + <string name="rename_folder_title">"フォルダ名を変更"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"キャンセル"</string> + <string name="menu_item_add_item">"ホーム画面に追加"</string> + <string name="group_applications">"アプリケーション"</string> + <string name="group_shortcuts">"ショートカット"</string> + <string name="group_search">"検索"</string> + <string name="group_folder">"フォルダ"</string> + <string name="group_live_folders">"ライブフォルダ"</string> + <string name="group_widgets">"ウィジェット"</string> + <string name="group_wallpapers">"壁紙"</string> + <string name="add_folder">"フォルダ"</string> + <string name="add_clock">"時計"</string> + <string name="add_photo_frame">"写真フレーム"</string> + <string name="add_search">"検索"</string> + <string name="out_of_space">"ホーム画面に空きスペースがありません。"</string> + <string name="title_select_shortcut">"ショートカットを選択"</string> + <string name="title_select_live_folder">"ライブフォルダを選択"</string> + <string name="menu_add">"追加"</string> + <string name="menu_wallpaper">"壁紙"</string> + <string name="menu_search">"検索"</string> + <string name="menu_notifications">"通知"</string> + <string name="menu_settings">"設定"</string> + <string name="permlab_install_shortcut">"ショートカットのインストール"</string> + <string name="permdesc_install_shortcut">"ユーザー操作なしでショートカットの追加をアプリケーションに許可します。"</string> + <string name="permlab_uninstall_shortcut">"ショートカットのアンインストール"</string> + <string name="permdesc_uninstall_shortcut">"ユーザー操作なしでショートカットの削除をアプリケーションに許可します。"</string> + <string name="permlab_read_settings">"ホーム設定とショートカットの読み取り"</string> + <string name="permdesc_read_settings">"ホームの設定とショートカットの読み取りをアプリケーションに許可します。"</string> + <string name="permlab_write_settings">"ホームの設定とショートカットの書き込み"</string> + <string name="permdesc_write_settings">"ホームの設定とショートカットの変更をアプリケーションに許可します。"</string> + <string name="search_hint">"Google検索"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml new file mode 100644 index 0000000..75ad6d8 --- /dev/null +++ b/res/values-ko/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"홈"</string> + <string name="folder_name">"폴더"</string> + <string name="chooser_wallpaper">"배경화면 선택"</string> + <string name="wallpaper_instructions">"배경화면 설정"</string> + <string name="pick_wallpaper">"배경화면 갤러리"</string> + <string name="activity_not_found">"전화기에 설치되어 있지 않은 응용프로그램입니다."</string> + <string name="rename_folder_label">"폴더 이름"</string> + <string name="rename_folder_title">"폴더 이름 바꾸기"</string> + <string name="rename_action">"확인"</string> + <string name="cancel_action">"취소"</string> + <string name="menu_item_add_item">"홈 화면에 추가"</string> + <string name="group_applications">"응용프로그램"</string> + <string name="group_shortcuts">"바로가기"</string> + <string name="group_search">"검색"</string> + <string name="group_folder">"폴더"</string> + <string name="group_live_folders">"라이브 폴더"</string> + <string name="group_widgets">"위젯"</string> + <string name="group_wallpapers">"배경화면"</string> + <string name="add_folder">"폴더"</string> + <string name="add_clock">"시계"</string> + <string name="add_photo_frame">"사진 프레임"</string> + <string name="add_search">"검색"</string> + <string name="out_of_space">"홈 화면에 더 이상 공간이 없습니다."</string> + <string name="title_select_shortcut">"바로가기 선택"</string> + <string name="title_select_live_folder">"라이브 폴더 선택"</string> + <string name="menu_add">"추가"</string> + <string name="menu_wallpaper">"배경화면"</string> + <string name="menu_search">"검색"</string> + <string name="menu_notifications">"알림"</string> + <string name="menu_settings">"설정"</string> + <string name="permlab_install_shortcut">"바로가기 설치"</string> + <string name="permdesc_install_shortcut">"응용프로그램이 사용자의 작업 없이 바로가기를 추가할 수 있도록 합니다."</string> + <string name="permlab_uninstall_shortcut">"바로가기 제거"</string> + <string name="permdesc_uninstall_shortcut">"응용프로그램이 사용자의 작업 없이 바로가기를 제거할 수 있도록 합니다."</string> + <string name="permlab_read_settings">"홈 설정 및 바로가기 읽기"</string> + <string name="permdesc_read_settings">"응용프로그램이 홈에 있는 설정 및 바로가기를 읽을 수 있습니다."</string> + <string name="permlab_write_settings">"홈 설정 및 바로가기 쓰기"</string> + <string name="permdesc_write_settings">"응용프로그램이 홈에 있는 설정 및 바로가기를 변경할 수 있습니다."</string> + <string name="search_hint">"Google 검색"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml new file mode 100644 index 0000000..b14a5da --- /dev/null +++ b/res/values-nb/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Hjem"</string> + <string name="folder_name">"Mappe"</string> + <string name="chooser_wallpaper">"Velg bakgrunnsbilde fra"</string> + <string name="wallpaper_instructions">"Velg bakgrunnsbilde"</string> + <string name="pick_wallpaper">"Bildegalleri"</string> + <string name="activity_not_found">"Applikasjonen er ikke installert."</string> + <string name="rename_folder_label">"Mappenavn"</string> + <string name="rename_folder_title">"Gi nytt navn til mappe"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Avbryt"</string> + <string name="menu_item_add_item">"Legg til skrivebord"</string> + <string name="group_applications">"Applikasjon"</string> + <string name="group_shortcuts">"Snarvei"</string> + <string name="group_search">"Søk"</string> + <string name="group_folder">"Mappe"</string> + <string name="group_live_folders">"Aktiv mappe"</string> + <string name="group_widgets">"Skrivebordselement"</string> + <string name="group_wallpapers">"Bakgrunnsbilde"</string> + <string name="add_folder">"Mappe"</string> + <string name="add_clock">"Klokke"</string> + <string name="add_photo_frame">"Bilderamme"</string> + <string name="add_search">"Søk"</string> + <string name="out_of_space">"Ikke nok plass på skrivebordet."</string> + <string name="title_select_shortcut">"Velg snarvei"</string> + <string name="title_select_live_folder">"Velg aktiv mappe"</string> + <string name="menu_add">"Legg til"</string> + <string name="menu_wallpaper">"Bakgrunnsbilde"</string> + <string name="menu_search">"Søk"</string> + <string name="menu_notifications">"Varslinger"</string> + <string name="menu_settings">"Innstillinger"</string> + <string name="permlab_install_shortcut">"installere snarveier"</string> + <string name="permdesc_install_shortcut">"Lar applikasjonen legge til snarveier uten å involvere brukeren."</string> + <string name="permlab_uninstall_shortcut">"avinstallere snarveier"</string> + <string name="permdesc_uninstall_shortcut">"Lar applikasjonen fjerne snarveier uten å involvere brukeren."</string> + <string name="permlab_read_settings">"lese skrivebordsinnstillinger og -snarveier"</string> + <string name="permdesc_read_settings">"Lar applikasjonen lese innstillinger og snarveier fra skrivebordet."</string> + <string name="permlab_write_settings">"skrive skrivebordsinnstillinger og -snarveier"</string> + <string name="permdesc_write_settings">"Lar applikasjonen endre innstillinger og snarveier på skrivebordet."</string> + <string name="search_hint">"Google-søk"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml new file mode 100644 index 0000000..e4959c0 --- /dev/null +++ b/res/values-nl/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Startpagina"</string> + <string name="folder_name">"Map"</string> + <string name="chooser_wallpaper">"Achtergrond selecteren in"</string> + <string name="wallpaper_instructions">"Achtergrond instellen"</string> + <string name="pick_wallpaper">"Achtergrondgalerij"</string> + <string name="activity_not_found">"Deze toepassing is niet geïnstalleerd op uw telefoon."</string> + <string name="rename_folder_label">"Mapnaam"</string> + <string name="rename_folder_title">"Naam van map wijzigen"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Annuleren"</string> + <string name="menu_item_add_item">"Toevoegen aan startpagina"</string> + <string name="group_applications">"Toepassing"</string> + <string name="group_shortcuts">"Snelkoppeling"</string> + <string name="group_search">"Zoeken"</string> + <string name="group_folder">"Map"</string> + <string name="group_live_folders">"Live map"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"Achtergrond"</string> + <string name="add_folder">"Map"</string> + <string name="add_clock">"Klok"</string> + <string name="add_photo_frame">"Fotolijstje"</string> + <string name="add_search">"Zoeken"</string> + <string name="out_of_space">"Er is geen ruimte meer op dit startscherm."</string> + <string name="title_select_shortcut">"Snelkoppeling selecteren"</string> + <string name="title_select_live_folder">"Live map selecteren"</string> + <string name="menu_add">"Toevoegen"</string> + <string name="menu_wallpaper">"Achtergrond"</string> + <string name="menu_search">"Zoeken"</string> + <string name="menu_notifications">"Meldingen"</string> + <string name="menu_settings">"Instellingen"</string> + <string name="permlab_install_shortcut">"snelkoppelingen installeren"</string> + <string name="permdesc_install_shortcut">"Een toepassing toestaan om snelkoppelingen toe te voegen zonder tussenkomst van de gebruiker."</string> + <string name="permlab_uninstall_shortcut">"snelkoppelingen verwijderen"</string> + <string name="permdesc_uninstall_shortcut">"Een toepassing toestaan om snelkoppelingen te verwijderen zonder tussenkomst van de gebruiker."</string> + <string name="permlab_read_settings">"instellingen en snelkoppelingen voor de startpagina lezen"</string> + <string name="permdesc_read_settings">"Hiermee kan een toepassing de instellingen en snelkoppelingen op de startpagina lezen."</string> + <string name="permlab_write_settings">"instellingen en snelkoppelingen voor de startpagina schrijven"</string> + <string name="permdesc_write_settings">"Hiermee kan een toepassing de instellingen en snelkoppelingen op de startpagina wijzigen."</string> + <string name="search_hint">"Google Zoeken"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml new file mode 100644 index 0000000..99718cb --- /dev/null +++ b/res/values-pl/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Sieć"</string> + <string name="folder_name">"Folder"</string> + <string name="chooser_wallpaper">"Wybierz tapetę"</string> + <string name="wallpaper_instructions">"Ustaw tapetę"</string> + <string name="pick_wallpaper">"Galeria tapet"</string> + <string name="activity_not_found">"Aplikacja nie jest zainstalowana w telefonie."</string> + <string name="rename_folder_label">"Nazwa folderu"</string> + <string name="rename_folder_title">"Zmień nazwę folderu"</string> + <string name="rename_action">"OK"</string> + <string name="cancel_action">"Anuluj"</string> + <string name="menu_item_add_item">"Dodaj do strony głównej"</string> + <string name="group_applications">"Aplikacja"</string> + <string name="group_shortcuts">"Skrót"</string> + <string name="group_search">"Wyszukiwarka"</string> + <string name="group_folder">"Folder"</string> + <string name="group_live_folders">"Folder aktywny"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"Tapeta"</string> + <string name="add_folder">"Folder"</string> + <string name="add_clock">"Zegar"</string> + <string name="add_photo_frame">"Ramka obrazu"</string> + <string name="add_search">"Wyszukiwarka"</string> + <string name="out_of_space">"Brak miejsca na tej stronie głównej"</string> + <string name="title_select_shortcut">"Wybierz skrót"</string> + <string name="title_select_live_folder">"Wybierz folder aktywny"</string> + <string name="menu_add">"Dodaj"</string> + <string name="menu_wallpaper">"Tapeta"</string> + <string name="menu_search">"Szukaj"</string> + <string name="menu_notifications">"Powiadomienia"</string> + <string name="menu_settings">"Ustawienia"</string> + <string name="permlab_install_shortcut">"zainstaluj skróty"</string> + <string name="permdesc_install_shortcut">"Umożliwia aplikacji dodawanie skrótów bez interwencji użytkownika."</string> + <string name="permlab_uninstall_shortcut">"odinstaluj skróty"</string> + <string name="permdesc_uninstall_shortcut">"Umożliwia aplikacji usuwanie skrótów bez interwencji użytkownika."</string> + <string name="permlab_read_settings">"odczytywanie ustawień i skrótów strony głównej"</string> + <string name="permdesc_read_settings">"Umożliwia aplikacji odczytywanie ustawień i skrótów strony głównej."</string> + <string name="permlab_write_settings">"zapisywanie ustawień i skrótów strony głównej"</string> + <string name="permdesc_write_settings">"Umożliwia aplikacji zmianę ustawień i skrótów strony głównej."</string> + <string name="search_hint">"Szukaj w Google"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml new file mode 100644 index 0000000..ab6120e --- /dev/null +++ b/res/values-ru/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"Главный экран"</string> + <string name="folder_name">"Папка"</string> + <string name="chooser_wallpaper">"Выбор фонового рисунка из"</string> + <string name="wallpaper_instructions">"Установить фоновый рисунок"</string> + <string name="pick_wallpaper">"Галерея фоновых рисунков"</string> + <string name="activity_not_found">"Это приложение отсутствует на вашем телефоне."</string> + <string name="rename_folder_label">"Название папки"</string> + <string name="rename_folder_title">"Переименование папки"</string> + <string name="rename_action">"ОК"</string> + <string name="cancel_action">"Отмена"</string> + <string name="menu_item_add_item">"Добавление на главный экран"</string> + <string name="group_applications">"Приложение"</string> + <string name="group_shortcuts">"Ярлык"</string> + <string name="group_search">"Поиск"</string> + <string name="group_folder">"Папка"</string> + <string name="group_live_folders">"Динамическая папка"</string> + <string name="group_widgets">"Виджет"</string> + <string name="group_wallpapers">"Фоновый рисунок"</string> + <string name="add_folder">"Папка"</string> + <string name="add_clock">"Часы"</string> + <string name="add_photo_frame">"Рамка для картинки"</string> + <string name="add_search">"Поиск"</string> + <string name="out_of_space">"На главном экране больше нет места."</string> + <string name="title_select_shortcut">"Выберите ярлык"</string> + <string name="title_select_live_folder">"Выберите активную папку"</string> + <string name="menu_add">"Добавить"</string> + <string name="menu_wallpaper">"Фоновый рисунок"</string> + <string name="menu_search">"Искать"</string> + <string name="menu_notifications">"Уведомления"</string> + <string name="menu_settings">"Настройки"</string> + <string name="permlab_install_shortcut">"установить ярлыки"</string> + <string name="permdesc_install_shortcut">"Позволяет приложению добавлять ярлыки без участия пользователя."</string> + <string name="permlab_uninstall_shortcut">"удалить ярлыки"</string> + <string name="permdesc_uninstall_shortcut">"Позволяет приложению удалять ярлыки без участия пользователя."</string> + <string name="permlab_read_settings">"считывать ярлыки и настройки главного экрана"</string> + <string name="permdesc_read_settings">"Позволяет приложению считывать настройки и ярлыки на главном экране."</string> + <string name="permlab_write_settings">"записывать ярлыки и настройки главного экрана"</string> + <string name="permdesc_write_settings">"Позволяет приложению изменять настройки и ярлыки на главном экране."</string> + <string name="search_hint">"Поиск Google"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..f5d929d --- /dev/null +++ b/res/values-zh-rCN/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"主页"</string> + <string name="folder_name">"文件夹"</string> + <string name="chooser_wallpaper">"选择壁纸"</string> + <string name="wallpaper_instructions">"设置壁纸"</string> + <string name="pick_wallpaper">"壁纸图库"</string> + <string name="activity_not_found">"您的手机上没有安装应用程序。"</string> + <string name="rename_folder_label">"文件夹名"</string> + <string name="rename_folder_title">"重命名文件夹"</string> + <string name="rename_action">"确定"</string> + <string name="cancel_action">"取消"</string> + <string name="menu_item_add_item">"添加到“主页”屏幕"</string> + <string name="group_applications">"应用程序"</string> + <string name="group_shortcuts">"快捷键"</string> + <string name="group_search">"搜索"</string> + <string name="group_folder">"文件夹"</string> + <string name="group_live_folders">"活动的文件夹"</string> + <string name="group_widgets">"小工具"</string> + <string name="group_wallpapers">"壁纸"</string> + <string name="add_folder">"文件夹"</string> + <string name="add_clock">"时钟"</string> + <string name="add_photo_frame">"相框"</string> + <string name="add_search">"搜索"</string> + <string name="out_of_space">"该“主页”屏幕上没有多余空间。"</string> + <string name="title_select_shortcut">"选择快捷键"</string> + <string name="title_select_live_folder">"选择活动文件夹"</string> + <string name="menu_add">"添加"</string> + <string name="menu_wallpaper">"壁纸"</string> + <string name="menu_search">"搜索"</string> + <string name="menu_notifications">"通知"</string> + <string name="menu_settings">"设置"</string> + <string name="permlab_install_shortcut">"安装快捷键"</string> + <string name="permdesc_install_shortcut">"允许应用程序在没有用户介入的情况下添加快捷键。"</string> + <string name="permlab_uninstall_shortcut">"卸载快捷键"</string> + <string name="permdesc_uninstall_shortcut">"允许应用程序在没有用户介入的情况下删除快捷键。"</string> + <string name="permlab_read_settings">"读取“主页”设置和快捷键"</string> + <string name="permdesc_read_settings">"允许应用程序读取“主页”中的设置和快捷键。"</string> + <string name="permlab_write_settings">"写入“主页”设置和快捷键"</string> + <string name="permdesc_write_settings">"允许应用程序更改“主页”中的设置和快捷键。"</string> + <string name="search_hint">"Google 搜索"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000..326f2a2 --- /dev/null +++ b/res/values-zh-rTW/strings.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2009 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="application_name">"首頁"</string> + <string name="folder_name">"資料夾"</string> + <string name="chooser_wallpaper">"從…選取桌布"</string> + <string name="wallpaper_instructions">"設定桌布"</string> + <string name="pick_wallpaper">"桌布集"</string> + <string name="activity_not_found">"應用程式未安裝到手機。"</string> + <string name="rename_folder_label">"資料夾名稱"</string> + <string name="rename_folder_title">"重新命名資料夾"</string> + <string name="rename_action">"確定"</string> + <string name="cancel_action">"取消"</string> + <string name="menu_item_add_item">"新增至首頁畫面"</string> + <string name="group_applications">"應用程式"</string> + <string name="group_shortcuts">"捷徑"</string> + <string name="group_search">"搜尋"</string> + <string name="group_folder">"資料夾"</string> + <string name="group_live_folders">"使用中的資料夾"</string> + <string name="group_widgets">"Widget"</string> + <string name="group_wallpapers">"桌布"</string> + <string name="add_folder">"資料夾"</string> + <string name="add_clock">"時鐘"</string> + <string name="add_photo_frame">"相框"</string> + <string name="add_search">"搜尋"</string> + <string name="out_of_space">"首頁已無空間"</string> + <string name="title_select_shortcut">"選取捷徑"</string> + <string name="title_select_live_folder">"選取作用中資料夾"</string> + <string name="menu_add">"新增"</string> + <string name="menu_wallpaper">"桌布"</string> + <string name="menu_search">"搜尋"</string> + <string name="menu_notifications">"通知選項"</string> + <string name="menu_settings">"設定"</string> + <string name="permlab_install_shortcut">"安裝捷徑"</string> + <string name="permdesc_install_shortcut">"允許應用程式自動新增捷徑。"</string> + <string name="permlab_uninstall_shortcut">"解除安裝捷徑"</string> + <string name="permdesc_uninstall_shortcut">"允許應用程式自動移除捷徑。"</string> + <string name="permlab_read_settings">"讀取首頁設定和捷徑"</string> + <string name="permdesc_read_settings">"允許應用程式讀取首頁中的設定和捷徑。"</string> + <string name="permlab_write_settings">"寫入首頁設定和捷徑"</string> + <string name="permdesc_write_settings">"允許應用程式變更首頁中的設定和捷徑。"</string> + <string name="search_hint">"Google 搜尋"</string> + <!-- no translation found for gadget_error_text (8359351016167075858) --> + <skip /> +</resources> diff --git a/res/values/attrs.xml b/res/values/attrs.xml new file mode 100644 index 0000000..ab545aa --- /dev/null +++ b/res/values/attrs.xml @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* Copyright 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> + <!-- Orientation of a widget. --> + <attr name="direction"> + <!-- Vertical widget. --> + <enum name="vertical" value="0" /> + <!-- Horizontal widget. --> + <enum name="horizontal" value="1" /> + </attr> + + <skip /> + + <!-- Workspace specific attributes. These attributes are used to customize + the workspace in XML files. --> + <declare-styleable name="Workspace"> + <!-- The first screen the workspace should display. --> + <attr name="defaultScreen" format="integer" /> + </declare-styleable> + + <!-- CellLayout specific attributes. These attributes are used to customize + a CellLayout view in XML files. --> + <declare-styleable name="CellLayout"> + <!-- The width of a single cell --> + <attr name="cellWidth" format="dimension" /> + <!-- The height of a single cell --> + <attr name="cellHeight" format="dimension" /> + <!-- Padding to apply at the start of the long axis --> + <attr name="longAxisStartPadding" format="dimension" /> + <!-- Padding to apply at the end of the long axis --> + <attr name="longAxisEndPadding" format="dimension" /> + <!-- Padding to apply at the start of the short axis --> + <attr name="shortAxisStartPadding" format="dimension" /> + <!-- Padding to apply at the end of the short axis --> + <attr name="shortAxisEndPadding" format="dimension" /> + <!-- Number of cells on the short axis of the CellLayout --> + <attr name="shortAxisCells" format="integer" /> + <!-- Number of cells on the long axis of the CellLayout --> + <attr name="longAxisCells" 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"> + <!-- Orientation of the handle. --> + <attr name="direction" /> + </declare-styleable> + + <!-- AllAppsGridView specific attributes. These attributes are used to customize + the list of all apps in XML files. --> + <declare-styleable name="AllAppsGridView"> + <!-- The background texture. --> + <attr name="texture" format="reference" /> + </declare-styleable> + +</resources> diff --git a/res/values/colors.xml b/res/values/colors.xml new file mode 100644 index 0000000..4a2aba3 --- /dev/null +++ b/res/values/colors.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/assets/res/any/colors.xml +** +** Copyright 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> + <color name="window_background">#FF191919</color> + <color name="grid_dark_background">#EB191919</color> + <color name="bubble_dark_background">#B2191919</color> + <color name="delete_color_filter">#A5FF0000</color> + + <color name="gadget_error_color">#fccc</color> +</resources> diff --git a/res/values/extra_wallpapers.xml b/res/values/extra_wallpapers.xml new file mode 100644 index 0000000..9e0951c --- /dev/null +++ b/res/values/extra_wallpapers.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (C) 2009 Google Inc. + * + * 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> + <string-array name="extra_wallpapers"> + </string-array> +</resources> diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..a7945cb --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,118 @@ +<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- General --> + <skip /> + <!-- Application name --> + <string name="application_name">Home</string> + <!-- Default folder name --> + <string name="folder_name">Folder</string> + <!-- Title of dialog that appears after user selects Wallpaper from menu --> + <string name="chooser_wallpaper">Select wallpaper from</string> + <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> + <string name="wallpaper_instructions">Set wallpaper</string> + <!-- Option in "Select wallpaper from" dialog box --> + <string name="pick_wallpaper">Wallpaper gallery</string> + <!-- Displayed when user selects a shortcut for an app that was uninstalled --> + <string name="activity_not_found">Application is not installed on your phone.</string> + + <!-- Folders --> + <skip /> + <!-- Label of Folder name field in Rename folder dialog box --> + <string name="rename_folder_label">Folder name</string> + <!-- Title of dialog box --> + <string name="rename_folder_title">Rename folder</string> + <!-- Buttons in Rename folder dialog box --> + <string name="rename_action">OK</string> + <!-- Buttons in Rename folder dialog box --> + <string name="cancel_action">Cancel</string> + + <!-- Shortcuts --> + <skip /> + <!-- Title of dialog box --> + <string name="menu_item_add_item">Add to Home screen</string> + <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps --> + <string name="group_applications">Application</string> + <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts --> + <string name="group_shortcuts">Shortcut</string> + <!-- Options in "Add to Home" dialog box; Title of the search gadget --> + <string name="group_search">Search</string> + <!-- Options in "Add to Home" dialog box; Title of the folder gadget --> + <string name="group_folder">Folder</string> + <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders --> + <string name="group_live_folders">Live folder</string> + <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets --> + <string name="group_widgets">Widget</string> + <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> + <string name="group_wallpapers">Wallpaper</string> + <!-- Options in "Add to Home" dialog box; Name of the Folder widget--> + <string name="add_folder">Folder</string> + <!-- Options in "Add to Home" dialog box; Name of the Clock widget--> + <string name="add_clock">Clock</string> + <!-- Options in "Add to Home" dialog box; Name of the Picture frame widget--> + <string name="add_photo_frame">Picture frame</string> + <!-- Options in "Add to Home" dialog box; Name of the Google Search widget--> + <string name="add_search">Search</string> + <!-- Error message when user has filled a home screen, possibly not used --> + <string name="out_of_space">No more room on this Home screen.</string> + + <!-- Title of dialog when user is selecting shortcut to add to homescreen --> + <string name="title_select_shortcut">Select shortcut</string> + <!-- Title of dialog when user is selecting live folder to add to homescreen --> + <string name="title_select_live_folder">Select live folder</string> + + <!-- Menus items: --> + <skip /> + <!-- Verb, menu item used to add an item on the desktop --> + <string name="menu_add">Add</string> + <!-- Noun, menu item used to set the desktop's wallpaper --> + <string name="menu_wallpaper">Wallpaper</string> + <!-- Verb, menu item used to initiate a Google Search --> + <string name="menu_search">Search</string> + <!-- Noun, menu item used to bring down the notifications shade --> + <string name="menu_notifications">Notifications</string> + <!-- Noun, menu item used to show the system settings --> + <string name="menu_settings">Settings</string> + + <!-- Permissions: --> + <string name="permlab_install_shortcut">install shortcuts</string> + <string name="permdesc_install_shortcut">Allows an application to add + shortcuts without user intervention.</string> + <string name="permlab_uninstall_shortcut">uninstall shortcuts</string> + <string name="permdesc_uninstall_shortcut">Allows an application to remove + shortcuts without user intervention.</string> + <string name="permlab_read_settings">read Home settings and shortcuts</string> + <string name="permdesc_read_settings">Allows an application to read the settings and + shortcuts in Home.</string> + <string name="permlab_write_settings">write Home settings and shortcuts</string> + <string name="permdesc_write_settings">Allows an application to change the settings and + shortcuts in Home.</string> + + <!-- Widgets: --> + <skip /> + <!-- This is the hint text shown in the search widget, before text is entered. + This translation SHOULD MATCH the string "search_hint" which is found in + GoogleSearch/res/values/strings.xml --> + <string name="search_hint">Google Search</string> + + <!-- Text to show user in place of a gadget when we can't display it properly --> + <string name="gadget_error_text">Problem loading widget</string> + +</resources> diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 0000000..a3d3e22 --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,56 @@ +<?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="Theme" parent="android:Theme"> + <item name="android:windowBackground">@null</item> + <item name="android:windowNoTitle">true</item> + </style> + + <style name="WorkspaceIcon"> + <item name="android:textSize">13dip</item> + <item name="android:singleLine">true</item> + <item name="android:ellipsize">marquee</item> + <item name="android:shadowColor">#FF000000</item> + <item name="android:shadowRadius">2.0</item> + <item name="android:textColor">#FFF</item> + <item name="android:gravity">center_horizontal</item> + <item name="android:layout_width">fill_parent</item> + <item name="android:layout_height">fill_parent</item> + <item name="android:background">@drawable/shortcut_selector</item> + <item name="android:paddingLeft">5dip</item> + <item name="android:paddingRight">5dip</item> + </style> + + <style name="WorkspaceIcon.Portrait"> + <item name="android:drawablePadding">5dip</item> + <item name="android:paddingTop">4dip</item> + <item name="android:layout_marginLeft">3dip</item> + <item name="android:layout_marginRight">3dip</item> + <item name="android:layout_marginTop">13dip</item> + <item name="android:layout_marginBottom">8dip</item> + </style> + + <style name="WorkspaceIcon.Landscape"> + <item name="android:drawablePadding">3dip</item> + <item name="android:paddingTop">2dip</item> + <item name="android:layout_marginLeft">10dip</item> + <item name="android:layout_marginRight">10dip</item> + </style> +</resources> |