diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:51 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:51 -0800 |
commit | 31896793701b36714f040d4fe1b32426c68d5427 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /res/drawable | |
parent | 38a75b2d89230a9c5b985bf2d5a142ad7ee910e7 (diff) | |
download | packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.zip packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.tar.gz packages_apps_trebuchet-31896793701b36714f040d4fe1b32426c68d5427.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res/drawable')
55 files changed, 0 insertions, 141 deletions
diff --git a/res/drawable/bg_gadget_error.9.png b/res/drawable/bg_gadget_error.9.png Binary files differdeleted file mode 100644 index 5077424..0000000 --- a/res/drawable/bg_gadget_error.9.png +++ /dev/null diff --git a/res/drawable/box_launcher_bottom.9.png b/res/drawable/box_launcher_bottom.9.png Binary files differdeleted file mode 100755 index f4cc1fa..0000000 --- a/res/drawable/box_launcher_bottom.9.png +++ /dev/null diff --git a/res/drawable/box_launcher_top.xml b/res/drawable/box_launcher_top.xml deleted file mode 100644 index 20c07c4..0000000 --- a/res/drawable/box_launcher_top.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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 differdeleted file mode 100644 index abaff95..0000000 --- a/res/drawable/box_launcher_top_normal.9.png +++ /dev/null diff --git a/res/drawable/box_launcher_top_pressed.9.png b/res/drawable/box_launcher_top_pressed.9.png Binary files differdeleted file mode 100644 index 4e163d4..0000000 --- a/res/drawable/box_launcher_top_pressed.9.png +++ /dev/null diff --git a/res/drawable/box_launcher_top_selected.9.png b/res/drawable/box_launcher_top_selected.9.png Binary files differdeleted file mode 100644 index 01b1c4e..0000000 --- a/res/drawable/box_launcher_top_selected.9.png +++ /dev/null diff --git a/res/drawable/delete_zone_selector.xml b/res/drawable/delete_zone_selector.xml deleted file mode 100644 index 6c917da..0000000 --- a/res/drawable/delete_zone_selector.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?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 differdeleted file mode 100644 index 9d09b41..0000000 --- a/res/drawable/focused_application_background.9.png +++ /dev/null diff --git a/res/drawable/google_logo.png b/res/drawable/google_logo.png Binary files differdeleted file mode 100644 index 54fd5f9..0000000 --- a/res/drawable/google_logo.png +++ /dev/null diff --git a/res/drawable/grid_selector.xml b/res/drawable/grid_selector.xml deleted file mode 100644 index 009cfe1..0000000 --- a/res/drawable/grid_selector.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?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 deleted file mode 100644 index b184a56..0000000 --- a/res/drawable/handle.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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 deleted file mode 100644 index 20e16b4..0000000 --- a/res/drawable/handle_icon.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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 differdeleted file mode 100644 index 7502484..0000000 --- a/res/drawable/ic_launcher_application.png +++ /dev/null diff --git a/res/drawable/ic_launcher_empty.png b/res/drawable/ic_launcher_empty.png Binary files differdeleted file mode 100644 index 59bb6c5..0000000 --- a/res/drawable/ic_launcher_empty.png +++ /dev/null diff --git a/res/drawable/ic_launcher_folder.png b/res/drawable/ic_launcher_folder.png Binary files differdeleted file mode 100644 index ed31ba5..0000000 --- a/res/drawable/ic_launcher_folder.png +++ /dev/null diff --git a/res/drawable/ic_launcher_folder_open.png b/res/drawable/ic_launcher_folder_open.png Binary files differdeleted file mode 100644 index 0723014..0000000 --- a/res/drawable/ic_launcher_folder_open.png +++ /dev/null diff --git a/res/drawable/ic_launcher_gadget.png b/res/drawable/ic_launcher_gadget.png Binary files differdeleted file mode 100644 index cb40a19..0000000 --- a/res/drawable/ic_launcher_gadget.png +++ /dev/null diff --git a/res/drawable/ic_launcher_gallery.png b/res/drawable/ic_launcher_gallery.png Binary files differdeleted file mode 100755 index 965fb71..0000000 --- a/res/drawable/ic_launcher_gallery.png +++ /dev/null diff --git a/res/drawable/ic_launcher_home.png b/res/drawable/ic_launcher_home.png Binary files differdeleted file mode 100755 index 84af2a2..0000000 --- a/res/drawable/ic_launcher_home.png +++ /dev/null diff --git a/res/drawable/ic_search_gadget.png b/res/drawable/ic_search_gadget.png Binary files differdeleted file mode 100644 index 0a4d8f4..0000000 --- a/res/drawable/ic_search_gadget.png +++ /dev/null diff --git a/res/drawable/pressed_application_background.9.png b/res/drawable/pressed_application_background.9.png Binary files differdeleted file mode 100644 index b09f595..0000000 --- a/res/drawable/pressed_application_background.9.png +++ /dev/null diff --git a/res/drawable/shortcut_selector.xml b/res/drawable/shortcut_selector.xml deleted file mode 100644 index 884bccf..0000000 --- a/res/drawable/shortcut_selector.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?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/wallpaper_beach.jpg b/res/drawable/wallpaper_beach.jpg Binary files differdeleted file mode 100644 index b502092..0000000 --- a/res/drawable/wallpaper_beach.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_beach_small.jpg b/res/drawable/wallpaper_beach_small.jpg Binary files differdeleted file mode 100644 index 46051cc..0000000 --- a/res/drawable/wallpaper_beach_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_blue.jpg b/res/drawable/wallpaper_blue.jpg Binary files differdeleted file mode 100644 index 0edd6bd..0000000 --- a/res/drawable/wallpaper_blue.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_blue_small.jpg b/res/drawable/wallpaper_blue_small.jpg Binary files differdeleted file mode 100644 index 5cf585a..0000000 --- a/res/drawable/wallpaper_blue_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_dale_chihuly.jpg b/res/drawable/wallpaper_dale_chihuly.jpg deleted file mode 100644 index e69de29..0000000 --- a/res/drawable/wallpaper_dale_chihuly.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_dale_chihuly_small.jpg b/res/drawable/wallpaper_dale_chihuly_small.jpg deleted file mode 100644 index e69de29..0000000 --- a/res/drawable/wallpaper_dale_chihuly_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_green.jpg b/res/drawable/wallpaper_green.jpg Binary files differdeleted file mode 100644 index 36c9e08..0000000 --- a/res/drawable/wallpaper_green.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_green_small.jpg b/res/drawable/wallpaper_green_small.jpg Binary files differdeleted file mode 100644 index d7c28ec..0000000 --- a/res/drawable/wallpaper_green_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_grey.jpg b/res/drawable/wallpaper_grey.jpg Binary files differdeleted file mode 100644 index ca48e6a..0000000 --- a/res/drawable/wallpaper_grey.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_grey_small.jpg b/res/drawable/wallpaper_grey_small.jpg Binary files differdeleted file mode 100644 index 1734d2e..0000000 --- a/res/drawable/wallpaper_grey_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_jellyfish.jpg b/res/drawable/wallpaper_jellyfish.jpg Binary files differdeleted file mode 100644 index 659228b..0000000 --- a/res/drawable/wallpaper_jellyfish.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_jellyfish_small.jpg b/res/drawable/wallpaper_jellyfish_small.jpg Binary files differdeleted file mode 100644 index 4e5d134..0000000 --- a/res/drawable/wallpaper_jellyfish_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_john_maeda.jpg b/res/drawable/wallpaper_john_maeda.jpg deleted file mode 100644 index e69de29..0000000 --- a/res/drawable/wallpaper_john_maeda.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_john_maeda_small.jpg b/res/drawable/wallpaper_john_maeda_small.jpg deleted file mode 100644 index e69de29..0000000 --- a/res/drawable/wallpaper_john_maeda_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_lake_small.jpg b/res/drawable/wallpaper_lake_small.jpg Binary files differdeleted file mode 100644 index 36d56cc..0000000 --- a/res/drawable/wallpaper_lake_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_marc_ecko.jpg b/res/drawable/wallpaper_marc_ecko.jpg deleted file mode 100644 index e69de29..0000000 --- a/res/drawable/wallpaper_marc_ecko.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_marc_ecko_small.jpg b/res/drawable/wallpaper_marc_ecko_small.jpg deleted file mode 100644 index e69de29..0000000 --- a/res/drawable/wallpaper_marc_ecko_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_mountain.jpg b/res/drawable/wallpaper_mountain.jpg Binary files differdeleted file mode 100644 index 1376177..0000000 --- a/res/drawable/wallpaper_mountain.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_mountain_small.jpg b/res/drawable/wallpaper_mountain_small.jpg Binary files differdeleted file mode 100644 index e2d5ac2..0000000 --- a/res/drawable/wallpaper_mountain_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_path.jpg b/res/drawable/wallpaper_path.jpg Binary files differdeleted file mode 100644 index e1c98c0..0000000 --- a/res/drawable/wallpaper_path.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_path_small.jpg b/res/drawable/wallpaper_path_small.jpg Binary files differdeleted file mode 100644 index f47d7a7..0000000 --- a/res/drawable/wallpaper_path_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_pink.jpg b/res/drawable/wallpaper_pink.jpg Binary files differdeleted file mode 100644 index 74403e5..0000000 --- a/res/drawable/wallpaper_pink.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_pink_small.jpg b/res/drawable/wallpaper_pink_small.jpg Binary files differdeleted file mode 100644 index 42b1770..0000000 --- a/res/drawable/wallpaper_pink_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_road.jpg b/res/drawable/wallpaper_road.jpg Binary files differdeleted file mode 100644 index 3aaa639..0000000 --- a/res/drawable/wallpaper_road.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_road_small.jpg b/res/drawable/wallpaper_road_small.jpg Binary files differdeleted file mode 100644 index 0b0c390..0000000 --- a/res/drawable/wallpaper_road_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_snow_leopard.jpg b/res/drawable/wallpaper_snow_leopard.jpg Binary files differdeleted file mode 100644 index bcbc51e..0000000 --- a/res/drawable/wallpaper_snow_leopard.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_snow_leopard_small.jpg b/res/drawable/wallpaper_snow_leopard_small.jpg Binary files differdeleted file mode 100644 index 99db5c6..0000000 --- a/res/drawable/wallpaper_snow_leopard_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_sunrise.jpg b/res/drawable/wallpaper_sunrise.jpg Binary files differdeleted file mode 100644 index 4ee8d5d..0000000 --- a/res/drawable/wallpaper_sunrise.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_sunrise_small.jpg b/res/drawable/wallpaper_sunrise_small.jpg Binary files differdeleted file mode 100644 index 248b7e7..0000000 --- a/res/drawable/wallpaper_sunrise_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_sunset.jpg b/res/drawable/wallpaper_sunset.jpg Binary files differdeleted file mode 100644 index bcfd8d4..0000000 --- a/res/drawable/wallpaper_sunset.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_sunset_small.jpg b/res/drawable/wallpaper_sunset_small.jpg Binary files differdeleted file mode 100644 index d5e5add..0000000 --- a/res/drawable/wallpaper_sunset_small.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_zanzibar.jpg b/res/drawable/wallpaper_zanzibar.jpg Binary files differdeleted file mode 100644 index fb13374..0000000 --- a/res/drawable/wallpaper_zanzibar.jpg +++ /dev/null diff --git a/res/drawable/wallpaper_zanzibar_small.jpg b/res/drawable/wallpaper_zanzibar_small.jpg Binary files differdeleted file mode 100644 index 700a7fe..0000000 --- a/res/drawable/wallpaper_zanzibar_small.jpg +++ /dev/null |