diff options
Diffstat (limited to 'core/res/res/drawable')
605 files changed, 2250 insertions, 0 deletions
diff --git a/core/res/res/drawable/app_icon_background.xml b/core/res/res/drawable/app_icon_background.xml new file mode 100644 index 0000000..9224b5f --- /dev/null +++ b/core/res/res/drawable/app_icon_background.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/app_icon_background.xml +** +** 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_selected="true" android:drawable="@drawable/icon_highlight_square" /> + <item android:drawable="@color/transparent" /> +</selector> diff --git a/core/res/res/drawable/arrow_down_float.png b/core/res/res/drawable/arrow_down_float.png Binary files differnew file mode 100644 index 0000000..dd82523 --- /dev/null +++ b/core/res/res/drawable/arrow_down_float.png diff --git a/core/res/res/drawable/arrow_up_float.png b/core/res/res/drawable/arrow_up_float.png Binary files differnew file mode 100644 index 0000000..9bc3d1c --- /dev/null +++ b/core/res/res/drawable/arrow_up_float.png diff --git a/core/res/res/drawable/battery_charge_background.png b/core/res/res/drawable/battery_charge_background.png Binary files differnew file mode 100644 index 0000000..9219745 --- /dev/null +++ b/core/res/res/drawable/battery_charge_background.png diff --git a/core/res/res/drawable/battery_charge_fill.xml b/core/res/res/drawable/battery_charge_fill.xml new file mode 100644 index 0000000..7f65733 --- /dev/null +++ b/core/res/res/drawable/battery_charge_fill.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. +--> + +<level-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:maxLevel="29" android:drawable="@android:drawable/battery_charge_fill_empty" /> + <item android:maxLevel="49" android:drawable="@android:drawable/battery_charge_fill_warning" /> + <item android:maxLevel="100" android:drawable="@android:drawable/battery_charge_fill_full" /> +</level-list> + diff --git a/core/res/res/drawable/battery_charge_fill_empty.9.png b/core/res/res/drawable/battery_charge_fill_empty.9.png Binary files differnew file mode 100644 index 0000000..9ed20ba --- /dev/null +++ b/core/res/res/drawable/battery_charge_fill_empty.9.png diff --git a/core/res/res/drawable/battery_charge_fill_full.9.png b/core/res/res/drawable/battery_charge_fill_full.9.png Binary files differnew file mode 100644 index 0000000..8e6aaca --- /dev/null +++ b/core/res/res/drawable/battery_charge_fill_full.9.png diff --git a/core/res/res/drawable/battery_charge_fill_warning.9.png b/core/res/res/drawable/battery_charge_fill_warning.9.png Binary files differnew file mode 100644 index 0000000..d3287db --- /dev/null +++ b/core/res/res/drawable/battery_charge_fill_warning.9.png diff --git a/core/res/res/drawable/battery_low_battery.png b/core/res/res/drawable/battery_low_battery.png Binary files differnew file mode 100644 index 0000000..60bbe6c --- /dev/null +++ b/core/res/res/drawable/battery_low_battery.png diff --git a/core/res/res/drawable/blank_tile.png b/core/res/res/drawable/blank_tile.png Binary files differnew file mode 100644 index 0000000..63b9296 --- /dev/null +++ b/core/res/res/drawable/blank_tile.png diff --git a/core/res/res/drawable/boot_robot.png b/core/res/res/drawable/boot_robot.png Binary files differnew file mode 100644 index 0000000..f4555af --- /dev/null +++ b/core/res/res/drawable/boot_robot.png diff --git a/core/res/res/drawable/bottom_bar.png b/core/res/res/drawable/bottom_bar.png Binary files differnew file mode 100644 index 0000000..1fdb078 --- /dev/null +++ b/core/res/res/drawable/bottom_bar.png diff --git a/core/res/res/drawable/box.xml b/core/res/res/drawable/box.xml new file mode 100644 index 0000000..6849bd3 --- /dev/null +++ b/core/res/res/drawable/box.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/box.xml +** +** 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. +*/ +--> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="#00000000"/> + <stroke android:width="1dp" color="#ff000000"/> + <padding android:left="1dp" android:top="1dp" + android:right="1dp" android:bottom="1dp" /> +</shape> diff --git a/core/res/res/drawable/btn_application_selector.xml b/core/res/res/drawable/btn_application_selector.xml new file mode 100644 index 0000000..5575b85 --- /dev/null +++ b/core/res/res/drawable/btn_application_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_static" /> + <item android:state_focused="true" + android:drawable="@drawable/focused_application_background_static" /> +</selector> diff --git a/core/res/res/drawable/btn_check.xml b/core/res/res/drawable/btn_check.xml new file mode 100644 index 0000000..824aff0 --- /dev/null +++ b/core/res/res/drawable/btn_check.xml @@ -0,0 +1,65 @@ +<?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"> + + <!-- Enabled states --> + + <item android:state_checked="true" android:state_window_focused="false" + android:state_enabled="true" + android:drawable="@drawable/btn_check_on" /> + <item android:state_checked="false" android:state_window_focused="false" + android:state_enabled="true" + android:drawable="@drawable/btn_check_off" /> + + <item android:state_checked="true" android:state_pressed="true" + android:state_enabled="true" + android:drawable="@drawable/btn_check_on_pressed" /> + <item android:state_checked="false" android:state_pressed="true" + android:state_enabled="true" + android:drawable="@drawable/btn_check_off_pressed" /> + + <item android:state_checked="true" android:state_focused="true" + android:state_enabled="true" + android:drawable="@drawable/btn_check_on_selected" /> + <item android:state_checked="false" android:state_focused="true" + android:state_enabled="true" + android:drawable="@drawable/btn_check_off_selected" /> + + <item android:state_checked="false" + android:state_enabled="true" + android:drawable="@drawable/btn_check_off" /> + <item android:state_checked="true" + android:state_enabled="true" + android:drawable="@drawable/btn_check_on" /> + + + <!-- Disabled states --> + + <item android:state_checked="true" android:state_window_focused="false" + android:drawable="@drawable/btn_check_on_disable" /> + <item android:state_checked="false" android:state_window_focused="false" + android:drawable="@drawable/btn_check_off_disable" /> + + <item android:state_checked="true" android:state_focused="true" + android:drawable="@drawable/btn_check_on_disable_focused" /> + <item android:state_checked="false" android:state_focused="true" + android:drawable="@drawable/btn_check_off_disable_focused" /> + + <item android:state_checked="false" android:drawable="@drawable/btn_check_off_disable" /> + <item android:state_checked="true" android:drawable="@drawable/btn_check_on_disable" /> + +</selector> diff --git a/core/res/res/drawable/btn_check_label_background.9.png b/core/res/res/drawable/btn_check_label_background.9.png Binary files differnew file mode 100644 index 0000000..79367b8 --- /dev/null +++ b/core/res/res/drawable/btn_check_label_background.9.png diff --git a/core/res/res/drawable/btn_check_off.png b/core/res/res/drawable/btn_check_off.png Binary files differnew file mode 100644 index 0000000..47924a3 --- /dev/null +++ b/core/res/res/drawable/btn_check_off.png diff --git a/core/res/res/drawable/btn_check_off_disable.png b/core/res/res/drawable/btn_check_off_disable.png Binary files differnew file mode 100644 index 0000000..f131eea --- /dev/null +++ b/core/res/res/drawable/btn_check_off_disable.png diff --git a/core/res/res/drawable/btn_check_off_disable_focused.png b/core/res/res/drawable/btn_check_off_disable_focused.png Binary files differnew file mode 100644 index 0000000..00ec08e --- /dev/null +++ b/core/res/res/drawable/btn_check_off_disable_focused.png diff --git a/core/res/res/drawable/btn_check_off_longpress.png b/core/res/res/drawable/btn_check_off_longpress.png Binary files differnew file mode 100644 index 0000000..2117113 --- /dev/null +++ b/core/res/res/drawable/btn_check_off_longpress.png diff --git a/core/res/res/drawable/btn_check_off_pressed.png b/core/res/res/drawable/btn_check_off_pressed.png Binary files differnew file mode 100644 index 0000000..24793cd --- /dev/null +++ b/core/res/res/drawable/btn_check_off_pressed.png diff --git a/core/res/res/drawable/btn_check_off_selected.png b/core/res/res/drawable/btn_check_off_selected.png Binary files differnew file mode 100644 index 0000000..c2aa44d --- /dev/null +++ b/core/res/res/drawable/btn_check_off_selected.png diff --git a/core/res/res/drawable/btn_check_on.png b/core/res/res/drawable/btn_check_on.png Binary files differnew file mode 100644 index 0000000..29764ec --- /dev/null +++ b/core/res/res/drawable/btn_check_on.png diff --git a/core/res/res/drawable/btn_check_on_disable.png b/core/res/res/drawable/btn_check_on_disable.png Binary files differnew file mode 100644 index 0000000..9ff0072 --- /dev/null +++ b/core/res/res/drawable/btn_check_on_disable.png diff --git a/core/res/res/drawable/btn_check_on_disable_focused.png b/core/res/res/drawable/btn_check_on_disable_focused.png Binary files differnew file mode 100644 index 0000000..2b31a0e --- /dev/null +++ b/core/res/res/drawable/btn_check_on_disable_focused.png diff --git a/core/res/res/drawable/btn_check_on_longpress.png b/core/res/res/drawable/btn_check_on_longpress.png Binary files differnew file mode 100644 index 0000000..6337033 --- /dev/null +++ b/core/res/res/drawable/btn_check_on_longpress.png diff --git a/core/res/res/drawable/btn_check_on_pressed.png b/core/res/res/drawable/btn_check_on_pressed.png Binary files differnew file mode 100644 index 0000000..9c1f0eb --- /dev/null +++ b/core/res/res/drawable/btn_check_on_pressed.png diff --git a/core/res/res/drawable/btn_check_on_selected.png b/core/res/res/drawable/btn_check_on_selected.png Binary files differnew file mode 100644 index 0000000..21745aa --- /dev/null +++ b/core/res/res/drawable/btn_check_on_selected.png diff --git a/core/res/res/drawable/btn_code_lock_default.png b/core/res/res/drawable/btn_code_lock_default.png Binary files differnew file mode 100755 index 0000000..c2e0b05 --- /dev/null +++ b/core/res/res/drawable/btn_code_lock_default.png diff --git a/core/res/res/drawable/btn_code_lock_default_trackball_pressed.png b/core/res/res/drawable/btn_code_lock_default_trackball_pressed.png Binary files differnew file mode 100755 index 0000000..0d3f094 --- /dev/null +++ b/core/res/res/drawable/btn_code_lock_default_trackball_pressed.png diff --git a/core/res/res/drawable/btn_code_lock_default_trackball_selected.png b/core/res/res/drawable/btn_code_lock_default_trackball_selected.png Binary files differnew file mode 100755 index 0000000..2e696c6 --- /dev/null +++ b/core/res/res/drawable/btn_code_lock_default_trackball_selected.png diff --git a/core/res/res/drawable/btn_code_lock_touched.png b/core/res/res/drawable/btn_code_lock_touched.png Binary files differnew file mode 100755 index 0000000..70e95a2 --- /dev/null +++ b/core/res/res/drawable/btn_code_lock_touched.png diff --git a/core/res/res/drawable/btn_default.xml b/core/res/res/drawable/btn_default.xml new file mode 100644 index 0000000..b8ce2bf --- /dev/null +++ b/core/res/res/drawable/btn_default.xml @@ -0,0 +1,32 @@ +<?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/btn_default_normal" /> + <item android:state_window_focused="false" android:state_enabled="false" + android:drawable="@drawable/btn_default_normal_disable" /> + <item android:state_pressed="true" + android:drawable="@drawable/btn_default_pressed" /> + <item android:state_focused="true" android:state_enabled="true" + android:drawable="@drawable/btn_default_selected" /> + <item android:state_enabled="true" + android:drawable="@drawable/btn_default_normal" /> + <item android:state_focused="true" + android:drawable="@drawable/btn_default_normal_disable_focused" /> + <item + android:drawable="@drawable/btn_default_normal_disable" /> +</selector> diff --git a/core/res/res/drawable/btn_default_longpress.9.png b/core/res/res/drawable/btn_default_longpress.9.png Binary files differnew file mode 100644 index 0000000..ba1a880 --- /dev/null +++ b/core/res/res/drawable/btn_default_longpress.9.png diff --git a/core/res/res/drawable/btn_default_normal.9.png b/core/res/res/drawable/btn_default_normal.9.png Binary files differnew file mode 100644 index 0000000..6644ad0 --- /dev/null +++ b/core/res/res/drawable/btn_default_normal.9.png diff --git a/core/res/res/drawable/btn_default_normal_disable.9.png b/core/res/res/drawable/btn_default_normal_disable.9.png Binary files differnew file mode 100644 index 0000000..27d98a9 --- /dev/null +++ b/core/res/res/drawable/btn_default_normal_disable.9.png diff --git a/core/res/res/drawable/btn_default_normal_disable_focused.9.png b/core/res/res/drawable/btn_default_normal_disable_focused.9.png Binary files differnew file mode 100644 index 0000000..b36b2d3 --- /dev/null +++ b/core/res/res/drawable/btn_default_normal_disable_focused.9.png diff --git a/core/res/res/drawable/btn_default_pressed.9.png b/core/res/res/drawable/btn_default_pressed.9.png Binary files differnew file mode 100644 index 0000000..0fca4d9 --- /dev/null +++ b/core/res/res/drawable/btn_default_pressed.9.png diff --git a/core/res/res/drawable/btn_default_selected.9.png b/core/res/res/drawable/btn_default_selected.9.png Binary files differnew file mode 100644 index 0000000..a3f756e --- /dev/null +++ b/core/res/res/drawable/btn_default_selected.9.png diff --git a/core/res/res/drawable/btn_default_small.xml b/core/res/res/drawable/btn_default_small.xml new file mode 100644 index 0000000..247e9e2 --- /dev/null +++ b/core/res/res/drawable/btn_default_small.xml @@ -0,0 +1,33 @@ +<?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/btn_default_small_normal" /> + <item android:state_window_focused="false" android:state_enabled="false" + android:drawable="@drawable/btn_default_small_normal_disable" /> + <item android:state_pressed="true" + android:drawable="@drawable/btn_default_small_pressed" /> + <item android:state_focused="true" android:state_enabled="true" + android:drawable="@drawable/btn_default_small_selected" /> + <item android:state_enabled="true" + android:drawable="@drawable/btn_default_small_normal" /> + <item android:state_focused="true" + android:drawable="@drawable/btn_default_small_normal_disable_focused" /> + <item + android:drawable="@drawable/btn_default_small_normal_disable" /> +</selector> + diff --git a/core/res/res/drawable/btn_default_small_longpress.9.png b/core/res/res/drawable/btn_default_small_longpress.9.png Binary files differnew file mode 100644 index 0000000..15df06f --- /dev/null +++ b/core/res/res/drawable/btn_default_small_longpress.9.png diff --git a/core/res/res/drawable/btn_default_small_normal.9.png b/core/res/res/drawable/btn_default_small_normal.9.png Binary files differnew file mode 100644 index 0000000..6726b04 --- /dev/null +++ b/core/res/res/drawable/btn_default_small_normal.9.png diff --git a/core/res/res/drawable/btn_default_small_normal_disable.9.png b/core/res/res/drawable/btn_default_small_normal_disable.9.png Binary files differnew file mode 100644 index 0000000..2ead262 --- /dev/null +++ b/core/res/res/drawable/btn_default_small_normal_disable.9.png diff --git a/core/res/res/drawable/btn_default_small_normal_disable_focused.9.png b/core/res/res/drawable/btn_default_small_normal_disable_focused.9.png Binary files differnew file mode 100644 index 0000000..d60370b --- /dev/null +++ b/core/res/res/drawable/btn_default_small_normal_disable_focused.9.png diff --git a/core/res/res/drawable/btn_default_small_pressed.9.png b/core/res/res/drawable/btn_default_small_pressed.9.png Binary files differnew file mode 100644 index 0000000..04cdc64 --- /dev/null +++ b/core/res/res/drawable/btn_default_small_pressed.9.png diff --git a/core/res/res/drawable/btn_default_small_selected.9.png b/core/res/res/drawable/btn_default_small_selected.9.png Binary files differnew file mode 100644 index 0000000..0a2b9e9 --- /dev/null +++ b/core/res/res/drawable/btn_default_small_selected.9.png diff --git a/core/res/res/drawable/btn_dialog.xml b/core/res/res/drawable/btn_dialog.xml new file mode 100644 index 0000000..ed4c28a --- /dev/null +++ b/core/res/res/drawable/btn_dialog.xml @@ -0,0 +1,28 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_window_focused="false" android:state_enabled="true" + android:drawable="@drawable/btn_dialog_normal" /> + <item android:state_window_focused="false" android:state_enabled="false" + android:drawable="@drawable/btn_dialog_disable" /> + <item android:state_pressed="true" + android:drawable="@drawable/btn_dialog_pressed" /> + <item android:state_enabled="true" android:state_focused="true" + android:drawable="@drawable/btn_dialog_selected" /> + <item android:drawable="@drawable/btn_dialog_normal" /> +</selector> + diff --git a/core/res/res/drawable/btn_dialog_disable.png b/core/res/res/drawable/btn_dialog_disable.png Binary files differnew file mode 100755 index 0000000..f041cab --- /dev/null +++ b/core/res/res/drawable/btn_dialog_disable.png diff --git a/core/res/res/drawable/btn_dialog_disable_focused.png b/core/res/res/drawable/btn_dialog_disable_focused.png Binary files differnew file mode 100755 index 0000000..23545ca --- /dev/null +++ b/core/res/res/drawable/btn_dialog_disable_focused.png diff --git a/core/res/res/drawable/btn_dialog_normal.png b/core/res/res/drawable/btn_dialog_normal.png Binary files differnew file mode 100755 index 0000000..a2d27fa --- /dev/null +++ b/core/res/res/drawable/btn_dialog_normal.png diff --git a/core/res/res/drawable/btn_dialog_pressed.png b/core/res/res/drawable/btn_dialog_pressed.png Binary files differnew file mode 100755 index 0000000..9c9922a --- /dev/null +++ b/core/res/res/drawable/btn_dialog_pressed.png diff --git a/core/res/res/drawable/btn_dialog_selected.png b/core/res/res/drawable/btn_dialog_selected.png Binary files differnew file mode 100755 index 0000000..7656de5 --- /dev/null +++ b/core/res/res/drawable/btn_dialog_selected.png diff --git a/core/res/res/drawable/btn_dropdown.xml b/core/res/res/drawable/btn_dropdown.xml new file mode 100644 index 0000000..8ec8ece --- /dev/null +++ b/core/res/res/drawable/btn_dropdown.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="false" android:drawable="@drawable/btn_dropdown_normal" /> + <item android:state_pressed="true" android:drawable="@drawable/btn_dropdown_pressed" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/btn_dropdown_selected" /> + <item android:drawable="@drawable/btn_dropdown_normal" /> +</selector> + diff --git a/core/res/res/drawable/btn_dropdown_disabled.9.png b/core/res/res/drawable/btn_dropdown_disabled.9.png Binary files differnew file mode 100644 index 0000000..dc6e679 --- /dev/null +++ b/core/res/res/drawable/btn_dropdown_disabled.9.png diff --git a/core/res/res/drawable/btn_dropdown_down.9.png b/core/res/res/drawable/btn_dropdown_down.9.png Binary files differnew file mode 100644 index 0000000..9464139 --- /dev/null +++ b/core/res/res/drawable/btn_dropdown_down.9.png diff --git a/core/res/res/drawable/btn_dropdown_normal.9.png b/core/res/res/drawable/btn_dropdown_normal.9.png Binary files differnew file mode 100644 index 0000000..16edcec --- /dev/null +++ b/core/res/res/drawable/btn_dropdown_normal.9.png diff --git a/core/res/res/drawable/btn_dropdown_pressed.9.png b/core/res/res/drawable/btn_dropdown_pressed.9.png Binary files differnew file mode 100644 index 0000000..405a5e2 --- /dev/null +++ b/core/res/res/drawable/btn_dropdown_pressed.9.png diff --git a/core/res/res/drawable/btn_dropdown_selected.9.png b/core/res/res/drawable/btn_dropdown_selected.9.png Binary files differnew file mode 100644 index 0000000..467ce8b --- /dev/null +++ b/core/res/res/drawable/btn_dropdown_selected.9.png diff --git a/core/res/res/drawable/btn_erase_default.9.png b/core/res/res/drawable/btn_erase_default.9.png Binary files differnew file mode 100755 index 0000000..c3bf60c --- /dev/null +++ b/core/res/res/drawable/btn_erase_default.9.png diff --git a/core/res/res/drawable/btn_erase_pressed.9.png b/core/res/res/drawable/btn_erase_pressed.9.png Binary files differnew file mode 100755 index 0000000..727aafe --- /dev/null +++ b/core/res/res/drawable/btn_erase_pressed.9.png diff --git a/core/res/res/drawable/btn_erase_selected.9.png b/core/res/res/drawable/btn_erase_selected.9.png Binary files differnew file mode 100755 index 0000000..c6bd020 --- /dev/null +++ b/core/res/res/drawable/btn_erase_selected.9.png diff --git a/core/res/res/drawable/btn_flicker_minus.png b/core/res/res/drawable/btn_flicker_minus.png Binary files differnew file mode 100755 index 0000000..9001654 --- /dev/null +++ b/core/res/res/drawable/btn_flicker_minus.png diff --git a/core/res/res/drawable/btn_flicker_plus.png b/core/res/res/drawable/btn_flicker_plus.png Binary files differnew file mode 100755 index 0000000..2d34a46 --- /dev/null +++ b/core/res/res/drawable/btn_flicker_plus.png diff --git a/core/res/res/drawable/btn_media_player.9.png b/core/res/res/drawable/btn_media_player.9.png Binary files differnew file mode 100755 index 0000000..3ec3f68 --- /dev/null +++ b/core/res/res/drawable/btn_media_player.9.png diff --git a/core/res/res/drawable/btn_media_player_disabled.9.png b/core/res/res/drawable/btn_media_player_disabled.9.png Binary files differnew file mode 100755 index 0000000..e74335b --- /dev/null +++ b/core/res/res/drawable/btn_media_player_disabled.9.png diff --git a/core/res/res/drawable/btn_media_player_disabled_selected.9.png b/core/res/res/drawable/btn_media_player_disabled_selected.9.png Binary files differnew file mode 100755 index 0000000..2c6517f --- /dev/null +++ b/core/res/res/drawable/btn_media_player_disabled_selected.9.png diff --git a/core/res/res/drawable/btn_media_player_pressed.9.png b/core/res/res/drawable/btn_media_player_pressed.9.png Binary files differnew file mode 100755 index 0000000..40bee47 --- /dev/null +++ b/core/res/res/drawable/btn_media_player_pressed.9.png diff --git a/core/res/res/drawable/btn_media_player_selected.9.png b/core/res/res/drawable/btn_media_player_selected.9.png Binary files differnew file mode 100755 index 0000000..28d809f --- /dev/null +++ b/core/res/res/drawable/btn_media_player_selected.9.png diff --git a/core/res/res/drawable/btn_minus.xml b/core/res/res/drawable/btn_minus.xml new file mode 100644 index 0000000..f427375 --- /dev/null +++ b/core/res/res/drawable/btn_minus.xml @@ -0,0 +1,27 @@ +<?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_enabled="false" android:state_focused="false" + android:drawable="@drawable/btn_minus_disable" /> + <item android:state_enabled="false" android:state_focused="true" + android:drawable="@drawable/btn_minus_disable_focused" /> + <item android:state_pressed="true" android:drawable="@drawable/btn_minus_pressed" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/btn_minus_selected" /> + <item android:drawable="@drawable/btn_minus_default" /> +</selector> + diff --git a/core/res/res/drawable/btn_minus_default.png b/core/res/res/drawable/btn_minus_default.png Binary files differnew file mode 100644 index 0000000..ee95879 --- /dev/null +++ b/core/res/res/drawable/btn_minus_default.png diff --git a/core/res/res/drawable/btn_minus_disable.png b/core/res/res/drawable/btn_minus_disable.png Binary files differnew file mode 100644 index 0000000..dff7bf7 --- /dev/null +++ b/core/res/res/drawable/btn_minus_disable.png diff --git a/core/res/res/drawable/btn_minus_disable_focused.png b/core/res/res/drawable/btn_minus_disable_focused.png Binary files differnew file mode 100644 index 0000000..3f04557 --- /dev/null +++ b/core/res/res/drawable/btn_minus_disable_focused.png diff --git a/core/res/res/drawable/btn_minus_pressed.png b/core/res/res/drawable/btn_minus_pressed.png Binary files differnew file mode 100644 index 0000000..758d958 --- /dev/null +++ b/core/res/res/drawable/btn_minus_pressed.png diff --git a/core/res/res/drawable/btn_minus_selected.png b/core/res/res/drawable/btn_minus_selected.png Binary files differnew file mode 100644 index 0000000..752a249 --- /dev/null +++ b/core/res/res/drawable/btn_minus_selected.png diff --git a/core/res/res/drawable/btn_plus.xml b/core/res/res/drawable/btn_plus.xml new file mode 100644 index 0000000..57eba30 --- /dev/null +++ b/core/res/res/drawable/btn_plus.xml @@ -0,0 +1,27 @@ +<?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_enabled="false" android:state_focused="false" + android:drawable="@drawable/btn_plus_disable" /> + <item android:state_enabled="false" android:state_focused="true" + android:drawable="@drawable/btn_plus_disable_focused" /> + <item android:state_pressed="true" android:drawable="@drawable/btn_plus_pressed" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/btn_plus_selected" /> + <item android:drawable="@drawable/btn_plus_default" /> +</selector> + diff --git a/core/res/res/drawable/btn_plus_default.png b/core/res/res/drawable/btn_plus_default.png Binary files differnew file mode 100644 index 0000000..aa31e37 --- /dev/null +++ b/core/res/res/drawable/btn_plus_default.png diff --git a/core/res/res/drawable/btn_plus_disable.png b/core/res/res/drawable/btn_plus_disable.png Binary files differnew file mode 100644 index 0000000..c373cd3 --- /dev/null +++ b/core/res/res/drawable/btn_plus_disable.png diff --git a/core/res/res/drawable/btn_plus_disable_focused.png b/core/res/res/drawable/btn_plus_disable_focused.png Binary files differnew file mode 100644 index 0000000..8f72a5f --- /dev/null +++ b/core/res/res/drawable/btn_plus_disable_focused.png diff --git a/core/res/res/drawable/btn_plus_pressed.png b/core/res/res/drawable/btn_plus_pressed.png Binary files differnew file mode 100644 index 0000000..1fb8413 --- /dev/null +++ b/core/res/res/drawable/btn_plus_pressed.png diff --git a/core/res/res/drawable/btn_plus_selected.png b/core/res/res/drawable/btn_plus_selected.png Binary files differnew file mode 100644 index 0000000..47fe9bf --- /dev/null +++ b/core/res/res/drawable/btn_plus_selected.png diff --git a/core/res/res/drawable/btn_radio.xml b/core/res/res/drawable/btn_radio.xml new file mode 100644 index 0000000..9b2ca71 --- /dev/null +++ b/core/res/res/drawable/btn_radio.xml @@ -0,0 +1,35 @@ +<?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_checked="true" android:state_window_focused="false" + android:drawable="@drawable/btn_radio_on" /> + <item android:state_checked="false" android:state_window_focused="false" + android:drawable="@drawable/btn_radio_off" /> + + <item android:state_checked="true" android:state_pressed="true" + android:drawable="@drawable/btn_radio_on_pressed" /> + <item android:state_checked="false" android:state_pressed="true" + android:drawable="@drawable/btn_radio_off_pressed" /> + + <item android:state_checked="true" android:state_focused="true" + android:drawable="@drawable/btn_radio_on_selected" /> + <item android:state_checked="false" android:state_focused="true" + android:drawable="@drawable/btn_radio_off_selected" /> + + <item android:state_checked="false" android:drawable="@drawable/btn_radio_off" /> + <item android:state_checked="true" android:drawable="@drawable/btn_radio_on" /> +</selector> diff --git a/core/res/res/drawable/btn_radio_label_background.9.png b/core/res/res/drawable/btn_radio_label_background.9.png Binary files differnew file mode 100644 index 0000000..16e8939 --- /dev/null +++ b/core/res/res/drawable/btn_radio_label_background.9.png diff --git a/core/res/res/drawable/btn_radio_off.png b/core/res/res/drawable/btn_radio_off.png Binary files differnew file mode 100644 index 0000000..de865b6 --- /dev/null +++ b/core/res/res/drawable/btn_radio_off.png diff --git a/core/res/res/drawable/btn_radio_off_disable.png b/core/res/res/drawable/btn_radio_off_disable.png Binary files differnew file mode 100755 index 0000000..7fa1609 --- /dev/null +++ b/core/res/res/drawable/btn_radio_off_disable.png diff --git a/core/res/res/drawable/btn_radio_off_disable_focused.png b/core/res/res/drawable/btn_radio_off_disable_focused.png Binary files differnew file mode 100755 index 0000000..10eb731 --- /dev/null +++ b/core/res/res/drawable/btn_radio_off_disable_focused.png diff --git a/core/res/res/drawable/btn_radio_off_longpress.png b/core/res/res/drawable/btn_radio_off_longpress.png Binary files differnew file mode 100644 index 0000000..2ca7dda --- /dev/null +++ b/core/res/res/drawable/btn_radio_off_longpress.png diff --git a/core/res/res/drawable/btn_radio_off_pressed.png b/core/res/res/drawable/btn_radio_off_pressed.png Binary files differnew file mode 100644 index 0000000..3c92a24 --- /dev/null +++ b/core/res/res/drawable/btn_radio_off_pressed.png diff --git a/core/res/res/drawable/btn_radio_off_selected.png b/core/res/res/drawable/btn_radio_off_selected.png Binary files differnew file mode 100644 index 0000000..4c7f4f2 --- /dev/null +++ b/core/res/res/drawable/btn_radio_off_selected.png diff --git a/core/res/res/drawable/btn_radio_on.png b/core/res/res/drawable/btn_radio_on.png Binary files differnew file mode 100644 index 0000000..01be1e3 --- /dev/null +++ b/core/res/res/drawable/btn_radio_on.png diff --git a/core/res/res/drawable/btn_radio_on_disable.png b/core/res/res/drawable/btn_radio_on_disable.png Binary files differnew file mode 100755 index 0000000..f442674 --- /dev/null +++ b/core/res/res/drawable/btn_radio_on_disable.png diff --git a/core/res/res/drawable/btn_radio_on_disable_focused.png b/core/res/res/drawable/btn_radio_on_disable_focused.png Binary files differnew file mode 100755 index 0000000..b372b31 --- /dev/null +++ b/core/res/res/drawable/btn_radio_on_disable_focused.png diff --git a/core/res/res/drawable/btn_radio_on_longpress.png b/core/res/res/drawable/btn_radio_on_longpress.png Binary files differnew file mode 100644 index 0000000..e6d9f73 --- /dev/null +++ b/core/res/res/drawable/btn_radio_on_longpress.png diff --git a/core/res/res/drawable/btn_radio_on_pressed.png b/core/res/res/drawable/btn_radio_on_pressed.png Binary files differnew file mode 100644 index 0000000..03779e4 --- /dev/null +++ b/core/res/res/drawable/btn_radio_on_pressed.png diff --git a/core/res/res/drawable/btn_radio_on_selected.png b/core/res/res/drawable/btn_radio_on_selected.png Binary files differnew file mode 100644 index 0000000..ed866bd --- /dev/null +++ b/core/res/res/drawable/btn_radio_on_selected.png diff --git a/core/res/res/drawable/btn_rating_star_off_normal.png b/core/res/res/drawable/btn_rating_star_off_normal.png Binary files differnew file mode 100644 index 0000000..bb15404 --- /dev/null +++ b/core/res/res/drawable/btn_rating_star_off_normal.png diff --git a/core/res/res/drawable/btn_rating_star_off_pressed.png b/core/res/res/drawable/btn_rating_star_off_pressed.png Binary files differnew file mode 100644 index 0000000..45482b9 --- /dev/null +++ b/core/res/res/drawable/btn_rating_star_off_pressed.png diff --git a/core/res/res/drawable/btn_rating_star_off_selected.png b/core/res/res/drawable/btn_rating_star_off_selected.png Binary files differnew file mode 100644 index 0000000..3fbe92a --- /dev/null +++ b/core/res/res/drawable/btn_rating_star_off_selected.png diff --git a/core/res/res/drawable/btn_rating_star_on_normal.png b/core/res/res/drawable/btn_rating_star_on_normal.png Binary files differnew file mode 100644 index 0000000..1c329a1 --- /dev/null +++ b/core/res/res/drawable/btn_rating_star_on_normal.png diff --git a/core/res/res/drawable/btn_rating_star_on_pressed.png b/core/res/res/drawable/btn_rating_star_on_pressed.png Binary files differnew file mode 100644 index 0000000..2a965a7 --- /dev/null +++ b/core/res/res/drawable/btn_rating_star_on_pressed.png diff --git a/core/res/res/drawable/btn_rating_star_on_selected.png b/core/res/res/drawable/btn_rating_star_on_selected.png Binary files differnew file mode 100644 index 0000000..2c1e207 --- /dev/null +++ b/core/res/res/drawable/btn_rating_star_on_selected.png diff --git a/core/res/res/drawable/btn_star.xml b/core/res/res/drawable/btn_star.xml new file mode 100644 index 0000000..6198006 --- /dev/null +++ b/core/res/res/drawable/btn_star.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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_checked="false" android:state_window_focused="false" + android:drawable="@drawable/btn_star_big_off" /> + <item android:state_checked="true" android:state_window_focused="false" + android:drawable="@drawable/btn_star_big_on" /> + <item android:state_checked="true" android:state_window_focused="false" + android:state_enabled="false" android:drawable="@drawable/btn_star_big_on_disable" /> + <item android:state_checked="false" android:state_window_focused="false" + android:state_enabled="false" android:drawable="@drawable/btn_star_big_off_disable" /> + + <item android:state_checked="true" android:state_pressed="true" + android:drawable="@drawable/btn_star_big_on_pressed" /> + <item android:state_checked="false" android:state_pressed="true" + android:drawable="@drawable/btn_star_big_off_pressed" /> + + <item android:state_checked="true" android:state_focused="true" + android:drawable="@drawable/btn_star_big_on_selected" /> + <item android:state_checked="false" android:state_focused="true" + android:drawable="@drawable/btn_star_big_off_selected" /> + + <item android:state_checked="true" android:state_focused="true" android:state_enabled="false" + android:drawable="@drawable/btn_star_big_on_disable_focused" /> + <item android:state_checked="true" android:state_focused="false" android:state_enabled="false" + android:drawable="@drawable/btn_star_big_on_disable" /> + + <item android:state_checked="false" android:state_focused="true" android:state_enabled="false" + android:drawable="@drawable/btn_star_big_off_disable_focused" /> + <item android:state_checked="false" android:state_focused="false" android:state_enabled="false" + android:drawable="@drawable/btn_star_big_off_disable" /> + + <item android:state_checked="false" android:drawable="@drawable/btn_star_big_off" /> + <item android:state_checked="true" android:drawable="@drawable/btn_star_big_on" /> +</selector> diff --git a/core/res/res/drawable/btn_star_big_off.png b/core/res/res/drawable/btn_star_big_off.png Binary files differnew file mode 100755 index 0000000..21ba557 --- /dev/null +++ b/core/res/res/drawable/btn_star_big_off.png diff --git a/core/res/res/drawable/btn_star_big_off_disable.png b/core/res/res/drawable/btn_star_big_off_disable.png Binary files differnew file mode 100755 index 0000000..066d920 --- /dev/null +++ b/core/res/res/drawable/btn_star_big_off_disable.png diff --git a/core/res/res/drawable/btn_star_big_off_disable_focused.png b/core/res/res/drawable/btn_star_big_off_disable_focused.png Binary files differnew file mode 100755 index 0000000..1855d2c --- /dev/null +++ b/core/res/res/drawable/btn_star_big_off_disable_focused.png diff --git a/core/res/res/drawable/btn_star_big_off_longpress.png b/core/res/res/drawable/btn_star_big_off_longpress.png Binary files differnew file mode 100755 index 0000000..8b9815a --- /dev/null +++ b/core/res/res/drawable/btn_star_big_off_longpress.png diff --git a/core/res/res/drawable/btn_star_big_off_pressed.png b/core/res/res/drawable/btn_star_big_off_pressed.png Binary files differnew file mode 100755 index 0000000..2c704ee --- /dev/null +++ b/core/res/res/drawable/btn_star_big_off_pressed.png diff --git a/core/res/res/drawable/btn_star_big_off_selected.png b/core/res/res/drawable/btn_star_big_off_selected.png Binary files differnew file mode 100755 index 0000000..101357d --- /dev/null +++ b/core/res/res/drawable/btn_star_big_off_selected.png diff --git a/core/res/res/drawable/btn_star_big_on.png b/core/res/res/drawable/btn_star_big_on.png Binary files differnew file mode 100755 index 0000000..9c2f7d2 --- /dev/null +++ b/core/res/res/drawable/btn_star_big_on.png diff --git a/core/res/res/drawable/btn_star_big_on_disable.png b/core/res/res/drawable/btn_star_big_on_disable.png Binary files differnew file mode 100755 index 0000000..5e65a2f --- /dev/null +++ b/core/res/res/drawable/btn_star_big_on_disable.png diff --git a/core/res/res/drawable/btn_star_big_on_disable_focused.png b/core/res/res/drawable/btn_star_big_on_disable_focused.png Binary files differnew file mode 100755 index 0000000..de57571 --- /dev/null +++ b/core/res/res/drawable/btn_star_big_on_disable_focused.png diff --git a/core/res/res/drawable/btn_star_big_on_longpress.png b/core/res/res/drawable/btn_star_big_on_longpress.png Binary files differnew file mode 100755 index 0000000..fbedb53 --- /dev/null +++ b/core/res/res/drawable/btn_star_big_on_longpress.png diff --git a/core/res/res/drawable/btn_star_big_on_pressed.png b/core/res/res/drawable/btn_star_big_on_pressed.png Binary files differnew file mode 100755 index 0000000..8ac4bab --- /dev/null +++ b/core/res/res/drawable/btn_star_big_on_pressed.png diff --git a/core/res/res/drawable/btn_star_big_on_selected.png b/core/res/res/drawable/btn_star_big_on_selected.png Binary files differnew file mode 100755 index 0000000..d453eab --- /dev/null +++ b/core/res/res/drawable/btn_star_big_on_selected.png diff --git a/core/res/res/drawable/btn_star_label_background.9.png b/core/res/res/drawable/btn_star_label_background.9.png Binary files differnew file mode 100644 index 0000000..e493171 --- /dev/null +++ b/core/res/res/drawable/btn_star_label_background.9.png diff --git a/core/res/res/drawable/btn_toggle.xml b/core/res/res/drawable/btn_toggle.xml new file mode 100644 index 0000000..13b4701 --- /dev/null +++ b/core/res/res/drawable/btn_toggle.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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_checked="false" android:drawable="@drawable/btn_toggle_off" /> + <item android:state_checked="true" android:drawable="@drawable/btn_toggle_on" /> +</selector> diff --git a/core/res/res/drawable/btn_toggle_bg.xml b/core/res/res/drawable/btn_toggle_bg.xml new file mode 100644 index 0000000..897a21d --- /dev/null +++ b/core/res/res/drawable/btn_toggle_bg.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. +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+android:id/background" android:drawable="@android:drawable/btn_default_small" /> + <item android:id="@+android:id/toggle" android:drawable="@android:drawable/btn_toggle" /> +</layer-list> diff --git a/core/res/res/drawable/btn_toggle_off.9.png b/core/res/res/drawable/btn_toggle_off.9.png Binary files differnew file mode 100644 index 0000000..26ee1c2 --- /dev/null +++ b/core/res/res/drawable/btn_toggle_off.9.png diff --git a/core/res/res/drawable/btn_toggle_on.9.png b/core/res/res/drawable/btn_toggle_on.9.png Binary files differnew file mode 100644 index 0000000..53e95af --- /dev/null +++ b/core/res/res/drawable/btn_toggle_on.9.png diff --git a/core/res/res/drawable/btn_white_longpress.9.png b/core/res/res/drawable/btn_white_longpress.9.png Binary files differnew file mode 100644 index 0000000..546e5de --- /dev/null +++ b/core/res/res/drawable/btn_white_longpress.9.png diff --git a/core/res/res/drawable/btn_zoom_page.xml b/core/res/res/drawable/btn_zoom_page.xml new file mode 100644 index 0000000..71840ad --- /dev/null +++ b/core/res/res/drawable/btn_zoom_page.xml @@ -0,0 +1,28 @@ +<?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_focused="true" android:state_pressed="true" + android:drawable="@drawable/btn_zoom_page_press" /> + <item android:state_focused="false" android:state_pressed="true" + android:drawable="@drawable/btn_zoom_page_press" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/btn_zoom_page_press" /> + <item android:state_focused="false" android:state_pressed="false" + android:drawable="@drawable/btn_zoom_page_normal" /> + +</selector> diff --git a/core/res/res/drawable/btn_zoom_page_normal.png b/core/res/res/drawable/btn_zoom_page_normal.png Binary files differnew file mode 100644 index 0000000..839915b --- /dev/null +++ b/core/res/res/drawable/btn_zoom_page_normal.png diff --git a/core/res/res/drawable/btn_zoom_page_press.png b/core/res/res/drawable/btn_zoom_page_press.png Binary files differnew file mode 100644 index 0000000..e8af276 --- /dev/null +++ b/core/res/res/drawable/btn_zoom_page_press.png diff --git a/core/res/res/drawable/button_inset.xml b/core/res/res/drawable/button_inset.xml new file mode 100644 index 0000000..fd27498 --- /dev/null +++ b/core/res/res/drawable/button_inset.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/btn_erase_pressed" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/btn_erase_selected" /> + <item android:drawable="@drawable/btn_erase_default" /> +</selector> + diff --git a/core/res/res/drawable/button_onoff_indicator_off.png b/core/res/res/drawable/button_onoff_indicator_off.png Binary files differnew file mode 100644 index 0000000..91e7244 --- /dev/null +++ b/core/res/res/drawable/button_onoff_indicator_off.png diff --git a/core/res/res/drawable/button_onoff_indicator_on.png b/core/res/res/drawable/button_onoff_indicator_on.png Binary files differnew file mode 100644 index 0000000..361364b --- /dev/null +++ b/core/res/res/drawable/button_onoff_indicator_on.png diff --git a/core/res/res/drawable/checkbox.xml b/core/res/res/drawable/checkbox.xml new file mode 100644 index 0000000..7a22185 --- /dev/null +++ b/core/res/res/drawable/checkbox.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/checkbox.xml +** +** 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_checked="true" android:state_focused="true" + android:drawable="@drawable/checkbox_on_background_focus_yellow" /> + <item android:state_checked="false" android:state_focused="true" + android:drawable="@drawable/checkbox_off_background_focus_yellow" /> + <item android:state_checked="false" android:drawable="@drawable/checkbox_off_background" /> + <item android:state_checked="true" android:drawable="@drawable/checkbox_on_background" /> +</selector> + diff --git a/core/res/res/drawable/checkbox_background.xml b/core/res/res/drawable/checkbox_background.xml new file mode 100644 index 0000000..68bb178 --- /dev/null +++ b/core/res/res/drawable/checkbox_background.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/checkbox_background.xml +** +** 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:drawable="@drawable/checkbox_label_background" /> +</selector> diff --git a/core/res/res/drawable/checkbox_label_background.9.png b/core/res/res/drawable/checkbox_label_background.9.png Binary files differnew file mode 100644 index 0000000..e6af4b0 --- /dev/null +++ b/core/res/res/drawable/checkbox_label_background.9.png diff --git a/core/res/res/drawable/checkbox_off_background.png b/core/res/res/drawable/checkbox_off_background.png Binary files differnew file mode 100644 index 0000000..6b2124f --- /dev/null +++ b/core/res/res/drawable/checkbox_off_background.png diff --git a/core/res/res/drawable/checkbox_off_background_focus_yellow.png b/core/res/res/drawable/checkbox_off_background_focus_yellow.png Binary files differnew file mode 100644 index 0000000..ffde6f8 --- /dev/null +++ b/core/res/res/drawable/checkbox_off_background_focus_yellow.png diff --git a/core/res/res/drawable/checkbox_on_background.png b/core/res/res/drawable/checkbox_on_background.png Binary files differnew file mode 100644 index 0000000..56495fc --- /dev/null +++ b/core/res/res/drawable/checkbox_on_background.png diff --git a/core/res/res/drawable/checkbox_on_background_focus_yellow.png b/core/res/res/drawable/checkbox_on_background_focus_yellow.png Binary files differnew file mode 100644 index 0000000..3018009 --- /dev/null +++ b/core/res/res/drawable/checkbox_on_background_focus_yellow.png diff --git a/core/res/res/drawable/clock_dial.png b/core/res/res/drawable/clock_dial.png Binary files differnew file mode 100644 index 0000000..82f73fe --- /dev/null +++ b/core/res/res/drawable/clock_dial.png diff --git a/core/res/res/drawable/clock_hand_hour.png b/core/res/res/drawable/clock_hand_hour.png Binary files differnew file mode 100644 index 0000000..1f0aec8 --- /dev/null +++ b/core/res/res/drawable/clock_hand_hour.png diff --git a/core/res/res/drawable/clock_hand_minute.png b/core/res/res/drawable/clock_hand_minute.png Binary files differnew file mode 100644 index 0000000..6cd8a4b --- /dev/null +++ b/core/res/res/drawable/clock_hand_minute.png diff --git a/core/res/res/drawable/code_lock_bottom.9.png b/core/res/res/drawable/code_lock_bottom.9.png Binary files differnew file mode 100644 index 0000000..812cf00 --- /dev/null +++ b/core/res/res/drawable/code_lock_bottom.9.png diff --git a/core/res/res/drawable/code_lock_left.9.png b/core/res/res/drawable/code_lock_left.9.png Binary files differnew file mode 100644 index 0000000..a53264a --- /dev/null +++ b/core/res/res/drawable/code_lock_left.9.png diff --git a/core/res/res/drawable/code_lock_top.9.png b/core/res/res/drawable/code_lock_top.9.png Binary files differnew file mode 100644 index 0000000..2b75a7c --- /dev/null +++ b/core/res/res/drawable/code_lock_top.9.png diff --git a/core/res/res/drawable/compass_arrow.png b/core/res/res/drawable/compass_arrow.png Binary files differnew file mode 100644 index 0000000..5a4d8c1 --- /dev/null +++ b/core/res/res/drawable/compass_arrow.png diff --git a/core/res/res/drawable/compass_base.png b/core/res/res/drawable/compass_base.png Binary files differnew file mode 100644 index 0000000..3d694f0 --- /dev/null +++ b/core/res/res/drawable/compass_base.png diff --git a/core/res/res/drawable/contextual_menu_bottom_bright.9.png b/core/res/res/drawable/contextual_menu_bottom_bright.9.png Binary files differnew file mode 100644 index 0000000..2b222fa --- /dev/null +++ b/core/res/res/drawable/contextual_menu_bottom_bright.9.png diff --git a/core/res/res/drawable/contextual_menu_top_dark.9.png b/core/res/res/drawable/contextual_menu_top_dark.9.png Binary files differnew file mode 100644 index 0000000..69a59ea --- /dev/null +++ b/core/res/res/drawable/contextual_menu_top_dark.9.png diff --git a/core/res/res/drawable/default_wallpaper.jpg b/core/res/res/drawable/default_wallpaper.jpg Binary files differnew file mode 100644 index 0000000..5ba522f --- /dev/null +++ b/core/res/res/drawable/default_wallpaper.jpg diff --git a/core/res/res/drawable/dialog_divider_horizontal_light.9.png b/core/res/res/drawable/dialog_divider_horizontal_light.9.png Binary files differnew file mode 100755 index 0000000..b69619b --- /dev/null +++ b/core/res/res/drawable/dialog_divider_horizontal_light.9.png diff --git a/core/res/res/drawable/divider_horizontal_bright.9.png b/core/res/res/drawable/divider_horizontal_bright.9.png Binary files differnew file mode 100644 index 0000000..a1ba2d3 --- /dev/null +++ b/core/res/res/drawable/divider_horizontal_bright.9.png diff --git a/core/res/res/drawable/divider_horizontal_dark.9.png b/core/res/res/drawable/divider_horizontal_dark.9.png Binary files differnew file mode 100644 index 0000000..7b32381 --- /dev/null +++ b/core/res/res/drawable/divider_horizontal_dark.9.png diff --git a/core/res/res/drawable/divider_horizontal_dim_dark.9.png b/core/res/res/drawable/divider_horizontal_dim_dark.9.png Binary files differnew file mode 100644 index 0000000..20bc4dc --- /dev/null +++ b/core/res/res/drawable/divider_horizontal_dim_dark.9.png diff --git a/core/res/res/drawable/divider_horizontal_textfield.9.png b/core/res/res/drawable/divider_horizontal_textfield.9.png Binary files differnew file mode 100644 index 0000000..43eb51d --- /dev/null +++ b/core/res/res/drawable/divider_horizontal_textfield.9.png diff --git a/core/res/res/drawable/divider_vertical_bright.9.png b/core/res/res/drawable/divider_vertical_bright.9.png Binary files differnew file mode 100644 index 0000000..da6e4ec --- /dev/null +++ b/core/res/res/drawable/divider_vertical_bright.9.png diff --git a/core/res/res/drawable/edit_text.xml b/core/res/res/drawable/edit_text.xml new file mode 100644 index 0000000..23a97e9 --- /dev/null +++ b/core/res/res/drawable/edit_text.xml @@ -0,0 +1,28 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_window_focused="false" android:state_enabled="true" + android:drawable="@drawable/textfield_default" /> + <item android:state_window_focused="false" android:state_enabled="false" + android:drawable="@drawable/textfield_disabled" /> + <item android:state_pressed="true" android:drawable="@drawable/textfield_pressed" /> + <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/textfield_selected" /> + <item android:state_enabled="true" android:drawable="@drawable/textfield_default" /> + <item android:state_focused="true" android:drawable="@drawable/textfield_disabled_selected" /> + <item android:drawable="@drawable/textfield_disabled" /> +</selector> + diff --git a/core/res/res/drawable/editbox_background.xml b/core/res/res/drawable/editbox_background.xml new file mode 100644 index 0000000..976a212 --- /dev/null +++ b/core/res/res/drawable/editbox_background.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/assets/res/any/drawable/editbox_background.xml +** +** Copyright 2006, 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_focused="true" android:drawable="@drawable/editbox_background_focus_yellow" /> + <item android:drawable="@drawable/editbox_background_normal" /> +</selector> + diff --git a/core/res/res/drawable/editbox_background_focus_yellow.9.png b/core/res/res/drawable/editbox_background_focus_yellow.9.png Binary files differnew file mode 100644 index 0000000..faf52ed --- /dev/null +++ b/core/res/res/drawable/editbox_background_focus_yellow.9.png diff --git a/core/res/res/drawable/editbox_background_normal.9.png b/core/res/res/drawable/editbox_background_normal.9.png Binary files differnew file mode 100644 index 0000000..9b8be77 --- /dev/null +++ b/core/res/res/drawable/editbox_background_normal.9.png diff --git a/core/res/res/drawable/editbox_dropdown_arrowdown.png b/core/res/res/drawable/editbox_dropdown_arrowdown.png Binary files differnew file mode 100644 index 0000000..82dc409 --- /dev/null +++ b/core/res/res/drawable/editbox_dropdown_arrowdown.png diff --git a/core/res/res/drawable/editbox_dropdown_arrowup.png b/core/res/res/drawable/editbox_dropdown_arrowup.png Binary files differnew file mode 100644 index 0000000..a84512a --- /dev/null +++ b/core/res/res/drawable/editbox_dropdown_arrowup.png diff --git a/core/res/res/drawable/editbox_dropdown_background.9.png b/core/res/res/drawable/editbox_dropdown_background.9.png Binary files differnew file mode 100644 index 0000000..ed1bc29 --- /dev/null +++ b/core/res/res/drawable/editbox_dropdown_background.9.png diff --git a/core/res/res/drawable/editbox_dropdown_background_dark.9.png b/core/res/res/drawable/editbox_dropdown_background_dark.9.png Binary files differnew file mode 100644 index 0000000..88c1d9d --- /dev/null +++ b/core/res/res/drawable/editbox_dropdown_background_dark.9.png diff --git a/core/res/res/drawable/expander_group.xml b/core/res/res/drawable/expander_group.xml new file mode 100644 index 0000000..ac258b3 --- /dev/null +++ b/core/res/res/drawable/expander_group.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_expanded="true" + android:drawable="@drawable/expander_ic_maximized" /> + <item + android:drawable="@drawable/expander_ic_minimized" /> +</selector> diff --git a/core/res/res/drawable/expander_ic_maximized.9.png b/core/res/res/drawable/expander_ic_maximized.9.png Binary files differnew file mode 100644 index 0000000..bad4b82 --- /dev/null +++ b/core/res/res/drawable/expander_ic_maximized.9.png diff --git a/core/res/res/drawable/expander_ic_minimized.9.png b/core/res/res/drawable/expander_ic_minimized.9.png Binary files differnew file mode 100644 index 0000000..af89072 --- /dev/null +++ b/core/res/res/drawable/expander_ic_minimized.9.png diff --git a/core/res/res/drawable/focused_application_background_static.png b/core/res/res/drawable/focused_application_background_static.png Binary files differnew file mode 100644 index 0000000..fd18d30 --- /dev/null +++ b/core/res/res/drawable/focused_application_background_static.png diff --git a/core/res/res/drawable/frame_gallery_thumb.9.png b/core/res/res/drawable/frame_gallery_thumb.9.png Binary files differnew file mode 100755 index 0000000..804f6f3 --- /dev/null +++ b/core/res/res/drawable/frame_gallery_thumb.9.png diff --git a/core/res/res/drawable/frame_gallery_thumb_pressed.9.png b/core/res/res/drawable/frame_gallery_thumb_pressed.9.png Binary files differnew file mode 100755 index 0000000..e1ffa06 --- /dev/null +++ b/core/res/res/drawable/frame_gallery_thumb_pressed.9.png diff --git a/core/res/res/drawable/frame_gallery_thumb_selected.9.png b/core/res/res/drawable/frame_gallery_thumb_selected.9.png Binary files differnew file mode 100755 index 0000000..8bae932 --- /dev/null +++ b/core/res/res/drawable/frame_gallery_thumb_selected.9.png diff --git a/core/res/res/drawable/gallery_item_background.xml b/core/res/res/drawable/gallery_item_background.xml new file mode 100644 index 0000000..c7eb7ea --- /dev/null +++ b/core/res/res/drawable/gallery_item_background.xml @@ -0,0 +1,57 @@ +<?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"> + + + <!-- When the window does not have focus. --> + + <item android:drawable="@drawable/gallery_selected_default" + android:state_selected="true" + android:state_window_focused="false" + /> + + <item android:drawable="@drawable/gallery_unselected_default" + android:state_selected="false" + android:state_window_focused="false" + /> + + + <!-- When the window does have focus. --> + + <item android:drawable="@drawable/gallery_selected_pressed" + android:state_selected="true" + android:state_pressed="true" + /> + + <item android:drawable="@drawable/gallery_selected_focused" + android:state_selected="true" + android:state_focused="true" + /> + + <item android:drawable="@drawable/gallery_selected_default" + android:state_selected="true" + /> + + <item android:drawable="@drawable/gallery_unselected_pressed" + android:state_selected="false" + android:state_pressed="true" + /> + + <item android:drawable="@drawable/gallery_unselected_default" + /> + +</selector> diff --git a/core/res/res/drawable/gallery_selected_default.9.png b/core/res/res/drawable/gallery_selected_default.9.png Binary files differnew file mode 100755 index 0000000..22122b2 --- /dev/null +++ b/core/res/res/drawable/gallery_selected_default.9.png diff --git a/core/res/res/drawable/gallery_selected_focused.9.png b/core/res/res/drawable/gallery_selected_focused.9.png Binary files differnew file mode 100755 index 0000000..1332745 --- /dev/null +++ b/core/res/res/drawable/gallery_selected_focused.9.png diff --git a/core/res/res/drawable/gallery_selected_pressed.9.png b/core/res/res/drawable/gallery_selected_pressed.9.png Binary files differnew file mode 100755 index 0000000..306e543 --- /dev/null +++ b/core/res/res/drawable/gallery_selected_pressed.9.png diff --git a/core/res/res/drawable/gallery_thumb.xml b/core/res/res/drawable/gallery_thumb.xml new file mode 100644 index 0000000..4425727 --- /dev/null +++ b/core/res/res/drawable/gallery_thumb.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_focused="true" android:state_pressed="false" android:drawable="@drawable/frame_gallery_thumb_selected" /> + <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/frame_gallery_thumb_pressed" /> + <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/frame_gallery_thumb_pressed" /> + <item android:drawable="@drawable/frame_gallery_thumb" /> +</selector> + diff --git a/core/res/res/drawable/gallery_unselected_default.9.png b/core/res/res/drawable/gallery_unselected_default.9.png Binary files differnew file mode 100755 index 0000000..0df06fa --- /dev/null +++ b/core/res/res/drawable/gallery_unselected_default.9.png diff --git a/core/res/res/drawable/gallery_unselected_pressed.9.png b/core/res/res/drawable/gallery_unselected_pressed.9.png Binary files differnew file mode 100644 index 0000000..4b25c3f --- /dev/null +++ b/core/res/res/drawable/gallery_unselected_pressed.9.png diff --git a/core/res/res/drawable/grey_list_separator.9.png b/core/res/res/drawable/grey_list_separator.9.png Binary files differnew file mode 100644 index 0000000..8a1a336 --- /dev/null +++ b/core/res/res/drawable/grey_list_separator.9.png diff --git a/core/res/res/drawable/grid_selector_background.xml b/core/res/res/drawable/grid_selector_background.xml new file mode 100644 index 0000000..232aebc --- /dev/null +++ b/core/res/res/drawable/grid_selector_background.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_focused="true" android:state_pressed="false" + android:drawable="@drawable/grid_selector_background_focus" /> + <item android:state_focused="true" android:state_pressed="true" + android:drawable="@drawable/grid_selector_background_pressed" /> + <item android:state_focused="false" android:state_pressed="true" + android:drawable="@drawable/grid_selector_background_pressed" /> +</selector> diff --git a/core/res/res/drawable/grid_selector_background_focus.9.png b/core/res/res/drawable/grid_selector_background_focus.9.png Binary files differnew file mode 100644 index 0000000..2e28232 --- /dev/null +++ b/core/res/res/drawable/grid_selector_background_focus.9.png diff --git a/core/res/res/drawable/grid_selector_background_pressed.9.png b/core/res/res/drawable/grid_selector_background_pressed.9.png Binary files differnew file mode 100644 index 0000000..e20f091 --- /dev/null +++ b/core/res/res/drawable/grid_selector_background_pressed.9.png diff --git a/core/res/res/drawable/highlight_disabled.9.png b/core/res/res/drawable/highlight_disabled.9.png Binary files differnew file mode 100644 index 0000000..1393262 --- /dev/null +++ b/core/res/res/drawable/highlight_disabled.9.png diff --git a/core/res/res/drawable/highlight_disabled_pressed.9.png b/core/res/res/drawable/highlight_disabled_pressed.9.png Binary files differnew file mode 100644 index 0000000..ee35d39 --- /dev/null +++ b/core/res/res/drawable/highlight_disabled_pressed.9.png diff --git a/core/res/res/drawable/highlight_pressed.9.png b/core/res/res/drawable/highlight_pressed.9.png Binary files differnew file mode 100644 index 0000000..9bd2b50 --- /dev/null +++ b/core/res/res/drawable/highlight_pressed.9.png diff --git a/core/res/res/drawable/highlight_pressed_dimmed.9.png b/core/res/res/drawable/highlight_pressed_dimmed.9.png Binary files differnew file mode 100644 index 0000000..dad714b --- /dev/null +++ b/core/res/res/drawable/highlight_pressed_dimmed.9.png diff --git a/core/res/res/drawable/highlight_selected.9.png b/core/res/res/drawable/highlight_selected.9.png Binary files differnew file mode 100644 index 0000000..ecf0cad --- /dev/null +++ b/core/res/res/drawable/highlight_selected.9.png diff --git a/core/res/res/drawable/ic_bullet_key_permission.png b/core/res/res/drawable/ic_bullet_key_permission.png Binary files differnew file mode 100755 index 0000000..c8a4939 --- /dev/null +++ b/core/res/res/drawable/ic_bullet_key_permission.png diff --git a/core/res/res/drawable/ic_check_mark_dark.png b/core/res/res/drawable/ic_check_mark_dark.png Binary files differnew file mode 100644 index 0000000..7de2553 --- /dev/null +++ b/core/res/res/drawable/ic_check_mark_dark.png diff --git a/core/res/res/drawable/ic_check_mark_light.png b/core/res/res/drawable/ic_check_mark_light.png Binary files differnew file mode 100644 index 0000000..137696e --- /dev/null +++ b/core/res/res/drawable/ic_check_mark_light.png diff --git a/core/res/res/drawable/ic_delete.png b/core/res/res/drawable/ic_delete.png Binary files differnew file mode 100644 index 0000000..f074db3 --- /dev/null +++ b/core/res/res/drawable/ic_delete.png diff --git a/core/res/res/drawable/ic_dialog_alert.png b/core/res/res/drawable/ic_dialog_alert.png Binary files differnew file mode 100644 index 0000000..0a7de04 --- /dev/null +++ b/core/res/res/drawable/ic_dialog_alert.png diff --git a/core/res/res/drawable/ic_dialog_dialer.png b/core/res/res/drawable/ic_dialog_dialer.png Binary files differnew file mode 100644 index 0000000..f0c1838 --- /dev/null +++ b/core/res/res/drawable/ic_dialog_dialer.png diff --git a/core/res/res/drawable/ic_dialog_email.png b/core/res/res/drawable/ic_dialog_email.png Binary files differnew file mode 100644 index 0000000..20ebb13 --- /dev/null +++ b/core/res/res/drawable/ic_dialog_email.png diff --git a/core/res/res/drawable/ic_dialog_info.png b/core/res/res/drawable/ic_dialog_info.png Binary files differnew file mode 100755 index 0000000..e8b0229 --- /dev/null +++ b/core/res/res/drawable/ic_dialog_info.png diff --git a/core/res/res/drawable/ic_dialog_map.png b/core/res/res/drawable/ic_dialog_map.png Binary files differnew file mode 100644 index 0000000..b126354 --- /dev/null +++ b/core/res/res/drawable/ic_dialog_map.png diff --git a/core/res/res/drawable/ic_dialog_menu_generic.png b/core/res/res/drawable/ic_dialog_menu_generic.png Binary files differnew file mode 100755 index 0000000..de07bda --- /dev/null +++ b/core/res/res/drawable/ic_dialog_menu_generic.png diff --git a/core/res/res/drawable/ic_dialog_time.png b/core/res/res/drawable/ic_dialog_time.png Binary files differnew file mode 100755 index 0000000..dffec29 --- /dev/null +++ b/core/res/res/drawable/ic_dialog_time.png diff --git a/core/res/res/drawable/ic_dialog_usb.png b/core/res/res/drawable/ic_dialog_usb.png Binary files differnew file mode 100644 index 0000000..fbc8a9d --- /dev/null +++ b/core/res/res/drawable/ic_dialog_usb.png diff --git a/core/res/res/drawable/ic_emergency.png b/core/res/res/drawable/ic_emergency.png Binary files differnew file mode 100755 index 0000000..d99abf8 --- /dev/null +++ b/core/res/res/drawable/ic_emergency.png diff --git a/core/res/res/drawable/ic_input_add.png b/core/res/res/drawable/ic_input_add.png Binary files differnew file mode 100644 index 0000000..00770f8 --- /dev/null +++ b/core/res/res/drawable/ic_input_add.png diff --git a/core/res/res/drawable/ic_input_delete.png b/core/res/res/drawable/ic_input_delete.png Binary files differnew file mode 100644 index 0000000..ee4c911 --- /dev/null +++ b/core/res/res/drawable/ic_input_delete.png diff --git a/core/res/res/drawable/ic_input_get.png b/core/res/res/drawable/ic_input_get.png Binary files differnew file mode 100644 index 0000000..2f2cfcf --- /dev/null +++ b/core/res/res/drawable/ic_input_get.png diff --git a/core/res/res/drawable/ic_launcher_android.png b/core/res/res/drawable/ic_launcher_android.png Binary files differnew file mode 100644 index 0000000..855484a --- /dev/null +++ b/core/res/res/drawable/ic_launcher_android.png diff --git a/core/res/res/drawable/ic_lock_idle_alarm.png b/core/res/res/drawable/ic_lock_idle_alarm.png Binary files differnew file mode 100644 index 0000000..8c8899f --- /dev/null +++ b/core/res/res/drawable/ic_lock_idle_alarm.png diff --git a/core/res/res/drawable/ic_lock_idle_charging.png b/core/res/res/drawable/ic_lock_idle_charging.png Binary files differnew file mode 100755 index 0000000..20d6320 --- /dev/null +++ b/core/res/res/drawable/ic_lock_idle_charging.png diff --git a/core/res/res/drawable/ic_lock_idle_lock.png b/core/res/res/drawable/ic_lock_idle_lock.png Binary files differnew file mode 100755 index 0000000..0206aee --- /dev/null +++ b/core/res/res/drawable/ic_lock_idle_lock.png diff --git a/core/res/res/drawable/ic_lock_idle_low_battery.png b/core/res/res/drawable/ic_lock_idle_low_battery.png Binary files differnew file mode 100755 index 0000000..bb96782 --- /dev/null +++ b/core/res/res/drawable/ic_lock_idle_low_battery.png diff --git a/core/res/res/drawable/ic_lock_lock.png b/core/res/res/drawable/ic_lock_lock.png Binary files differnew file mode 100644 index 0000000..b662b03 --- /dev/null +++ b/core/res/res/drawable/ic_lock_lock.png diff --git a/core/res/res/drawable/ic_lock_power_off.png b/core/res/res/drawable/ic_lock_power_off.png Binary files differnew file mode 100644 index 0000000..14c002e --- /dev/null +++ b/core/res/res/drawable/ic_lock_power_off.png diff --git a/core/res/res/drawable/ic_lock_silent_mode.png b/core/res/res/drawable/ic_lock_silent_mode.png Binary files differnew file mode 100644 index 0000000..c89291a --- /dev/null +++ b/core/res/res/drawable/ic_lock_silent_mode.png diff --git a/core/res/res/drawable/ic_lock_silent_mode_off.png b/core/res/res/drawable/ic_lock_silent_mode_off.png Binary files differnew file mode 100644 index 0000000..4748b9e --- /dev/null +++ b/core/res/res/drawable/ic_lock_silent_mode_off.png diff --git a/core/res/res/drawable/ic_maps_indicator_current_position.png b/core/res/res/drawable/ic_maps_indicator_current_position.png Binary files differnew file mode 100644 index 0000000..4e427d8 --- /dev/null +++ b/core/res/res/drawable/ic_maps_indicator_current_position.png diff --git a/core/res/res/drawable/ic_maps_indicator_current_position_anim.xml b/core/res/res/drawable/ic_maps_indicator_current_position_anim.xml new file mode 100644 index 0000000..dcc6d46 --- /dev/null +++ b/core/res/res/drawable/ic_maps_indicator_current_position_anim.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/status_icon_background.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. +*/ +--> +<!-- Levels should be evenly spaced between 0 - 10000 --> + +<level-list xmlns:android="http://schemas.android.com/apk/res/android" > + <item android:maxLevel="2500" android:drawable="@drawable/ic_maps_indicator_current_position" /> + <item android:maxLevel="5000" android:drawable="@drawable/ic_maps_indicator_current_position_anim1" /> + <item android:maxLevel="7500" android:drawable="@drawable/ic_maps_indicator_current_position_anim2" /> + <item android:maxLevel="10000" android:drawable="@drawable/ic_maps_indicator_current_position_anim3" /> +</level-list> diff --git a/core/res/res/drawable/ic_maps_indicator_current_position_anim1.png b/core/res/res/drawable/ic_maps_indicator_current_position_anim1.png Binary files differnew file mode 100644 index 0000000..47bb9fa --- /dev/null +++ b/core/res/res/drawable/ic_maps_indicator_current_position_anim1.png diff --git a/core/res/res/drawable/ic_maps_indicator_current_position_anim2.png b/core/res/res/drawable/ic_maps_indicator_current_position_anim2.png Binary files differnew file mode 100644 index 0000000..b1167bc --- /dev/null +++ b/core/res/res/drawable/ic_maps_indicator_current_position_anim2.png diff --git a/core/res/res/drawable/ic_maps_indicator_current_position_anim3.png b/core/res/res/drawable/ic_maps_indicator_current_position_anim3.png Binary files differnew file mode 100644 index 0000000..f681a4c --- /dev/null +++ b/core/res/res/drawable/ic_maps_indicator_current_position_anim3.png diff --git a/core/res/res/drawable/ic_media_ff.png b/core/res/res/drawable/ic_media_ff.png Binary files differnew file mode 100755 index 0000000..ce7e195 --- /dev/null +++ b/core/res/res/drawable/ic_media_ff.png diff --git a/core/res/res/drawable/ic_media_next.png b/core/res/res/drawable/ic_media_next.png Binary files differnew file mode 100755 index 0000000..84f38e8 --- /dev/null +++ b/core/res/res/drawable/ic_media_next.png diff --git a/core/res/res/drawable/ic_media_pause.png b/core/res/res/drawable/ic_media_pause.png Binary files differnew file mode 100755 index 0000000..688118e --- /dev/null +++ b/core/res/res/drawable/ic_media_pause.png diff --git a/core/res/res/drawable/ic_media_play.png b/core/res/res/drawable/ic_media_play.png Binary files differnew file mode 100755 index 0000000..7aa7af8 --- /dev/null +++ b/core/res/res/drawable/ic_media_play.png diff --git a/core/res/res/drawable/ic_media_previous.png b/core/res/res/drawable/ic_media_previous.png Binary files differnew file mode 100755 index 0000000..1bba544 --- /dev/null +++ b/core/res/res/drawable/ic_media_previous.png diff --git a/core/res/res/drawable/ic_media_rew.png b/core/res/res/drawable/ic_media_rew.png Binary files differnew file mode 100755 index 0000000..132df7f --- /dev/null +++ b/core/res/res/drawable/ic_media_rew.png diff --git a/core/res/res/drawable/ic_menu_add.png b/core/res/res/drawable/ic_menu_add.png Binary files differnew file mode 100755 index 0000000..6752bfd --- /dev/null +++ b/core/res/res/drawable/ic_menu_add.png diff --git a/core/res/res/drawable/ic_menu_agenda.png b/core/res/res/drawable/ic_menu_agenda.png Binary files differnew file mode 100755 index 0000000..9f2c1dc --- /dev/null +++ b/core/res/res/drawable/ic_menu_agenda.png diff --git a/core/res/res/drawable/ic_menu_always_landscape_portrait.png b/core/res/res/drawable/ic_menu_always_landscape_portrait.png Binary files differnew file mode 100644 index 0000000..68911c4 --- /dev/null +++ b/core/res/res/drawable/ic_menu_always_landscape_portrait.png diff --git a/core/res/res/drawable/ic_menu_call.png b/core/res/res/drawable/ic_menu_call.png Binary files differnew file mode 100644 index 0000000..a63f86b --- /dev/null +++ b/core/res/res/drawable/ic_menu_call.png diff --git a/core/res/res/drawable/ic_menu_camera.png b/core/res/res/drawable/ic_menu_camera.png Binary files differnew file mode 100755 index 0000000..cdf7ca3 --- /dev/null +++ b/core/res/res/drawable/ic_menu_camera.png diff --git a/core/res/res/drawable/ic_menu_close_clear_cancel.png b/core/res/res/drawable/ic_menu_close_clear_cancel.png Binary files differnew file mode 100644 index 0000000..78222ea --- /dev/null +++ b/core/res/res/drawable/ic_menu_close_clear_cancel.png diff --git a/core/res/res/drawable/ic_menu_compass.png b/core/res/res/drawable/ic_menu_compass.png Binary files differnew file mode 100644 index 0000000..7717dde --- /dev/null +++ b/core/res/res/drawable/ic_menu_compass.png diff --git a/core/res/res/drawable/ic_menu_crop.png b/core/res/res/drawable/ic_menu_crop.png Binary files differnew file mode 100755 index 0000000..c0df996 --- /dev/null +++ b/core/res/res/drawable/ic_menu_crop.png diff --git a/core/res/res/drawable/ic_menu_day.png b/core/res/res/drawable/ic_menu_day.png Binary files differnew file mode 100755 index 0000000..db5d3a4 --- /dev/null +++ b/core/res/res/drawable/ic_menu_day.png diff --git a/core/res/res/drawable/ic_menu_delete.png b/core/res/res/drawable/ic_menu_delete.png Binary files differnew file mode 100755 index 0000000..7d95494 --- /dev/null +++ b/core/res/res/drawable/ic_menu_delete.png diff --git a/core/res/res/drawable/ic_menu_directions.png b/core/res/res/drawable/ic_menu_directions.png Binary files differnew file mode 100755 index 0000000..00a288f --- /dev/null +++ b/core/res/res/drawable/ic_menu_directions.png diff --git a/core/res/res/drawable/ic_menu_edit.png b/core/res/res/drawable/ic_menu_edit.png Binary files differnew file mode 100755 index 0000000..41a9c2e --- /dev/null +++ b/core/res/res/drawable/ic_menu_edit.png diff --git a/core/res/res/drawable/ic_menu_gallery.png b/core/res/res/drawable/ic_menu_gallery.png Binary files differnew file mode 100755 index 0000000..f61bbd8 --- /dev/null +++ b/core/res/res/drawable/ic_menu_gallery.png diff --git a/core/res/res/drawable/ic_menu_help.png b/core/res/res/drawable/ic_menu_help.png Binary files differnew file mode 100644 index 0000000..7c55dfd --- /dev/null +++ b/core/res/res/drawable/ic_menu_help.png diff --git a/core/res/res/drawable/ic_menu_info_details.png b/core/res/res/drawable/ic_menu_info_details.png Binary files differnew file mode 100755 index 0000000..1786d1e --- /dev/null +++ b/core/res/res/drawable/ic_menu_info_details.png diff --git a/core/res/res/drawable/ic_menu_manage.png b/core/res/res/drawable/ic_menu_manage.png Binary files differnew file mode 100755 index 0000000..f155bbc --- /dev/null +++ b/core/res/res/drawable/ic_menu_manage.png diff --git a/core/res/res/drawable/ic_menu_mapmode.png b/core/res/res/drawable/ic_menu_mapmode.png Binary files differnew file mode 100644 index 0000000..d85cab5 --- /dev/null +++ b/core/res/res/drawable/ic_menu_mapmode.png diff --git a/core/res/res/drawable/ic_menu_month.png b/core/res/res/drawable/ic_menu_month.png Binary files differnew file mode 100755 index 0000000..bf6cb89 --- /dev/null +++ b/core/res/res/drawable/ic_menu_month.png diff --git a/core/res/res/drawable/ic_menu_more.png b/core/res/res/drawable/ic_menu_more.png Binary files differnew file mode 100644 index 0000000..b9fc5fa --- /dev/null +++ b/core/res/res/drawable/ic_menu_more.png diff --git a/core/res/res/drawable/ic_menu_my_calendar.png b/core/res/res/drawable/ic_menu_my_calendar.png Binary files differnew file mode 100755 index 0000000..0c88fd3 --- /dev/null +++ b/core/res/res/drawable/ic_menu_my_calendar.png diff --git a/core/res/res/drawable/ic_menu_mylocation.png b/core/res/res/drawable/ic_menu_mylocation.png Binary files differnew file mode 100755 index 0000000..fdbd5ca --- /dev/null +++ b/core/res/res/drawable/ic_menu_mylocation.png diff --git a/core/res/res/drawable/ic_menu_myplaces.png b/core/res/res/drawable/ic_menu_myplaces.png Binary files differnew file mode 100644 index 0000000..06f11ba --- /dev/null +++ b/core/res/res/drawable/ic_menu_myplaces.png diff --git a/core/res/res/drawable/ic_menu_preferences.png b/core/res/res/drawable/ic_menu_preferences.png Binary files differnew file mode 100644 index 0000000..b8e7141 --- /dev/null +++ b/core/res/res/drawable/ic_menu_preferences.png diff --git a/core/res/res/drawable/ic_menu_recent_history.png b/core/res/res/drawable/ic_menu_recent_history.png Binary files differnew file mode 100644 index 0000000..4ccae5d --- /dev/null +++ b/core/res/res/drawable/ic_menu_recent_history.png diff --git a/core/res/res/drawable/ic_menu_report_image.png b/core/res/res/drawable/ic_menu_report_image.png Binary files differnew file mode 100644 index 0000000..393d727 --- /dev/null +++ b/core/res/res/drawable/ic_menu_report_image.png diff --git a/core/res/res/drawable/ic_menu_revert.png b/core/res/res/drawable/ic_menu_revert.png Binary files differnew file mode 100644 index 0000000..e7e04f5 --- /dev/null +++ b/core/res/res/drawable/ic_menu_revert.png diff --git a/core/res/res/drawable/ic_menu_rotate.png b/core/res/res/drawable/ic_menu_rotate.png Binary files differnew file mode 100755 index 0000000..27368b2 --- /dev/null +++ b/core/res/res/drawable/ic_menu_rotate.png diff --git a/core/res/res/drawable/ic_menu_save.png b/core/res/res/drawable/ic_menu_save.png Binary files differnew file mode 100644 index 0000000..36d50b3 --- /dev/null +++ b/core/res/res/drawable/ic_menu_save.png diff --git a/core/res/res/drawable/ic_menu_search.png b/core/res/res/drawable/ic_menu_search.png Binary files differnew file mode 100755 index 0000000..94446db --- /dev/null +++ b/core/res/res/drawable/ic_menu_search.png diff --git a/core/res/res/drawable/ic_menu_send.png b/core/res/res/drawable/ic_menu_send.png Binary files differnew file mode 100755 index 0000000..74c096d --- /dev/null +++ b/core/res/res/drawable/ic_menu_send.png diff --git a/core/res/res/drawable/ic_menu_set_as.png b/core/res/res/drawable/ic_menu_set_as.png Binary files differnew file mode 100755 index 0000000..cb9dc49 --- /dev/null +++ b/core/res/res/drawable/ic_menu_set_as.png diff --git a/core/res/res/drawable/ic_menu_share.png b/core/res/res/drawable/ic_menu_share.png Binary files differnew file mode 100755 index 0000000..44db9b1 --- /dev/null +++ b/core/res/res/drawable/ic_menu_share.png diff --git a/core/res/res/drawable/ic_menu_slideshow.png b/core/res/res/drawable/ic_menu_slideshow.png Binary files differnew file mode 100644 index 0000000..38dd8f0 --- /dev/null +++ b/core/res/res/drawable/ic_menu_slideshow.png diff --git a/core/res/res/drawable/ic_menu_sort_alphabetically.png b/core/res/res/drawable/ic_menu_sort_alphabetically.png Binary files differnew file mode 100755 index 0000000..2583eb8 --- /dev/null +++ b/core/res/res/drawable/ic_menu_sort_alphabetically.png diff --git a/core/res/res/drawable/ic_menu_sort_by_size.png b/core/res/res/drawable/ic_menu_sort_by_size.png Binary files differnew file mode 100755 index 0000000..65e2786 --- /dev/null +++ b/core/res/res/drawable/ic_menu_sort_by_size.png diff --git a/core/res/res/drawable/ic_menu_today.png b/core/res/res/drawable/ic_menu_today.png Binary files differnew file mode 100755 index 0000000..c63b6af --- /dev/null +++ b/core/res/res/drawable/ic_menu_today.png diff --git a/core/res/res/drawable/ic_menu_upload.png b/core/res/res/drawable/ic_menu_upload.png Binary files differnew file mode 100755 index 0000000..1c0dd3f --- /dev/null +++ b/core/res/res/drawable/ic_menu_upload.png diff --git a/core/res/res/drawable/ic_menu_upload_you_tube.png b/core/res/res/drawable/ic_menu_upload_you_tube.png Binary files differnew file mode 100755 index 0000000..0095564 --- /dev/null +++ b/core/res/res/drawable/ic_menu_upload_you_tube.png diff --git a/core/res/res/drawable/ic_menu_view.png b/core/res/res/drawable/ic_menu_view.png Binary files differnew file mode 100755 index 0000000..69828a9 --- /dev/null +++ b/core/res/res/drawable/ic_menu_view.png diff --git a/core/res/res/drawable/ic_menu_week.png b/core/res/res/drawable/ic_menu_week.png Binary files differnew file mode 100755 index 0000000..62cd65e --- /dev/null +++ b/core/res/res/drawable/ic_menu_week.png diff --git a/core/res/res/drawable/ic_menu_zoom.png b/core/res/res/drawable/ic_menu_zoom.png Binary files differnew file mode 100644 index 0000000..0b8c4e8 --- /dev/null +++ b/core/res/res/drawable/ic_menu_zoom.png diff --git a/core/res/res/drawable/ic_notification_clear_all.png b/core/res/res/drawable/ic_notification_clear_all.png Binary files differnew file mode 100644 index 0000000..f2114d7 --- /dev/null +++ b/core/res/res/drawable/ic_notification_clear_all.png diff --git a/core/res/res/drawable/ic_notification_overlay.9.png b/core/res/res/drawable/ic_notification_overlay.9.png Binary files differnew file mode 100644 index 0000000..1a3063c --- /dev/null +++ b/core/res/res/drawable/ic_notification_overlay.9.png diff --git a/core/res/res/drawable/ic_partial_secure.png b/core/res/res/drawable/ic_partial_secure.png Binary files differnew file mode 100644 index 0000000..76ba96a --- /dev/null +++ b/core/res/res/drawable/ic_partial_secure.png diff --git a/core/res/res/drawable/ic_popup_disk_full.png b/core/res/res/drawable/ic_popup_disk_full.png Binary files differnew file mode 100644 index 0000000..e6da5d0 --- /dev/null +++ b/core/res/res/drawable/ic_popup_disk_full.png diff --git a/core/res/res/drawable/ic_popup_reminder.png b/core/res/res/drawable/ic_popup_reminder.png Binary files differnew file mode 100755 index 0000000..af15279 --- /dev/null +++ b/core/res/res/drawable/ic_popup_reminder.png diff --git a/core/res/res/drawable/ic_popup_sync.xml b/core/res/res/drawable/ic_popup_sync.xml new file mode 100644 index 0000000..aa2c8d4 --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/ic_popup_sync.xml +** +** 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. +*/ +--> +<animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/ic_popup_sync_1" android:duration="200" /> + <item android:drawable="@drawable/ic_popup_sync_2" android:duration="200" /> + <item android:drawable="@drawable/ic_popup_sync_3" android:duration="200" /> + <item android:drawable="@drawable/ic_popup_sync_4" android:duration="200" /> + <item android:drawable="@drawable/ic_popup_sync_5" android:duration="200" /> + <item android:drawable="@drawable/ic_popup_sync_6" android:duration="200" /> +</animation-list> + diff --git a/core/res/res/drawable/ic_popup_sync_1.png b/core/res/res/drawable/ic_popup_sync_1.png Binary files differnew file mode 100644 index 0000000..13d8cdd --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync_1.png diff --git a/core/res/res/drawable/ic_popup_sync_2.png b/core/res/res/drawable/ic_popup_sync_2.png Binary files differnew file mode 100644 index 0000000..6ca162a --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync_2.png diff --git a/core/res/res/drawable/ic_popup_sync_3.png b/core/res/res/drawable/ic_popup_sync_3.png Binary files differnew file mode 100644 index 0000000..a7c21dd --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync_3.png diff --git a/core/res/res/drawable/ic_popup_sync_4.png b/core/res/res/drawable/ic_popup_sync_4.png Binary files differnew file mode 100644 index 0000000..e9be04e --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync_4.png diff --git a/core/res/res/drawable/ic_popup_sync_5.png b/core/res/res/drawable/ic_popup_sync_5.png Binary files differnew file mode 100644 index 0000000..65d87c4 --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync_5.png diff --git a/core/res/res/drawable/ic_popup_sync_6.png b/core/res/res/drawable/ic_popup_sync_6.png Binary files differnew file mode 100644 index 0000000..2015c88 --- /dev/null +++ b/core/res/res/drawable/ic_popup_sync_6.png diff --git a/core/res/res/drawable/ic_power.png b/core/res/res/drawable/ic_power.png Binary files differnew file mode 100755 index 0000000..cfdf422 --- /dev/null +++ b/core/res/res/drawable/ic_power.png diff --git a/core/res/res/drawable/ic_search_category_default.png b/core/res/res/drawable/ic_search_category_default.png Binary files differnew file mode 100755 index 0000000..7eea584 --- /dev/null +++ b/core/res/res/drawable/ic_search_category_default.png diff --git a/core/res/res/drawable/ic_secure.png b/core/res/res/drawable/ic_secure.png Binary files differnew file mode 100644 index 0000000..4f15fc4 --- /dev/null +++ b/core/res/res/drawable/ic_secure.png diff --git a/core/res/res/drawable/ic_settings_indicator_next_page.png b/core/res/res/drawable/ic_settings_indicator_next_page.png Binary files differnew file mode 100755 index 0000000..c30e6e4 --- /dev/null +++ b/core/res/res/drawable/ic_settings_indicator_next_page.png diff --git a/core/res/res/drawable/ic_text_dot.png b/core/res/res/drawable/ic_text_dot.png Binary files differnew file mode 100755 index 0000000..bb02379 --- /dev/null +++ b/core/res/res/drawable/ic_text_dot.png diff --git a/core/res/res/drawable/ic_vibrate.png b/core/res/res/drawable/ic_vibrate.png Binary files differnew file mode 100755 index 0000000..eb24e50 --- /dev/null +++ b/core/res/res/drawable/ic_vibrate.png diff --git a/core/res/res/drawable/ic_volume.png b/core/res/res/drawable/ic_volume.png Binary files differnew file mode 100755 index 0000000..cee70f0 --- /dev/null +++ b/core/res/res/drawable/ic_volume.png diff --git a/core/res/res/drawable/ic_volume_off.png b/core/res/res/drawable/ic_volume_off.png Binary files differnew file mode 100644 index 0000000..f3850fc --- /dev/null +++ b/core/res/res/drawable/ic_volume_off.png diff --git a/core/res/res/drawable/ic_volume_off_small.png b/core/res/res/drawable/ic_volume_off_small.png Binary files differnew file mode 100755 index 0000000..ae55bd6 --- /dev/null +++ b/core/res/res/drawable/ic_volume_off_small.png diff --git a/core/res/res/drawable/ic_volume_small.png b/core/res/res/drawable/ic_volume_small.png Binary files differnew file mode 100755 index 0000000..00a4f89 --- /dev/null +++ b/core/res/res/drawable/ic_volume_small.png diff --git a/core/res/res/drawable/icon_highlight_rectangle.9.png b/core/res/res/drawable/icon_highlight_rectangle.9.png Binary files differnew file mode 100644 index 0000000..3dafde3 --- /dev/null +++ b/core/res/res/drawable/icon_highlight_rectangle.9.png diff --git a/core/res/res/drawable/icon_highlight_square.9.png b/core/res/res/drawable/icon_highlight_square.9.png Binary files differnew file mode 100644 index 0000000..a93a3f8 --- /dev/null +++ b/core/res/res/drawable/icon_highlight_square.9.png diff --git a/core/res/res/drawable/indicator_check_mark_dark.xml b/core/res/res/drawable/indicator_check_mark_dark.xml new file mode 100644 index 0000000..9713cc4 --- /dev/null +++ b/core/res/res/drawable/indicator_check_mark_dark.xml @@ -0,0 +1,28 @@ +<?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_checked="true" + android:drawable="@drawable/ic_check_mark_dark" /> + + <item android:state_checked="false" + android:drawable="@color/transparent" /> + + <item + android:drawable="@drawable/ic_check_mark_dark" /> + +</selector> diff --git a/core/res/res/drawable/indicator_check_mark_light.xml b/core/res/res/drawable/indicator_check_mark_light.xml new file mode 100644 index 0000000..e0129e9 --- /dev/null +++ b/core/res/res/drawable/indicator_check_mark_light.xml @@ -0,0 +1,28 @@ +<?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_checked="true" + android:drawable="@drawable/ic_check_mark_light" /> + + <item android:state_checked="false" + android:drawable="@color/transparent" /> + + <item + android:drawable="@drawable/ic_check_mark_light" /> + +</selector> diff --git a/core/res/res/drawable/indicator_code_lock_drag_direction_green_up.png b/core/res/res/drawable/indicator_code_lock_drag_direction_green_up.png Binary files differnew file mode 100644 index 0000000..ef91dc4 --- /dev/null +++ b/core/res/res/drawable/indicator_code_lock_drag_direction_green_up.png diff --git a/core/res/res/drawable/indicator_code_lock_drag_direction_red_up.png b/core/res/res/drawable/indicator_code_lock_drag_direction_red_up.png Binary files differnew file mode 100644 index 0000000..f3d4204 --- /dev/null +++ b/core/res/res/drawable/indicator_code_lock_drag_direction_red_up.png diff --git a/core/res/res/drawable/indicator_code_lock_point_area_default.png b/core/res/res/drawable/indicator_code_lock_point_area_default.png Binary files differnew file mode 100755 index 0000000..4e88b37 --- /dev/null +++ b/core/res/res/drawable/indicator_code_lock_point_area_default.png diff --git a/core/res/res/drawable/indicator_code_lock_point_area_green.png b/core/res/res/drawable/indicator_code_lock_point_area_green.png Binary files differnew file mode 100755 index 0000000..8020846 --- /dev/null +++ b/core/res/res/drawable/indicator_code_lock_point_area_green.png diff --git a/core/res/res/drawable/indicator_code_lock_point_area_red.png b/core/res/res/drawable/indicator_code_lock_point_area_red.png Binary files differnew file mode 100755 index 0000000..b7aee1ba --- /dev/null +++ b/core/res/res/drawable/indicator_code_lock_point_area_red.png diff --git a/core/res/res/drawable/indicator_input_error.png b/core/res/res/drawable/indicator_input_error.png Binary files differnew file mode 100755 index 0000000..ee60165 --- /dev/null +++ b/core/res/res/drawable/indicator_input_error.png diff --git a/core/res/res/drawable/indicator_show_current_selected_dark.png b/core/res/res/drawable/indicator_show_current_selected_dark.png Binary files differnew file mode 100755 index 0000000..9c77920 --- /dev/null +++ b/core/res/res/drawable/indicator_show_current_selected_dark.png diff --git a/core/res/res/drawable/list_highlight.xml b/core/res/res/drawable/list_highlight.xml new file mode 100644 index 0000000..132c1ca --- /dev/null +++ b/core/res/res/drawable/list_highlight.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/list_highlight.xml +** +** 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_window_focused="true" android:drawable="@drawable/list_highlight_active" /> + <item android:state_window_focused="false" android:drawable="@drawable/list_highlight_inactive" /> +</selector> diff --git a/core/res/res/drawable/list_highlight_active.xml b/core/res/res/drawable/list_highlight_active.xml new file mode 100644 index 0000000..9e13a96 --- /dev/null +++ b/core/res/res/drawable/list_highlight_active.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/list_highlight_active.xml +** +** 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. +*/ +--> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <gradient android:startColor="#FFFFFFFF" android:endColor="#A8EFC123" + android:angle="270"/> + <stroke android:width="1dp" android:color="#FFE3AE00"/> + <corners android:radius="0dp"/> + <padding android:left="6dp" android:top="2dp" + android:right="6dp" android:bottom="2dp" /> +</shape> diff --git a/core/res/res/drawable/list_highlight_inactive.xml b/core/res/res/drawable/list_highlight_inactive.xml new file mode 100644 index 0000000..b258ea6 --- /dev/null +++ b/core/res/res/drawable/list_highlight_inactive.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/list_highlight_inactive.xml +** +** 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. +*/ +--> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <gradient android:startColor="#10f3d465" android:endColor="#00000000" + android:angle="270"/> + <stroke android:width="1dp" android:color="#FFE3AE00"/> + <corners android:radius="0dp"/> + <padding android:left="6dp" android:top="2dp" + android:right="6dp" android:bottom="2dp" /> +</shape> diff --git a/core/res/res/drawable/list_selector_background.xml b/core/res/res/drawable/list_selector_background.xml new file mode 100644 index 0000000..bca996c --- /dev/null +++ b/core/res/res/drawable/list_selector_background.xml @@ -0,0 +1,37 @@ +<?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:drawable="@color/transparent" /> + + <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> + <item android:state_focused="true" android:state_enabled="false" + android:state_pressed="true" + android:drawable="@drawable/list_selector_background_disabled" /> + <item android:state_focused="true" android:state_enabled="false" + android:drawable="@drawable/list_selector_background_disabled" /> + + <item android:state_focused="true" android:state_pressed="true" + android:drawable="@drawable/list_selector_background_transition" /> + <item android:state_focused="false" android:state_pressed="true" + android:drawable="@drawable/list_selector_background_transition" /> + + <item android:state_focused="true" + android:drawable="@drawable/list_selector_background_focus" /> + +</selector> diff --git a/core/res/res/drawable/list_selector_background_disabled.9.png b/core/res/res/drawable/list_selector_background_disabled.9.png Binary files differnew file mode 100644 index 0000000..bf970b0 --- /dev/null +++ b/core/res/res/drawable/list_selector_background_disabled.9.png diff --git a/core/res/res/drawable/list_selector_background_focus.9.png b/core/res/res/drawable/list_selector_background_focus.9.png Binary files differnew file mode 100644 index 0000000..c3e2415 --- /dev/null +++ b/core/res/res/drawable/list_selector_background_focus.9.png diff --git a/core/res/res/drawable/list_selector_background_longpress.9.png b/core/res/res/drawable/list_selector_background_longpress.9.png Binary files differnew file mode 100644 index 0000000..5cbb251 --- /dev/null +++ b/core/res/res/drawable/list_selector_background_longpress.9.png diff --git a/core/res/res/drawable/list_selector_background_pressed.9.png b/core/res/res/drawable/list_selector_background_pressed.9.png Binary files differnew file mode 100644 index 0000000..02b4e9a --- /dev/null +++ b/core/res/res/drawable/list_selector_background_pressed.9.png diff --git a/core/res/res/drawable/list_selector_background_transition.xml b/core/res/res/drawable/list_selector_background_transition.xml new file mode 100644 index 0000000..695f0c7 --- /dev/null +++ b/core/res/res/drawable/list_selector_background_transition.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="@android:drawable/list_selector_background_pressed" /> + <item android:drawable="@android:drawable/list_selector_background_longpress" /> +</transition> diff --git a/core/res/res/drawable/load_average_background.xml b/core/res/res/drawable/load_average_background.xml new file mode 100644 index 0000000..584e4f5 --- /dev/null +++ b/core/res/res/drawable/load_average_background.xml @@ -0,0 +1,20 @@ +<?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. +--> + +<color xmlns:android="http://schemas.android.com/apk/res/android" value="#a0000000"> + <padding left="1" top="1" right="1" bottom="1" /> +</color> + diff --git a/core/res/res/drawable/loading_tile.png b/core/res/res/drawable/loading_tile.png Binary files differnew file mode 100644 index 0000000..f5a80c9 --- /dev/null +++ b/core/res/res/drawable/loading_tile.png diff --git a/core/res/res/drawable/lock_asset.png b/core/res/res/drawable/lock_asset.png Binary files differnew file mode 100644 index 0000000..5d52537 --- /dev/null +++ b/core/res/res/drawable/lock_asset.png diff --git a/core/res/res/drawable/maps_google_logo.png b/core/res/res/drawable/maps_google_logo.png Binary files differnew file mode 100644 index 0000000..1374aaa --- /dev/null +++ b/core/res/res/drawable/maps_google_logo.png diff --git a/core/res/res/drawable/media_button_background.xml b/core/res/res/drawable/media_button_background.xml new file mode 100644 index 0000000..ebf8c495 --- /dev/null +++ b/core/res/res/drawable/media_button_background.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/assets/res/any/drawable/button_background.xml +** +** Copyright 2006, 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_focused="true" android:state_pressed="false" android:state_enabled="true" + android:drawable="@drawable/btn_media_player_selected" /> + <item android:state_enabled="true" android:state_pressed="true" android:drawable="@drawable/btn_media_player_pressed" /> + <item android:state_enabled="true" android:state_focused="false" android:state_pressed="false" + android:drawable="@drawable/btn_media_player" /> + <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/btn_media_player_disabled_selected" /> + <item android:state_focused="false" android:state_enabled="false" android:drawable="@drawable/btn_media_player_disabled" /> + <item android:drawable="@drawable/btn_media_player" /> +</selector> diff --git a/core/res/res/drawable/menu_background.9.png b/core/res/res/drawable/menu_background.9.png Binary files differnew file mode 100644 index 0000000..e7266b2 --- /dev/null +++ b/core/res/res/drawable/menu_background.9.png diff --git a/core/res/res/drawable/menu_background_fill_parent_width.9.png b/core/res/res/drawable/menu_background_fill_parent_width.9.png Binary files differnew file mode 100644 index 0000000..d368983 --- /dev/null +++ b/core/res/res/drawable/menu_background_fill_parent_width.9.png diff --git a/core/res/res/drawable/menu_selector.xml b/core/res/res/drawable/menu_selector.xml new file mode 100644 index 0000000..96f80ae --- /dev/null +++ b/core/res/res/drawable/menu_selector.xml @@ -0,0 +1,44 @@ +<?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:state_enabled="true" + android:drawable="@drawable/highlight_pressed" /> + + <item + android:state_selected="true" + android:state_enabled="false" + android:drawable="@drawable/highlight_disabled" /> + + <item + android:state_selected="true" + android:state_enabled="true" + android:drawable="@drawable/highlight_selected" /> + + <item + android:state_focused="true" + android:state_enabled="false" + android:drawable="@drawable/highlight_disabled" /> + + <item + android:state_focused="true" + android:state_enabled="true" + android:drawable="@drawable/highlight_selected" /> + +</selector> diff --git a/core/res/res/drawable/menu_separator.9.png b/core/res/res/drawable/menu_separator.9.png Binary files differnew file mode 100644 index 0000000..8a1a336 --- /dev/null +++ b/core/res/res/drawable/menu_separator.9.png diff --git a/core/res/res/drawable/menu_submenu_background.9.png b/core/res/res/drawable/menu_submenu_background.9.png Binary files differnew file mode 100644 index 0000000..a153532 --- /dev/null +++ b/core/res/res/drawable/menu_submenu_background.9.png diff --git a/core/res/res/drawable/menuitem_background.xml b/core/res/res/drawable/menuitem_background.xml new file mode 100644 index 0000000..6e07efc --- /dev/null +++ b/core/res/res/drawable/menuitem_background.xml @@ -0,0 +1,24 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="true" android:state_pressed="true" + android:drawable="@drawable/menuitem_background_pressed" /> + <item android:state_focused="false" android:state_pressed="true" + android:drawable="@drawable/menuitem_background_pressed" /> + <item android:state_focused="true" + android:drawable="@drawable/menuitem_background_focus" /> +</selector> diff --git a/core/res/res/drawable/menuitem_background_focus.9.png b/core/res/res/drawable/menuitem_background_focus.9.png Binary files differnew file mode 100644 index 0000000..c3e2415 --- /dev/null +++ b/core/res/res/drawable/menuitem_background_focus.9.png diff --git a/core/res/res/drawable/menuitem_background_pressed.9.png b/core/res/res/drawable/menuitem_background_pressed.9.png Binary files differnew file mode 100644 index 0000000..02b4e9a --- /dev/null +++ b/core/res/res/drawable/menuitem_background_pressed.9.png diff --git a/core/res/res/drawable/menuitem_background_solid.xml b/core/res/res/drawable/menuitem_background_solid.xml new file mode 100644 index 0000000..be46645 --- /dev/null +++ b/core/res/res/drawable/menuitem_background_solid.xml @@ -0,0 +1,24 @@ +<?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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/menuitem_background_solid_focused" /> + <item android:state_focused="true" android:state_pressed="true" + android:drawable="@drawable/menuitem_background_solid_pressed" /> + <item android:state_focused="false" android:state_pressed="true" + android:drawable="@drawable/menuitem_background_solid_pressed" /> +</selector> diff --git a/core/res/res/drawable/menuitem_background_solid_focused.9.png b/core/res/res/drawable/menuitem_background_solid_focused.9.png Binary files differnew file mode 100644 index 0000000..99dd9b1 --- /dev/null +++ b/core/res/res/drawable/menuitem_background_solid_focused.9.png diff --git a/core/res/res/drawable/menuitem_background_solid_pressed.9.png b/core/res/res/drawable/menuitem_background_solid_pressed.9.png Binary files differnew file mode 100644 index 0000000..389063a --- /dev/null +++ b/core/res/res/drawable/menuitem_background_solid_pressed.9.png diff --git a/core/res/res/drawable/menuitem_checkbox.xml b/core/res/res/drawable/menuitem_checkbox.xml new file mode 100644 index 0000000..8f6ffc0 --- /dev/null +++ b/core/res/res/drawable/menuitem_checkbox.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/checkbox.xml +** +** 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" android:constantSize="true"> + <item android:state_checked="true" + android:drawable="@drawable/menuitem_checkbox_on" /> +</selector> + diff --git a/core/res/res/drawable/menuitem_checkbox_on.png b/core/res/res/drawable/menuitem_checkbox_on.png Binary files differnew file mode 100644 index 0000000..bd8ff93 --- /dev/null +++ b/core/res/res/drawable/menuitem_checkbox_on.png diff --git a/core/res/res/drawable/no_tile_128.png b/core/res/res/drawable/no_tile_128.png Binary files differnew file mode 100644 index 0000000..a9b007d --- /dev/null +++ b/core/res/res/drawable/no_tile_128.png diff --git a/core/res/res/drawable/padlock.png b/core/res/res/drawable/padlock.png Binary files differnew file mode 100644 index 0000000..558340b --- /dev/null +++ b/core/res/res/drawable/padlock.png diff --git a/core/res/res/drawable/panel_background.9.png b/core/res/res/drawable/panel_background.9.png Binary files differnew file mode 100644 index 0000000..2305be4 --- /dev/null +++ b/core/res/res/drawable/panel_background.9.png diff --git a/core/res/res/drawable/panel_picture_frame_background.xml b/core/res/res/drawable/panel_picture_frame_background.xml new file mode 100644 index 0000000..f588106 --- /dev/null +++ b/core/res/res/drawable/panel_picture_frame_background.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/assets/res/any/drawable/panel_picture_frame_background.xml +** +** Copyright 2006, 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_focused="true" android:drawable="@drawable/panel_picture_frame_bg_focus_blue" /> + <item android:state_pressed="true" android:drawable="@drawable/panel_picture_frame_bg_pressed_blue" /> + <item android:drawable="@drawable/panel_picture_frame_bg_normal" /> +</selector> diff --git a/core/res/res/drawable/panel_picture_frame_bg_disabled.9.png b/core/res/res/drawable/panel_picture_frame_bg_disabled.9.png Binary files differnew file mode 100644 index 0000000..786b361 --- /dev/null +++ b/core/res/res/drawable/panel_picture_frame_bg_disabled.9.png diff --git a/core/res/res/drawable/panel_picture_frame_bg_focus_blue.9.png b/core/res/res/drawable/panel_picture_frame_bg_focus_blue.9.png Binary files differnew file mode 100644 index 0000000..7ebdbe5 --- /dev/null +++ b/core/res/res/drawable/panel_picture_frame_bg_focus_blue.9.png diff --git a/core/res/res/drawable/panel_picture_frame_bg_normal.9.png b/core/res/res/drawable/panel_picture_frame_bg_normal.9.png Binary files differnew file mode 100644 index 0000000..fd17d09 --- /dev/null +++ b/core/res/res/drawable/panel_picture_frame_bg_normal.9.png diff --git a/core/res/res/drawable/panel_picture_frame_bg_pressed_blue.9.png b/core/res/res/drawable/panel_picture_frame_bg_pressed_blue.9.png Binary files differnew file mode 100644 index 0000000..7bb0216 --- /dev/null +++ b/core/res/res/drawable/panel_picture_frame_bg_pressed_blue.9.png diff --git a/core/res/res/drawable/panel_separator.9.png b/core/res/res/drawable/panel_separator.9.png Binary files differnew file mode 100644 index 0000000..0c07bf8 --- /dev/null +++ b/core/res/res/drawable/panel_separator.9.png diff --git a/core/res/res/drawable/pickerbox.xml b/core/res/res/drawable/pickerbox.xml new file mode 100644 index 0000000..9cb2436 --- /dev/null +++ b/core/res/res/drawable/pickerbox.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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/pickerbox_selected" /> + <item android:drawable="@drawable/pickerbox_unselected" /> +</selector> + diff --git a/core/res/res/drawable/pickerbox_background.png b/core/res/res/drawable/pickerbox_background.png Binary files differnew file mode 100644 index 0000000..6494cd8 --- /dev/null +++ b/core/res/res/drawable/pickerbox_background.png diff --git a/core/res/res/drawable/pickerbox_divider.png b/core/res/res/drawable/pickerbox_divider.png Binary files differnew file mode 100644 index 0000000..2e82f66 --- /dev/null +++ b/core/res/res/drawable/pickerbox_divider.png diff --git a/core/res/res/drawable/pickerbox_selected.9.png b/core/res/res/drawable/pickerbox_selected.9.png Binary files differnew file mode 100644 index 0000000..d986a31 --- /dev/null +++ b/core/res/res/drawable/pickerbox_selected.9.png diff --git a/core/res/res/drawable/pickerbox_unselected.9.png b/core/res/res/drawable/pickerbox_unselected.9.png Binary files differnew file mode 100644 index 0000000..27ec6b9 --- /dev/null +++ b/core/res/res/drawable/pickerbox_unselected.9.png diff --git a/core/res/res/drawable/picture_emergency.png b/core/res/res/drawable/picture_emergency.png Binary files differnew file mode 100644 index 0000000..3690b07 --- /dev/null +++ b/core/res/res/drawable/picture_emergency.png diff --git a/core/res/res/drawable/picture_frame.9.png b/core/res/res/drawable/picture_frame.9.png Binary files differnew file mode 100644 index 0000000..ba71570 --- /dev/null +++ b/core/res/res/drawable/picture_frame.9.png diff --git a/core/res/res/drawable/popup_bottom_bright.9.png b/core/res/res/drawable/popup_bottom_bright.9.png Binary files differnew file mode 100644 index 0000000..e8e203b --- /dev/null +++ b/core/res/res/drawable/popup_bottom_bright.9.png diff --git a/core/res/res/drawable/popup_bottom_dark.9.png b/core/res/res/drawable/popup_bottom_dark.9.png Binary files differnew file mode 100644 index 0000000..76a2a7f --- /dev/null +++ b/core/res/res/drawable/popup_bottom_dark.9.png diff --git a/core/res/res/drawable/popup_bottom_medium.9.png b/core/res/res/drawable/popup_bottom_medium.9.png Binary files differnew file mode 100755 index 0000000..dee6d6b --- /dev/null +++ b/core/res/res/drawable/popup_bottom_medium.9.png diff --git a/core/res/res/drawable/popup_center_bright.9.png b/core/res/res/drawable/popup_center_bright.9.png Binary files differnew file mode 100644 index 0000000..c817338 --- /dev/null +++ b/core/res/res/drawable/popup_center_bright.9.png diff --git a/core/res/res/drawable/popup_center_dark.9.png b/core/res/res/drawable/popup_center_dark.9.png Binary files differnew file mode 100644 index 0000000..79ffdaa --- /dev/null +++ b/core/res/res/drawable/popup_center_dark.9.png diff --git a/core/res/res/drawable/popup_center_medium.9.png b/core/res/res/drawable/popup_center_medium.9.png Binary files differnew file mode 100755 index 0000000..ba2e9bf --- /dev/null +++ b/core/res/res/drawable/popup_center_medium.9.png diff --git a/core/res/res/drawable/popup_divider_horizontal_dark.9.png b/core/res/res/drawable/popup_divider_horizontal_dark.9.png Binary files differnew file mode 100644 index 0000000..b69619b --- /dev/null +++ b/core/res/res/drawable/popup_divider_horizontal_dark.9.png diff --git a/core/res/res/drawable/popup_full_bright.9.png b/core/res/res/drawable/popup_full_bright.9.png Binary files differnew file mode 100644 index 0000000..d33ff2b --- /dev/null +++ b/core/res/res/drawable/popup_full_bright.9.png diff --git a/core/res/res/drawable/popup_full_dark.9.png b/core/res/res/drawable/popup_full_dark.9.png Binary files differnew file mode 100644 index 0000000..2305be4 --- /dev/null +++ b/core/res/res/drawable/popup_full_dark.9.png diff --git a/core/res/res/drawable/popup_inline_error.9.png b/core/res/res/drawable/popup_inline_error.9.png Binary files differnew file mode 100755 index 0000000..6a8297a --- /dev/null +++ b/core/res/res/drawable/popup_inline_error.9.png diff --git a/core/res/res/drawable/popup_top_bright.9.png b/core/res/res/drawable/popup_top_bright.9.png Binary files differnew file mode 100644 index 0000000..727a948 --- /dev/null +++ b/core/res/res/drawable/popup_top_bright.9.png diff --git a/core/res/res/drawable/popup_top_dark.9.png b/core/res/res/drawable/popup_top_dark.9.png Binary files differnew file mode 100644 index 0000000..af511f2 --- /dev/null +++ b/core/res/res/drawable/popup_top_dark.9.png diff --git a/core/res/res/drawable/presence_away.png b/core/res/res/drawable/presence_away.png Binary files differnew file mode 100644 index 0000000..a539ec7 --- /dev/null +++ b/core/res/res/drawable/presence_away.png diff --git a/core/res/res/drawable/presence_busy.png b/core/res/res/drawable/presence_busy.png Binary files differnew file mode 100644 index 0000000..1e3f547 --- /dev/null +++ b/core/res/res/drawable/presence_busy.png diff --git a/core/res/res/drawable/presence_invisible.png b/core/res/res/drawable/presence_invisible.png Binary files differnew file mode 100644 index 0000000..fb86cf1 --- /dev/null +++ b/core/res/res/drawable/presence_invisible.png diff --git a/core/res/res/drawable/presence_offline.png b/core/res/res/drawable/presence_offline.png Binary files differnew file mode 100644 index 0000000..da54fe7 --- /dev/null +++ b/core/res/res/drawable/presence_offline.png diff --git a/core/res/res/drawable/presence_online.png b/core/res/res/drawable/presence_online.png Binary files differnew file mode 100644 index 0000000..879a762 --- /dev/null +++ b/core/res/res/drawable/presence_online.png diff --git a/core/res/res/drawable/pressed_application_background_static.png b/core/res/res/drawable/pressed_application_background_static.png Binary files differnew file mode 100644 index 0000000..070f6fd --- /dev/null +++ b/core/res/res/drawable/pressed_application_background_static.png diff --git a/core/res/res/drawable/progress.xml b/core/res/res/drawable/progress.xml new file mode 100644 index 0000000..d270520 --- /dev/null +++ b/core/res/res/drawable/progress.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/progress.xml +** +** 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. +*/ +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@android:drawable/progress_circular_background" /> + <item> + <shape android:shape="ring" + android:innerRadiusRatio="3.4" + android:thicknessRatio="6.0"> + <gradient + android:useLevel="true" + android:type="sweep" + android:startColor="#ff000000" + android:endColor="#ffffffff" /> + </shape> + </item> + <item> + <rotate + android:pivotX="50%" android:pivotY="50%" + android:fromDegrees="0" android:toDegrees="360" + android:drawable="@android:drawable/progress_particle" /> + </item> +</layer-list> diff --git a/core/res/res/drawable/progress_circular_background.png b/core/res/res/drawable/progress_circular_background.png Binary files differnew file mode 100644 index 0000000..7c637fd --- /dev/null +++ b/core/res/res/drawable/progress_circular_background.png diff --git a/core/res/res/drawable/progress_circular_background_small.png b/core/res/res/drawable/progress_circular_background_small.png Binary files differnew file mode 100644 index 0000000..6b8ba9b --- /dev/null +++ b/core/res/res/drawable/progress_circular_background_small.png diff --git a/core/res/res/drawable/progress_circular_indeterminate.png b/core/res/res/drawable/progress_circular_indeterminate.png Binary files differnew file mode 100644 index 0000000..125a264 --- /dev/null +++ b/core/res/res/drawable/progress_circular_indeterminate.png diff --git a/core/res/res/drawable/progress_circular_indeterminate_small.png b/core/res/res/drawable/progress_circular_indeterminate_small.png Binary files differnew file mode 100644 index 0000000..15418cb --- /dev/null +++ b/core/res/res/drawable/progress_circular_indeterminate_small.png diff --git a/core/res/res/drawable/progress_frame.9.png b/core/res/res/drawable/progress_frame.9.png Binary files differnew file mode 100644 index 0000000..70bd484 --- /dev/null +++ b/core/res/res/drawable/progress_frame.9.png diff --git a/core/res/res/drawable/progress_horizontal.xml b/core/res/res/drawable/progress_horizontal.xml new file mode 100644 index 0000000..57d8589 --- /dev/null +++ b/core/res/res/drawable/progress_horizontal.xml @@ -0,0 +1,63 @@ +<?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. +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:id="@android:id/background"> + <shape> + <corners android:radius="5dip" /> + <gradient + android:startColor="#ff9d9e9d" + android:centerColor="#ff5a5d5a" + android:centerY="0.75" + android:endColor="#ff747674" + android:angle="270" + /> + </shape> + </item> + + <item android:id="@android:id/secondaryProgress"> + <clip> + <shape> + <corners android:radius="5dip" /> + <gradient + android:startColor="#80ffd300" + android:centerColor="#80ffb600" + android:centerY="0.75" + android:endColor="#a0ffcb00" + android:angle="270" + /> + </shape> + </clip> + </item> + + <item android:id="@android:id/progress"> + <clip> + <shape> + <corners android:radius="5dip" /> + <gradient + android:startColor="#ffffd300" + android:centerColor="#ffffb600" + android:centerY="0.75" + android:endColor="#ffffcb00" + android:angle="270" + /> + </shape> + </clip> + </item> + +</layer-list> + diff --git a/core/res/res/drawable/progress_indeterminate.xml b/core/res/res/drawable/progress_indeterminate.xml new file mode 100644 index 0000000..1bf715e --- /dev/null +++ b/core/res/res/drawable/progress_indeterminate.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/progress.xml +** +** 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. +*/ +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:drawable="@android:drawable/progress_circular_background" /> + + <item><rotate + android:pivotX="50%" + android:pivotY="50%" + android:fromDegrees="0" + android:toDegrees="360" + android:drawable="@android:drawable/progress_circular_indeterminate" /> + </item> +</layer-list> diff --git a/core/res/res/drawable/progress_indeterminate_horizontal.xml b/core/res/res/drawable/progress_indeterminate_horizontal.xml new file mode 100644 index 0000000..66ed1f2 --- /dev/null +++ b/core/res/res/drawable/progress_indeterminate_horizontal.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/ic_popup_sync.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. +*/ +--> +<animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/progressbar_indeterminate1" android:duration="200" /> + <item android:drawable="@drawable/progressbar_indeterminate2" android:duration="200" /> + <item android:drawable="@drawable/progressbar_indeterminate3" android:duration="200" /> +</animation-list> diff --git a/core/res/res/drawable/progress_indeterminate_small.xml b/core/res/res/drawable/progress_indeterminate_small.xml new file mode 100644 index 0000000..a55fe35 --- /dev/null +++ b/core/res/res/drawable/progress_indeterminate_small.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/progress.xml +** +** 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. +*/ +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:drawable="@android:drawable/progress_circular_background_small" /> + + <item><rotate + android:pivotX="50%" + android:pivotY="50%" + android:fromDegrees="0" + android:toDegrees="360" + android:drawable="@android:drawable/progress_circular_indeterminate_small" /> + </item> +</layer-list> diff --git a/core/res/res/drawable/progress_inner.9.png b/core/res/res/drawable/progress_inner.9.png Binary files differnew file mode 100644 index 0000000..1db9b65 --- /dev/null +++ b/core/res/res/drawable/progress_inner.9.png diff --git a/core/res/res/drawable/progress_large.xml b/core/res/res/drawable/progress_large.xml new file mode 100644 index 0000000..4669104 --- /dev/null +++ b/core/res/res/drawable/progress_large.xml @@ -0,0 +1,45 @@ +<?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. +--> + + +<rotate xmlns:android="http://schemas.android.com/apk/res/android" + android:pivotX="50%" android:pivotY="50%" + android:fromDegrees="0" android:toDegrees="360"> + + <shape + android:shape="ring" + android:innerRadiusRatio="3" + android:thicknessRatio="8" + android:useLevel="false"> + + <size + android:width="76dip" + android:height="76dip" + /> + + <gradient + android:type="sweep" + android:useLevel="false" + android:startColor="#4c737373" + android:centerColor="#4c737373" + android:centerY="0.50" + android:endColor="#ffffd300" + /> + + </shape> + +</rotate> + diff --git a/core/res/res/drawable/progress_medium.xml b/core/res/res/drawable/progress_medium.xml new file mode 100644 index 0000000..92aebb5 --- /dev/null +++ b/core/res/res/drawable/progress_medium.xml @@ -0,0 +1,43 @@ +<?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. +--> + +<rotate xmlns:android="http://schemas.android.com/apk/res/android" + android:pivotX="50%" android:pivotY="50%" + android:fromDegrees="0" android:toDegrees="360"> + + <shape + android:shape="ring" + android:innerRadiusRatio="3" + android:thicknessRatio="8" + android:useLevel="false"> + + <size + android:width="48dip" + android:height="48dip" + /> + + <gradient + android:type="sweep" + android:useLevel="false" + android:startColor="#4c737373" + android:centerColor="#4c737373" + android:centerY="0.50" + android:endColor="#ffffd300" + /> + + </shape> + +</rotate> diff --git a/core/res/res/drawable/progress_particle.png b/core/res/res/drawable/progress_particle.png Binary files differnew file mode 100644 index 0000000..9160108 --- /dev/null +++ b/core/res/res/drawable/progress_particle.png diff --git a/core/res/res/drawable/progress_particle_small.png b/core/res/res/drawable/progress_particle_small.png Binary files differnew file mode 100644 index 0000000..397d8ac --- /dev/null +++ b/core/res/res/drawable/progress_particle_small.png diff --git a/core/res/res/drawable/progress_small.xml b/core/res/res/drawable/progress_small.xml new file mode 100644 index 0000000..e5b0021 --- /dev/null +++ b/core/res/res/drawable/progress_small.xml @@ -0,0 +1,45 @@ +<?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. +--> + + +<rotate xmlns:android="http://schemas.android.com/apk/res/android" + android:pivotX="50%" android:pivotY="50%" + android:fromDegrees="0" android:toDegrees="360"> + + <!-- An extra pixel is added on both ratios for stroke --> + <shape + android:shape="ring" + android:innerRadiusRatio="3.2" + android:thicknessRatio="5.333" + android:useLevel="false"> + + <size + android:width="16dip" + android:height="16dip" + /> + + <gradient + android:type="sweep" + android:useLevel="false" + android:startColor="#4c737373" + android:centerColor="#4c737373" + android:centerY="0.50" + android:endColor="#ffffd300" + /> + + </shape> + +</rotate> diff --git a/core/res/res/drawable/progress_small_titlebar.xml b/core/res/res/drawable/progress_small_titlebar.xml new file mode 100644 index 0000000..cf8e41c --- /dev/null +++ b/core/res/res/drawable/progress_small_titlebar.xml @@ -0,0 +1,45 @@ +<?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. +--> + + +<rotate xmlns:android="http://schemas.android.com/apk/res/android" + android:pivotX="50%" android:pivotY="50%" + android:fromDegrees="0" android:toDegrees="360"> + + <!-- An extra pixel is added on both ratios for stroke --> + <shape + android:shape="ring" + android:innerRadiusRatio="3.2" + android:thicknessRatio="5.333" + android:useLevel="false"> + + <size + android:width="16dip" + android:height="16dip" + /> + + <gradient + android:type="sweep" + android:useLevel="false" + android:startColor="#ff666666" + android:centerColor="#ff666666" + android:centerY="0.50" + android:endColor="#ffffd300" + /> + + </shape> + +</rotate> diff --git a/core/res/res/drawable/progressbar_indeterminate1.png b/core/res/res/drawable/progressbar_indeterminate1.png Binary files differnew file mode 100644 index 0000000..5eddb30 --- /dev/null +++ b/core/res/res/drawable/progressbar_indeterminate1.png diff --git a/core/res/res/drawable/progressbar_indeterminate2.png b/core/res/res/drawable/progressbar_indeterminate2.png Binary files differnew file mode 100644 index 0000000..4ca3a63 --- /dev/null +++ b/core/res/res/drawable/progressbar_indeterminate2.png diff --git a/core/res/res/drawable/progressbar_indeterminate3.png b/core/res/res/drawable/progressbar_indeterminate3.png Binary files differnew file mode 100644 index 0000000..da8e601 --- /dev/null +++ b/core/res/res/drawable/progressbar_indeterminate3.png diff --git a/core/res/res/drawable/radiobutton.xml b/core/res/res/drawable/radiobutton.xml new file mode 100644 index 0000000..a72c825 --- /dev/null +++ b/core/res/res/drawable/radiobutton.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/radiobutton.xml +** +** 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_checked="false" android:state_focused="true" + android:drawable="@drawable/radiobutton_off_background_focus_yellow" /> + <item android:state_checked="true" android:state_focused="true" + android:drawable="@drawable/radiobutton_on_background_focus_yellow" /> + <item android:state_checked="false" android:drawable="@drawable/radiobutton_off_background" /> + <item android:state_checked="true" android:drawable="@drawable/radiobutton_on_background" /> +</selector> diff --git a/core/res/res/drawable/radiobutton_background.xml b/core/res/res/drawable/radiobutton_background.xml new file mode 100644 index 0000000..948a141 --- /dev/null +++ b/core/res/res/drawable/radiobutton_background.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/radiobutton_background.xml +** +** 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:drawable="@drawable/radiobutton_label_background" /> +</selector> diff --git a/core/res/res/drawable/radiobutton_label_background.9.png b/core/res/res/drawable/radiobutton_label_background.9.png Binary files differnew file mode 100644 index 0000000..e6af4b0 --- /dev/null +++ b/core/res/res/drawable/radiobutton_label_background.9.png diff --git a/core/res/res/drawable/radiobutton_off_background.png b/core/res/res/drawable/radiobutton_off_background.png Binary files differnew file mode 100644 index 0000000..1b94e21 --- /dev/null +++ b/core/res/res/drawable/radiobutton_off_background.png diff --git a/core/res/res/drawable/radiobutton_off_background_focus_yellow.png b/core/res/res/drawable/radiobutton_off_background_focus_yellow.png Binary files differnew file mode 100644 index 0000000..1a092e3 --- /dev/null +++ b/core/res/res/drawable/radiobutton_off_background_focus_yellow.png diff --git a/core/res/res/drawable/radiobutton_on_background.png b/core/res/res/drawable/radiobutton_on_background.png Binary files differnew file mode 100644 index 0000000..636a803 --- /dev/null +++ b/core/res/res/drawable/radiobutton_on_background.png diff --git a/core/res/res/drawable/radiobutton_on_background_focus_yellow.png b/core/res/res/drawable/radiobutton_on_background_focus_yellow.png Binary files differnew file mode 100644 index 0000000..aa59771 --- /dev/null +++ b/core/res/res/drawable/radiobutton_on_background_focus_yellow.png diff --git a/core/res/res/drawable/rate_star_big_half.png b/core/res/res/drawable/rate_star_big_half.png Binary files differnew file mode 100644 index 0000000..e73ca79 --- /dev/null +++ b/core/res/res/drawable/rate_star_big_half.png diff --git a/core/res/res/drawable/rate_star_big_off.png b/core/res/res/drawable/rate_star_big_off.png Binary files differnew file mode 100644 index 0000000..b4dfa9d --- /dev/null +++ b/core/res/res/drawable/rate_star_big_off.png diff --git a/core/res/res/drawable/rate_star_big_on.png b/core/res/res/drawable/rate_star_big_on.png Binary files differnew file mode 100644 index 0000000..7442c93 --- /dev/null +++ b/core/res/res/drawable/rate_star_big_on.png diff --git a/core/res/res/drawable/rate_star_small_half.png b/core/res/res/drawable/rate_star_small_half.png Binary files differnew file mode 100644 index 0000000..a81449b --- /dev/null +++ b/core/res/res/drawable/rate_star_small_half.png diff --git a/core/res/res/drawable/rate_star_small_off.png b/core/res/res/drawable/rate_star_small_off.png Binary files differnew file mode 100644 index 0000000..618766f --- /dev/null +++ b/core/res/res/drawable/rate_star_small_off.png diff --git a/core/res/res/drawable/rate_star_small_on.png b/core/res/res/drawable/rate_star_small_on.png Binary files differnew file mode 100644 index 0000000..74e3280 --- /dev/null +++ b/core/res/res/drawable/rate_star_small_on.png diff --git a/core/res/res/drawable/ratingbar.xml b/core/res/res/drawable/ratingbar.xml new file mode 100644 index 0000000..2be391f --- /dev/null +++ b/core/res/res/drawable/ratingbar.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. +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+android:id/background" android:drawable="@android:drawable/rate_star_big_off" /> + <item android:id="@+android:id/secondaryProgress" android:drawable="@android:drawable/rate_star_big_half" /> + <item android:id="@+android:id/progress" android:drawable="@android:drawable/rate_star_big_on" /> +</layer-list> + diff --git a/core/res/res/drawable/ratingbar_full.xml b/core/res/res/drawable/ratingbar_full.xml new file mode 100644 index 0000000..875b0ff --- /dev/null +++ b/core/res/res/drawable/ratingbar_full.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. +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+android:id/background" android:drawable="@android:drawable/btn_rating_star_off_normal" /> + <item android:id="@+android:id/secondaryProgress" android:drawable="@android:drawable/btn_rating_star_off_normal" /> + <item android:id="@+android:id/progress" android:drawable="@android:drawable/btn_rating_star_on_normal" /> +</layer-list> + diff --git a/core/res/res/drawable/ratingbar_small.xml b/core/res/res/drawable/ratingbar_small.xml new file mode 100644 index 0000000..6095c61 --- /dev/null +++ b/core/res/res/drawable/ratingbar_small.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. +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+android:id/background" android:drawable="@android:drawable/rate_star_small_off" /> + <item android:id="@+android:id/secondaryProgress" android:drawable="@android:drawable/rate_star_small_half" /> + <item android:id="@+android:id/progress" android:drawable="@android:drawable/rate_star_small_on" /> +</layer-list> + diff --git a/core/res/res/drawable/reticle.png b/core/res/res/drawable/reticle.png Binary files differnew file mode 100644 index 0000000..c6ccf8e --- /dev/null +++ b/core/res/res/drawable/reticle.png diff --git a/core/res/res/drawable/screen_progress.xml b/core/res/res/drawable/screen_progress.xml new file mode 100644 index 0000000..aed23a6 --- /dev/null +++ b/core/res/res/drawable/screen_progress.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/progress.xml +** +** 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. +*/ +--> + +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@android:drawable/screen_progress_frame" /> + <item> + <scale scaleWidth="100%" scaleGravity="0x3" drawable="@android:drawable/screen_progress_inner" /> + </item> +</layer-list> + diff --git a/core/res/res/drawable/screen_progress_frame.9.png b/core/res/res/drawable/screen_progress_frame.9.png Binary files differnew file mode 100644 index 0000000..0e92429 --- /dev/null +++ b/core/res/res/drawable/screen_progress_frame.9.png diff --git a/core/res/res/drawable/screen_progress_inner.9.png b/core/res/res/drawable/screen_progress_inner.9.png Binary files differnew file mode 100644 index 0000000..1799a53 --- /dev/null +++ b/core/res/res/drawable/screen_progress_inner.9.png diff --git a/core/res/res/drawable/screen_title_background.9.png b/core/res/res/drawable/screen_title_background.9.png Binary files differnew file mode 100644 index 0000000..fed37b8 --- /dev/null +++ b/core/res/res/drawable/screen_title_background.9.png diff --git a/core/res/res/drawable/scroll_thumb_horz.9.png b/core/res/res/drawable/scroll_thumb_horz.9.png Binary files differnew file mode 100644 index 0000000..5c7db1a --- /dev/null +++ b/core/res/res/drawable/scroll_thumb_horz.9.png diff --git a/core/res/res/drawable/scroll_thumb_vert.9.png b/core/res/res/drawable/scroll_thumb_vert.9.png Binary files differnew file mode 100644 index 0000000..ef660c3 --- /dev/null +++ b/core/res/res/drawable/scroll_thumb_vert.9.png diff --git a/core/res/res/drawable/scrollbar.9.png b/core/res/res/drawable/scrollbar.9.png Binary files differnew file mode 100644 index 0000000..6e2268b --- /dev/null +++ b/core/res/res/drawable/scrollbar.9.png diff --git a/core/res/res/drawable/scrollbar_handle_accelerated_anim2.9.png b/core/res/res/drawable/scrollbar_handle_accelerated_anim2.9.png Binary files differnew file mode 100755 index 0000000..d96cb3f --- /dev/null +++ b/core/res/res/drawable/scrollbar_handle_accelerated_anim2.9.png diff --git a/core/res/res/drawable/scrollbar_handle_horizontal.9.png b/core/res/res/drawable/scrollbar_handle_horizontal.9.png Binary files differnew file mode 100755 index 0000000..f333733 --- /dev/null +++ b/core/res/res/drawable/scrollbar_handle_horizontal.9.png diff --git a/core/res/res/drawable/scrollbar_handle_vertical.9.png b/core/res/res/drawable/scrollbar_handle_vertical.9.png Binary files differnew file mode 100755 index 0000000..ff08295 --- /dev/null +++ b/core/res/res/drawable/scrollbar_handle_vertical.9.png diff --git a/core/res/res/drawable/scrollbar_horizontal.9.png b/core/res/res/drawable/scrollbar_horizontal.9.png Binary files differnew file mode 100644 index 0000000..40faa82 --- /dev/null +++ b/core/res/res/drawable/scrollbar_horizontal.9.png diff --git a/core/res/res/drawable/scrollbar_vertical.9.png b/core/res/res/drawable/scrollbar_vertical.9.png Binary files differnew file mode 100755 index 0000000..08f5ca9 --- /dev/null +++ b/core/res/res/drawable/scrollbar_vertical.9.png diff --git a/core/res/res/drawable/search_plate.9.png b/core/res/res/drawable/search_plate.9.png Binary files differnew file mode 100755 index 0000000..8c42f10 --- /dev/null +++ b/core/res/res/drawable/search_plate.9.png diff --git a/core/res/res/drawable/seek_thumb.png b/core/res/res/drawable/seek_thumb.png Binary files differnew file mode 100644 index 0000000..dbaae91 --- /dev/null +++ b/core/res/res/drawable/seek_thumb.png diff --git a/core/res/res/drawable/settings_header.xml b/core/res/res/drawable/settings_header.xml new file mode 100644 index 0000000..c820319 --- /dev/null +++ b/core/res/res/drawable/settings_header.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. +--> + +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/settings_header_raw" + android:dither="true" +/> diff --git a/core/res/res/drawable/settings_header_raw.9.png b/core/res/res/drawable/settings_header_raw.9.png Binary files differnew file mode 100644 index 0000000..6b8134d --- /dev/null +++ b/core/res/res/drawable/settings_header_raw.9.png diff --git a/core/res/res/drawable/spinner_background.xml b/core/res/res/drawable/spinner_background.xml new file mode 100644 index 0000000..458b3a9 --- /dev/null +++ b/core/res/res/drawable/spinner_background.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/spinner_press" /> + <item android:state_pressed="false" android:state_focused="true" + android:drawable="@drawable/spinner_select" /> + <item android:drawable="@drawable/spinner_normal" /> +</selector> diff --git a/core/res/res/drawable/spinner_dropdown_background.xml b/core/res/res/drawable/spinner_dropdown_background.xml new file mode 100644 index 0000000..9c37286 --- /dev/null +++ b/core/res/res/drawable/spinner_dropdown_background.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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_above_anchor="true" + android:drawable="@drawable/spinner_dropdown_background_up" /> + <item android:drawable="@drawable/spinner_dropdown_background_down" /> +</selector> + diff --git a/core/res/res/drawable/spinner_dropdown_background_down.9.png b/core/res/res/drawable/spinner_dropdown_background_down.9.png Binary files differnew file mode 100644 index 0000000..0a5e4c8 --- /dev/null +++ b/core/res/res/drawable/spinner_dropdown_background_down.9.png diff --git a/core/res/res/drawable/spinner_dropdown_background_up.9.png b/core/res/res/drawable/spinner_dropdown_background_up.9.png Binary files differnew file mode 100644 index 0000000..240a982 --- /dev/null +++ b/core/res/res/drawable/spinner_dropdown_background_up.9.png diff --git a/core/res/res/drawable/spinner_normal.9.png b/core/res/res/drawable/spinner_normal.9.png Binary files differnew file mode 100644 index 0000000..e0bab34 --- /dev/null +++ b/core/res/res/drawable/spinner_normal.9.png diff --git a/core/res/res/drawable/spinner_press.9.png b/core/res/res/drawable/spinner_press.9.png Binary files differnew file mode 100644 index 0000000..a51c7ad --- /dev/null +++ b/core/res/res/drawable/spinner_press.9.png diff --git a/core/res/res/drawable/spinner_select.9.png b/core/res/res/drawable/spinner_select.9.png Binary files differnew file mode 100644 index 0000000..1bb19be --- /dev/null +++ b/core/res/res/drawable/spinner_select.9.png diff --git a/core/res/res/drawable/spinnerbox_arrow_first.9.png b/core/res/res/drawable/spinnerbox_arrow_first.9.png Binary files differnew file mode 100644 index 0000000..d8e268d --- /dev/null +++ b/core/res/res/drawable/spinnerbox_arrow_first.9.png diff --git a/core/res/res/drawable/spinnerbox_arrow_last.9.png b/core/res/res/drawable/spinnerbox_arrow_last.9.png Binary files differnew file mode 100644 index 0000000..087e650 --- /dev/null +++ b/core/res/res/drawable/spinnerbox_arrow_last.9.png diff --git a/core/res/res/drawable/spinnerbox_arrow_middle.9.png b/core/res/res/drawable/spinnerbox_arrow_middle.9.png Binary files differnew file mode 100644 index 0000000..f1f2ff5 --- /dev/null +++ b/core/res/res/drawable/spinnerbox_arrow_middle.9.png diff --git a/core/res/res/drawable/spinnerbox_arrow_single.9.png b/core/res/res/drawable/spinnerbox_arrow_single.9.png Binary files differnew file mode 100644 index 0000000..f537b3b --- /dev/null +++ b/core/res/res/drawable/spinnerbox_arrow_single.9.png diff --git a/core/res/res/drawable/spinnerbox_arrows.xml b/core/res/res/drawable/spinnerbox_arrows.xml new file mode 100644 index 0000000..276a0f0 --- /dev/null +++ b/core/res/res/drawable/spinnerbox_arrows.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/spinnerbox_arrows.xml +** +** 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_single="true" android:drawable="@drawable/spinnerbox_arrow_single" /> + <item android:state_first="true" android:drawable="@drawable/spinnerbox_arrow_first" /> + <item android:state_last="true" android:drawable="@drawable/spinnerbox_arrow_last" /> + <item android:state_middle="true" android:drawable="@drawable/spinnerbox_arrow_middle" /> + <item android:state_pressed="true" android:drawable="@drawable/spinnerbox_arrow_single" /> +</selector> diff --git a/core/res/res/drawable/spinnerbox_background_focus_yellow.9.png b/core/res/res/drawable/spinnerbox_background_focus_yellow.9.png Binary files differnew file mode 100644 index 0000000..f1b8692 --- /dev/null +++ b/core/res/res/drawable/spinnerbox_background_focus_yellow.9.png diff --git a/core/res/res/drawable/spinnerbox_background_normal.9.png b/core/res/res/drawable/spinnerbox_background_normal.9.png Binary files differnew file mode 100644 index 0000000..c64de3c --- /dev/null +++ b/core/res/res/drawable/spinnerbox_background_normal.9.png diff --git a/core/res/res/drawable/spinnerbox_background_pressed_yellow.9.png b/core/res/res/drawable/spinnerbox_background_pressed_yellow.9.png Binary files differnew file mode 100644 index 0000000..984d2b8 --- /dev/null +++ b/core/res/res/drawable/spinnerbox_background_pressed_yellow.9.png diff --git a/core/res/res/drawable/star_big_off.png b/core/res/res/drawable/star_big_off.png Binary files differnew file mode 100644 index 0000000..34ab4ab --- /dev/null +++ b/core/res/res/drawable/star_big_off.png diff --git a/core/res/res/drawable/star_big_on.png b/core/res/res/drawable/star_big_on.png Binary files differnew file mode 100644 index 0000000..7aaf2bc --- /dev/null +++ b/core/res/res/drawable/star_big_on.png diff --git a/core/res/res/drawable/star_off.png b/core/res/res/drawable/star_off.png Binary files differnew file mode 100644 index 0000000..ada53fc --- /dev/null +++ b/core/res/res/drawable/star_off.png diff --git a/core/res/res/drawable/star_on.png b/core/res/res/drawable/star_on.png Binary files differnew file mode 100644 index 0000000..49a57b6 --- /dev/null +++ b/core/res/res/drawable/star_on.png diff --git a/core/res/res/drawable/starting_frame.9.png b/core/res/res/drawable/starting_frame.9.png Binary files differnew file mode 100644 index 0000000..4b2b78c --- /dev/null +++ b/core/res/res/drawable/starting_frame.9.png diff --git a/core/res/res/drawable/stat_notify_alarm.png b/core/res/res/drawable/stat_notify_alarm.png Binary files differnew file mode 100644 index 0000000..1b01b85 --- /dev/null +++ b/core/res/res/drawable/stat_notify_alarm.png diff --git a/core/res/res/drawable/stat_notify_browser.png b/core/res/res/drawable/stat_notify_browser.png Binary files differnew file mode 100644 index 0000000..f08534b --- /dev/null +++ b/core/res/res/drawable/stat_notify_browser.png diff --git a/core/res/res/drawable/stat_notify_calibrate_compass.png b/core/res/res/drawable/stat_notify_calibrate_compass.png Binary files differnew file mode 100755 index 0000000..28bd386 --- /dev/null +++ b/core/res/res/drawable/stat_notify_calibrate_compass.png diff --git a/core/res/res/drawable/stat_notify_call_mute.png b/core/res/res/drawable/stat_notify_call_mute.png Binary files differnew file mode 100644 index 0000000..6da8313 --- /dev/null +++ b/core/res/res/drawable/stat_notify_call_mute.png diff --git a/core/res/res/drawable/stat_notify_chat.png b/core/res/res/drawable/stat_notify_chat.png Binary files differnew file mode 100644 index 0000000..238f043 --- /dev/null +++ b/core/res/res/drawable/stat_notify_chat.png diff --git a/core/res/res/drawable/stat_notify_disk_full.png b/core/res/res/drawable/stat_notify_disk_full.png Binary files differnew file mode 100755 index 0000000..9120f00 --- /dev/null +++ b/core/res/res/drawable/stat_notify_disk_full.png diff --git a/core/res/res/drawable/stat_notify_error.png b/core/res/res/drawable/stat_notify_error.png Binary files differnew file mode 100644 index 0000000..6ced2b7 --- /dev/null +++ b/core/res/res/drawable/stat_notify_error.png diff --git a/core/res/res/drawable/stat_notify_missed_call.png b/core/res/res/drawable/stat_notify_missed_call.png Binary files differnew file mode 100644 index 0000000..fe746b3 --- /dev/null +++ b/core/res/res/drawable/stat_notify_missed_call.png diff --git a/core/res/res/drawable/stat_notify_more.png b/core/res/res/drawable/stat_notify_more.png Binary files differnew file mode 100644 index 0000000..e129ba9 --- /dev/null +++ b/core/res/res/drawable/stat_notify_more.png diff --git a/core/res/res/drawable/stat_notify_sdcard.png b/core/res/res/drawable/stat_notify_sdcard.png Binary files differnew file mode 100644 index 0000000..aaf1f74 --- /dev/null +++ b/core/res/res/drawable/stat_notify_sdcard.png diff --git a/core/res/res/drawable/stat_notify_sdcard_usb.png b/core/res/res/drawable/stat_notify_sdcard_usb.png Binary files differnew file mode 100644 index 0000000..8bc6661 --- /dev/null +++ b/core/res/res/drawable/stat_notify_sdcard_usb.png diff --git a/core/res/res/drawable/stat_notify_sim_toolkit.png b/core/res/res/drawable/stat_notify_sim_toolkit.png Binary files differnew file mode 100755 index 0000000..c1ce8f2 --- /dev/null +++ b/core/res/res/drawable/stat_notify_sim_toolkit.png diff --git a/core/res/res/drawable/stat_notify_sync.png b/core/res/res/drawable/stat_notify_sync.png Binary files differnew file mode 100644 index 0000000..0edf692 --- /dev/null +++ b/core/res/res/drawable/stat_notify_sync.png diff --git a/core/res/res/drawable/stat_notify_sync_anim0.png b/core/res/res/drawable/stat_notify_sync_anim0.png Binary files differnew file mode 100644 index 0000000..0edf692 --- /dev/null +++ b/core/res/res/drawable/stat_notify_sync_anim0.png diff --git a/core/res/res/drawable/stat_notify_sync_error.png b/core/res/res/drawable/stat_notify_sync_error.png Binary files differnew file mode 100644 index 0000000..3078b8c --- /dev/null +++ b/core/res/res/drawable/stat_notify_sync_error.png diff --git a/core/res/res/drawable/stat_notify_voicemail.png b/core/res/res/drawable/stat_notify_voicemail.png Binary files differnew file mode 100644 index 0000000..658fa05 --- /dev/null +++ b/core/res/res/drawable/stat_notify_voicemail.png diff --git a/core/res/res/drawable/stat_notify_wifi_in_range.png b/core/res/res/drawable/stat_notify_wifi_in_range.png Binary files differnew file mode 100644 index 0000000..e9c74b4 --- /dev/null +++ b/core/res/res/drawable/stat_notify_wifi_in_range.png diff --git a/core/res/res/drawable/stat_notify_xmpp.png b/core/res/res/drawable/stat_notify_xmpp.png Binary files differnew file mode 100644 index 0000000..dc79203 --- /dev/null +++ b/core/res/res/drawable/stat_notify_xmpp.png diff --git a/core/res/res/drawable/stat_sys_battery.xml b/core/res/res/drawable/stat_sys_battery.xml new file mode 100644 index 0000000..968595d --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/stat_sys_battery.xml +** +** 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. +*/ +--> + +<level-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:maxLevel="4" android:drawable="@android:drawable/stat_sys_battery_0" /> + <item android:maxLevel="14" android:drawable="@android:drawable/stat_sys_battery_10" /> + <item android:maxLevel="29" android:drawable="@android:drawable/stat_sys_battery_20" /> + <item android:maxLevel="49" android:drawable="@android:drawable/stat_sys_battery_40" /> + <item android:maxLevel="69" android:drawable="@android:drawable/stat_sys_battery_60" /> + <item android:maxLevel="89" android:drawable="@android:drawable/stat_sys_battery_80" /> + <item android:maxLevel="100" android:drawable="@android:drawable/stat_sys_battery_100" /> +</level-list> + diff --git a/core/res/res/drawable/stat_sys_battery_0.png b/core/res/res/drawable/stat_sys_battery_0.png Binary files differnew file mode 100644 index 0000000..4a5e99e --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_0.png diff --git a/core/res/res/drawable/stat_sys_battery_10.png b/core/res/res/drawable/stat_sys_battery_10.png Binary files differnew file mode 100755 index 0000000..b789f23 --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_10.png diff --git a/core/res/res/drawable/stat_sys_battery_100.png b/core/res/res/drawable/stat_sys_battery_100.png Binary files differnew file mode 100644 index 0000000..d280aeb --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_100.png diff --git a/core/res/res/drawable/stat_sys_battery_20.png b/core/res/res/drawable/stat_sys_battery_20.png Binary files differnew file mode 100644 index 0000000..009a9fd --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_20.png diff --git a/core/res/res/drawable/stat_sys_battery_40.png b/core/res/res/drawable/stat_sys_battery_40.png Binary files differnew file mode 100644 index 0000000..15b57f4 --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_40.png diff --git a/core/res/res/drawable/stat_sys_battery_60.png b/core/res/res/drawable/stat_sys_battery_60.png Binary files differnew file mode 100644 index 0000000..21078fd --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_60.png diff --git a/core/res/res/drawable/stat_sys_battery_80.png b/core/res/res/drawable/stat_sys_battery_80.png Binary files differnew file mode 100644 index 0000000..9268f7b --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_80.png diff --git a/core/res/res/drawable/stat_sys_battery_charge.xml b/core/res/res/drawable/stat_sys_battery_charge.xml new file mode 100644 index 0000000..92d7c4f --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/stat_sys_battery.xml +** +** 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. +*/ +--> + +<level-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:maxLevel="14"> + <animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_battery_charge_anim0" android:duration="2000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim1" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim2" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim3" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim5" android:duration="1000" /> + </animation-list> + </item> + <item android:maxLevel="29"> + <animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_battery_charge_anim1" android:duration="2000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim2" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim3" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim5" android:duration="1000" /> + </animation-list> + </item> + <item android:maxLevel="49"> + <animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_battery_charge_anim2" android:duration="2000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim3" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim5" android:duration="1000" /> + </animation-list> + </item> + <item android:maxLevel="69"> + <animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_battery_charge_anim3" android:duration="2000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="1000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim5" android:duration="1000" /> + </animation-list> + </item> + <item android:maxLevel="89"> + <animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="2000" /> + <item android:drawable="@drawable/stat_sys_battery_charge_anim5" android:duration="1000" /> + </animation-list> + </item> + <item android:maxLevel="101" android:drawable="@drawable/stat_sys_battery_charge_anim5" /> +</level-list> + diff --git a/core/res/res/drawable/stat_sys_battery_charge_anim0.png b/core/res/res/drawable/stat_sys_battery_charge_anim0.png Binary files differnew file mode 100644 index 0000000..ff3cabd --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge_anim0.png diff --git a/core/res/res/drawable/stat_sys_battery_charge_anim1.png b/core/res/res/drawable/stat_sys_battery_charge_anim1.png Binary files differnew file mode 100644 index 0000000..b563701 --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge_anim1.png diff --git a/core/res/res/drawable/stat_sys_battery_charge_anim2.png b/core/res/res/drawable/stat_sys_battery_charge_anim2.png Binary files differnew file mode 100644 index 0000000..904989e --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge_anim2.png diff --git a/core/res/res/drawable/stat_sys_battery_charge_anim3.png b/core/res/res/drawable/stat_sys_battery_charge_anim3.png Binary files differnew file mode 100644 index 0000000..ba011c9 --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge_anim3.png diff --git a/core/res/res/drawable/stat_sys_battery_charge_anim4.png b/core/res/res/drawable/stat_sys_battery_charge_anim4.png Binary files differnew file mode 100644 index 0000000..4f1c485 --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge_anim4.png diff --git a/core/res/res/drawable/stat_sys_battery_charge_anim5.png b/core/res/res/drawable/stat_sys_battery_charge_anim5.png Binary files differnew file mode 100644 index 0000000..4d3396d --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_charge_anim5.png diff --git a/core/res/res/drawable/stat_sys_battery_unknown.png b/core/res/res/drawable/stat_sys_battery_unknown.png Binary files differnew file mode 100644 index 0000000..ed72ebf --- /dev/null +++ b/core/res/res/drawable/stat_sys_battery_unknown.png diff --git a/core/res/res/drawable/stat_sys_data_bluetooth.png b/core/res/res/drawable/stat_sys_data_bluetooth.png Binary files differnew file mode 100644 index 0000000..7a8b78f --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_bluetooth.png diff --git a/core/res/res/drawable/stat_sys_data_bluetooth_connected.png b/core/res/res/drawable/stat_sys_data_bluetooth_connected.png Binary files differnew file mode 100755 index 0000000..f09b83b --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_bluetooth_connected.png diff --git a/core/res/res/drawable/stat_sys_data_connected_3g.png b/core/res/res/drawable/stat_sys_data_connected_3g.png Binary files differnew file mode 100644 index 0000000..a109280 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_connected_3g.png diff --git a/core/res/res/drawable/stat_sys_data_connected_e.png b/core/res/res/drawable/stat_sys_data_connected_e.png Binary files differnew file mode 100644 index 0000000..c552644 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_connected_e.png diff --git a/core/res/res/drawable/stat_sys_data_connected_g.png b/core/res/res/drawable/stat_sys_data_connected_g.png Binary files differnew file mode 100644 index 0000000..f7edb49 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_connected_g.png diff --git a/core/res/res/drawable/stat_sys_data_in_3g.png b/core/res/res/drawable/stat_sys_data_in_3g.png Binary files differnew file mode 100644 index 0000000..01b003c --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_in_3g.png diff --git a/core/res/res/drawable/stat_sys_data_in_e.png b/core/res/res/drawable/stat_sys_data_in_e.png Binary files differnew file mode 100644 index 0000000..bffa0eb --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_in_e.png diff --git a/core/res/res/drawable/stat_sys_data_in_g.png b/core/res/res/drawable/stat_sys_data_in_g.png Binary files differnew file mode 100644 index 0000000..8884b48 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_in_g.png diff --git a/core/res/res/drawable/stat_sys_data_inandout_3g.png b/core/res/res/drawable/stat_sys_data_inandout_3g.png Binary files differnew file mode 100644 index 0000000..3651300 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_inandout_3g.png diff --git a/core/res/res/drawable/stat_sys_data_inandout_e.png b/core/res/res/drawable/stat_sys_data_inandout_e.png Binary files differnew file mode 100644 index 0000000..99533e0 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_inandout_e.png diff --git a/core/res/res/drawable/stat_sys_data_inandout_g.png b/core/res/res/drawable/stat_sys_data_inandout_g.png Binary files differnew file mode 100644 index 0000000..f4e5a12 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_inandout_g.png diff --git a/core/res/res/drawable/stat_sys_data_out_3g.png b/core/res/res/drawable/stat_sys_data_out_3g.png Binary files differnew file mode 100644 index 0000000..f7f0f89 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_out_3g.png diff --git a/core/res/res/drawable/stat_sys_data_out_e.png b/core/res/res/drawable/stat_sys_data_out_e.png Binary files differnew file mode 100644 index 0000000..c915426 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_out_e.png diff --git a/core/res/res/drawable/stat_sys_data_out_g.png b/core/res/res/drawable/stat_sys_data_out_g.png Binary files differnew file mode 100644 index 0000000..5d36035 --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_out_g.png diff --git a/core/res/res/drawable/stat_sys_data_usb.png b/core/res/res/drawable/stat_sys_data_usb.png Binary files differnew file mode 100644 index 0000000..2d0da4c --- /dev/null +++ b/core/res/res/drawable/stat_sys_data_usb.png diff --git a/core/res/res/drawable/stat_sys_download.xml b/core/res/res/drawable/stat_sys_download.xml new file mode 100644 index 0000000..77ecf85 --- /dev/null +++ b/core/res/res/drawable/stat_sys_download.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/status_icon_background.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. +*/ +--> +<animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_download_anim0" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_download_anim1" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_download_anim2" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_download_anim3" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_download_anim4" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_download_anim5" android:duration="200" /> +</animation-list> + diff --git a/core/res/res/drawable/stat_sys_download_anim0.png b/core/res/res/drawable/stat_sys_download_anim0.png Binary files differnew file mode 100755 index 0000000..69b95cd --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_anim0.png diff --git a/core/res/res/drawable/stat_sys_download_anim1.png b/core/res/res/drawable/stat_sys_download_anim1.png Binary files differnew file mode 100755 index 0000000..1e18eb5 --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_anim1.png diff --git a/core/res/res/drawable/stat_sys_download_anim2.png b/core/res/res/drawable/stat_sys_download_anim2.png Binary files differnew file mode 100755 index 0000000..d7f2312 --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_anim2.png diff --git a/core/res/res/drawable/stat_sys_download_anim3.png b/core/res/res/drawable/stat_sys_download_anim3.png Binary files differnew file mode 100755 index 0000000..83f8d0f --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_anim3.png diff --git a/core/res/res/drawable/stat_sys_download_anim4.png b/core/res/res/drawable/stat_sys_download_anim4.png Binary files differnew file mode 100755 index 0000000..9c1bd47 --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_anim4.png diff --git a/core/res/res/drawable/stat_sys_download_anim5.png b/core/res/res/drawable/stat_sys_download_anim5.png Binary files differnew file mode 100755 index 0000000..3a81164 --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_anim5.png diff --git a/core/res/res/drawable/stat_sys_gps_acquiring.png b/core/res/res/drawable/stat_sys_gps_acquiring.png Binary files differnew file mode 100644 index 0000000..31bc94e --- /dev/null +++ b/core/res/res/drawable/stat_sys_gps_acquiring.png diff --git a/core/res/res/drawable/stat_sys_gps_acquiring_anim.xml b/core/res/res/drawable/stat_sys_gps_acquiring_anim.xml new file mode 100644 index 0000000..954c19c --- /dev/null +++ b/core/res/res/drawable/stat_sys_gps_acquiring_anim.xml @@ -0,0 +1,25 @@ +<?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. +*/ +--> +<animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_gps_acquiring" android:duration="500" /> + <item android:drawable="@drawable/stat_sys_gps_on" android:duration="500" /> +</animation-list> diff --git a/core/res/res/drawable/stat_sys_gps_on.png b/core/res/res/drawable/stat_sys_gps_on.png Binary files differnew file mode 100755 index 0000000..a2c677d --- /dev/null +++ b/core/res/res/drawable/stat_sys_gps_on.png diff --git a/core/res/res/drawable/stat_sys_headset.png b/core/res/res/drawable/stat_sys_headset.png Binary files differnew file mode 100644 index 0000000..45fbea2 --- /dev/null +++ b/core/res/res/drawable/stat_sys_headset.png diff --git a/core/res/res/drawable/stat_sys_no_sim.png b/core/res/res/drawable/stat_sys_no_sim.png Binary files differnew file mode 100644 index 0000000..2134d49 --- /dev/null +++ b/core/res/res/drawable/stat_sys_no_sim.png diff --git a/core/res/res/drawable/stat_sys_phone_call.png b/core/res/res/drawable/stat_sys_phone_call.png Binary files differnew file mode 100644 index 0000000..ad53693 --- /dev/null +++ b/core/res/res/drawable/stat_sys_phone_call.png diff --git a/core/res/res/drawable/stat_sys_phone_call_forward.png b/core/res/res/drawable/stat_sys_phone_call_forward.png Binary files differnew file mode 100755 index 0000000..ed4b6ec --- /dev/null +++ b/core/res/res/drawable/stat_sys_phone_call_forward.png diff --git a/core/res/res/drawable/stat_sys_phone_call_on_hold.png b/core/res/res/drawable/stat_sys_phone_call_on_hold.png Binary files differnew file mode 100644 index 0000000..9216447 --- /dev/null +++ b/core/res/res/drawable/stat_sys_phone_call_on_hold.png diff --git a/core/res/res/drawable/stat_sys_r_signal_0.png b/core/res/res/drawable/stat_sys_r_signal_0.png Binary files differnew file mode 100644 index 0000000..bfbf18e --- /dev/null +++ b/core/res/res/drawable/stat_sys_r_signal_0.png diff --git a/core/res/res/drawable/stat_sys_r_signal_1.png b/core/res/res/drawable/stat_sys_r_signal_1.png Binary files differnew file mode 100644 index 0000000..896ba4d --- /dev/null +++ b/core/res/res/drawable/stat_sys_r_signal_1.png diff --git a/core/res/res/drawable/stat_sys_r_signal_2.png b/core/res/res/drawable/stat_sys_r_signal_2.png Binary files differnew file mode 100644 index 0000000..af79eff --- /dev/null +++ b/core/res/res/drawable/stat_sys_r_signal_2.png diff --git a/core/res/res/drawable/stat_sys_r_signal_3.png b/core/res/res/drawable/stat_sys_r_signal_3.png Binary files differnew file mode 100644 index 0000000..92c09c8 --- /dev/null +++ b/core/res/res/drawable/stat_sys_r_signal_3.png diff --git a/core/res/res/drawable/stat_sys_r_signal_4.png b/core/res/res/drawable/stat_sys_r_signal_4.png Binary files differnew file mode 100644 index 0000000..f04fb11 --- /dev/null +++ b/core/res/res/drawable/stat_sys_r_signal_4.png diff --git a/core/res/res/drawable/stat_sys_ringer_silent.png b/core/res/res/drawable/stat_sys_ringer_silent.png Binary files differnew file mode 100644 index 0000000..d125ce5 --- /dev/null +++ b/core/res/res/drawable/stat_sys_ringer_silent.png diff --git a/core/res/res/drawable/stat_sys_ringer_vibrate.png b/core/res/res/drawable/stat_sys_ringer_vibrate.png Binary files differnew file mode 100644 index 0000000..665ca38 --- /dev/null +++ b/core/res/res/drawable/stat_sys_ringer_vibrate.png diff --git a/core/res/res/drawable/stat_sys_signal_0.png b/core/res/res/drawable/stat_sys_signal_0.png Binary files differnew file mode 100644 index 0000000..cb7b7b3 --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_0.png diff --git a/core/res/res/drawable/stat_sys_signal_1.png b/core/res/res/drawable/stat_sys_signal_1.png Binary files differnew file mode 100644 index 0000000..5376e92 --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_1.png diff --git a/core/res/res/drawable/stat_sys_signal_2.png b/core/res/res/drawable/stat_sys_signal_2.png Binary files differnew file mode 100644 index 0000000..fd54363 --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_2.png diff --git a/core/res/res/drawable/stat_sys_signal_3.png b/core/res/res/drawable/stat_sys_signal_3.png Binary files differnew file mode 100644 index 0000000..6c4873a --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_3.png diff --git a/core/res/res/drawable/stat_sys_signal_4.png b/core/res/res/drawable/stat_sys_signal_4.png Binary files differnew file mode 100644 index 0000000..a3320cb --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_4.png diff --git a/core/res/res/drawable/stat_sys_signal_flightmode.png b/core/res/res/drawable/stat_sys_signal_flightmode.png Binary files differnew file mode 100755 index 0000000..516ec2f --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_flightmode.png diff --git a/core/res/res/drawable/stat_sys_signal_null.png b/core/res/res/drawable/stat_sys_signal_null.png Binary files differnew file mode 100644 index 0000000..5aa23f6 --- /dev/null +++ b/core/res/res/drawable/stat_sys_signal_null.png diff --git a/core/res/res/drawable/stat_sys_speakerphone.png b/core/res/res/drawable/stat_sys_speakerphone.png Binary files differnew file mode 100644 index 0000000..642dfd4 --- /dev/null +++ b/core/res/res/drawable/stat_sys_speakerphone.png diff --git a/core/res/res/drawable/stat_sys_upload.xml b/core/res/res/drawable/stat_sys_upload.xml new file mode 100644 index 0000000..a9d9609 --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/status_icon_background.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. +*/ +--> +<animation-list + xmlns:android="http://schemas.android.com/apk/res/android" + android:oneshot="false"> + <item android:drawable="@drawable/stat_sys_upload_anim0" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_upload_anim1" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_upload_anim2" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_upload_anim3" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_upload_anim4" android:duration="200" /> + <item android:drawable="@drawable/stat_sys_upload_anim5" android:duration="200" /> +</animation-list> + diff --git a/core/res/res/drawable/stat_sys_upload_anim0.png b/core/res/res/drawable/stat_sys_upload_anim0.png Binary files differnew file mode 100755 index 0000000..b7a5978 --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload_anim0.png diff --git a/core/res/res/drawable/stat_sys_upload_anim1.png b/core/res/res/drawable/stat_sys_upload_anim1.png Binary files differnew file mode 100755 index 0000000..a203e15 --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload_anim1.png diff --git a/core/res/res/drawable/stat_sys_upload_anim2.png b/core/res/res/drawable/stat_sys_upload_anim2.png Binary files differnew file mode 100755 index 0000000..4af7630 --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload_anim2.png diff --git a/core/res/res/drawable/stat_sys_upload_anim3.png b/core/res/res/drawable/stat_sys_upload_anim3.png Binary files differnew file mode 100755 index 0000000..1dd76b1 --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload_anim3.png diff --git a/core/res/res/drawable/stat_sys_upload_anim4.png b/core/res/res/drawable/stat_sys_upload_anim4.png Binary files differnew file mode 100755 index 0000000..36c18bf --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload_anim4.png diff --git a/core/res/res/drawable/stat_sys_upload_anim5.png b/core/res/res/drawable/stat_sys_upload_anim5.png Binary files differnew file mode 100755 index 0000000..748331f --- /dev/null +++ b/core/res/res/drawable/stat_sys_upload_anim5.png diff --git a/core/res/res/drawable/stat_sys_warning.png b/core/res/res/drawable/stat_sys_warning.png Binary files differnew file mode 100644 index 0000000..be00f47 --- /dev/null +++ b/core/res/res/drawable/stat_sys_warning.png diff --git a/core/res/res/drawable/stat_sys_wifi_signal_0.png b/core/res/res/drawable/stat_sys_wifi_signal_0.png Binary files differnew file mode 100644 index 0000000..8ee3421 --- /dev/null +++ b/core/res/res/drawable/stat_sys_wifi_signal_0.png diff --git a/core/res/res/drawable/stat_sys_wifi_signal_1.png b/core/res/res/drawable/stat_sys_wifi_signal_1.png Binary files differnew file mode 100644 index 0000000..184fa36 --- /dev/null +++ b/core/res/res/drawable/stat_sys_wifi_signal_1.png diff --git a/core/res/res/drawable/stat_sys_wifi_signal_2.png b/core/res/res/drawable/stat_sys_wifi_signal_2.png Binary files differnew file mode 100644 index 0000000..79935bb --- /dev/null +++ b/core/res/res/drawable/stat_sys_wifi_signal_2.png diff --git a/core/res/res/drawable/stat_sys_wifi_signal_3.png b/core/res/res/drawable/stat_sys_wifi_signal_3.png Binary files differnew file mode 100644 index 0000000..d2099e6 --- /dev/null +++ b/core/res/res/drawable/stat_sys_wifi_signal_3.png diff --git a/core/res/res/drawable/stat_sys_wifi_signal_4.png b/core/res/res/drawable/stat_sys_wifi_signal_4.png Binary files differnew file mode 100644 index 0000000..2062aad --- /dev/null +++ b/core/res/res/drawable/stat_sys_wifi_signal_4.png diff --git a/core/res/res/drawable/status_bar_background.9.png b/core/res/res/drawable/status_bar_background.9.png Binary files differnew file mode 100644 index 0000000..fd754a8 --- /dev/null +++ b/core/res/res/drawable/status_bar_background.9.png diff --git a/core/res/res/drawable/status_bar_close_on.9.png b/core/res/res/drawable/status_bar_close_on.9.png Binary files differnew file mode 100644 index 0000000..e91e4fa --- /dev/null +++ b/core/res/res/drawable/status_bar_close_on.9.png diff --git a/core/res/res/drawable/status_bar_divider_shadow.9.png b/core/res/res/drawable/status_bar_divider_shadow.9.png Binary files differnew file mode 100644 index 0000000..ad58dbe --- /dev/null +++ b/core/res/res/drawable/status_bar_divider_shadow.9.png diff --git a/core/res/res/drawable/status_bar_item_app_background.xml b/core/res/res/drawable/status_bar_item_app_background.xml new file mode 100644 index 0000000..4f6f605 --- /dev/null +++ b/core/res/res/drawable/status_bar_item_app_background.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/status_bar_item_background_pressed" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/status_bar_item_background_focus" /> + <item android:drawable="@drawable/status_bar_item_app_background_normal" /> +</selector> diff --git a/core/res/res/drawable/status_bar_item_app_background_normal.9.png b/core/res/res/drawable/status_bar_item_app_background_normal.9.png Binary files differnew file mode 100644 index 0000000..c079615 --- /dev/null +++ b/core/res/res/drawable/status_bar_item_app_background_normal.9.png diff --git a/core/res/res/drawable/status_bar_item_background.xml b/core/res/res/drawable/status_bar_item_background.xml new file mode 100644 index 0000000..088389b --- /dev/null +++ b/core/res/res/drawable/status_bar_item_background.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/status_bar_item_background_pressed" /> + <item android:state_focused="true" android:state_pressed="false" + android:drawable="@drawable/status_bar_item_background_focus" /> + <item android:drawable="@drawable/status_bar_item_background_normal" /> +</selector> diff --git a/core/res/res/drawable/status_bar_item_background_focus.9.png b/core/res/res/drawable/status_bar_item_background_focus.9.png Binary files differnew file mode 100644 index 0000000..c3e2415 --- /dev/null +++ b/core/res/res/drawable/status_bar_item_background_focus.9.png diff --git a/core/res/res/drawable/status_bar_item_background_normal.9.png b/core/res/res/drawable/status_bar_item_background_normal.9.png Binary files differnew file mode 100644 index 0000000..6b76740 --- /dev/null +++ b/core/res/res/drawable/status_bar_item_background_normal.9.png diff --git a/core/res/res/drawable/status_bar_item_background_pressed.9.png b/core/res/res/drawable/status_bar_item_background_pressed.9.png Binary files differnew file mode 100644 index 0000000..02b4e9a --- /dev/null +++ b/core/res/res/drawable/status_bar_item_background_pressed.9.png diff --git a/core/res/res/drawable/status_bar_item_clear_background.9.png b/core/res/res/drawable/status_bar_item_clear_background.9.png Binary files differnew file mode 100644 index 0000000..e3036e6 --- /dev/null +++ b/core/res/res/drawable/status_bar_item_clear_background.9.png diff --git a/core/res/res/drawable/status_bar_shadow_bar.9.png b/core/res/res/drawable/status_bar_shadow_bar.9.png Binary files differnew file mode 100644 index 0000000..9c4463c --- /dev/null +++ b/core/res/res/drawable/status_bar_shadow_bar.9.png diff --git a/core/res/res/drawable/status_icon_background.xml b/core/res/res/drawable/status_icon_background.xml new file mode 100644 index 0000000..9846165 --- /dev/null +++ b/core/res/res/drawable/status_icon_background.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/status_icon_background.xml +** +** 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_selected="true" android:drawable="@drawable/icon_highlight_rectangle" /> + <item android:drawable="@color/transparent" /> +</selector> diff --git a/core/res/res/drawable/statusbar_background.png b/core/res/res/drawable/statusbar_background.png Binary files differnew file mode 100644 index 0000000..6af7329 --- /dev/null +++ b/core/res/res/drawable/statusbar_background.png diff --git a/core/res/res/drawable/sub_menu_bottom_bright.9.png b/core/res/res/drawable/sub_menu_bottom_bright.9.png Binary files differnew file mode 100644 index 0000000..ce93435 --- /dev/null +++ b/core/res/res/drawable/sub_menu_bottom_bright.9.png diff --git a/core/res/res/drawable/sub_menu_top_dark.9.png b/core/res/res/drawable/sub_menu_top_dark.9.png Binary files differnew file mode 100644 index 0000000..9e82fe9 --- /dev/null +++ b/core/res/res/drawable/sub_menu_top_dark.9.png diff --git a/core/res/res/drawable/submenu_arrow.xml b/core/res/res/drawable/submenu_arrow.xml new file mode 100644 index 0000000..8480c1d --- /dev/null +++ b/core/res/res/drawable/submenu_arrow.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/res/drawable/ui_tab_icon.xml +** +** 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:drawable="@android:drawable/submenu_arrow_nofocus" /> +</selector> diff --git a/core/res/res/drawable/submenu_arrow_back.png b/core/res/res/drawable/submenu_arrow_back.png Binary files differnew file mode 100644 index 0000000..733aa13 --- /dev/null +++ b/core/res/res/drawable/submenu_arrow_back.png diff --git a/core/res/res/drawable/submenu_arrow_focus.png b/core/res/res/drawable/submenu_arrow_focus.png Binary files differnew file mode 100644 index 0000000..2ed1599 --- /dev/null +++ b/core/res/res/drawable/submenu_arrow_focus.png diff --git a/core/res/res/drawable/submenu_arrow_nofocus.png b/core/res/res/drawable/submenu_arrow_nofocus.png Binary files differnew file mode 100644 index 0000000..cead09e --- /dev/null +++ b/core/res/res/drawable/submenu_arrow_nofocus.png diff --git a/core/res/res/drawable/sym_action_call.png b/core/res/res/drawable/sym_action_call.png Binary files differnew file mode 100644 index 0000000..bcd9010 --- /dev/null +++ b/core/res/res/drawable/sym_action_call.png diff --git a/core/res/res/drawable/sym_action_chat.png b/core/res/res/drawable/sym_action_chat.png Binary files differnew file mode 100644 index 0000000..625e0e8 --- /dev/null +++ b/core/res/res/drawable/sym_action_chat.png diff --git a/core/res/res/drawable/sym_action_email.png b/core/res/res/drawable/sym_action_email.png Binary files differnew file mode 100644 index 0000000..5f79e92 --- /dev/null +++ b/core/res/res/drawable/sym_action_email.png diff --git a/core/res/res/drawable/sym_action_map.png b/core/res/res/drawable/sym_action_map.png Binary files differnew file mode 100644 index 0000000..b45b7a8 --- /dev/null +++ b/core/res/res/drawable/sym_action_map.png diff --git a/core/res/res/drawable/sym_action_sms.png b/core/res/res/drawable/sym_action_sms.png Binary files differnew file mode 100644 index 0000000..50ce0ea --- /dev/null +++ b/core/res/res/drawable/sym_action_sms.png diff --git a/core/res/res/drawable/sym_battery_white.png b/core/res/res/drawable/sym_battery_white.png Binary files differnew file mode 100644 index 0000000..d1849fc --- /dev/null +++ b/core/res/res/drawable/sym_battery_white.png diff --git a/core/res/res/drawable/sym_call_incoming.png b/core/res/res/drawable/sym_call_incoming.png Binary files differnew file mode 100644 index 0000000..652b882 --- /dev/null +++ b/core/res/res/drawable/sym_call_incoming.png diff --git a/core/res/res/drawable/sym_call_missed.png b/core/res/res/drawable/sym_call_missed.png Binary files differnew file mode 100644 index 0000000..ed859d0 --- /dev/null +++ b/core/res/res/drawable/sym_call_missed.png diff --git a/core/res/res/drawable/sym_call_outgoing.png b/core/res/res/drawable/sym_call_outgoing.png Binary files differnew file mode 100644 index 0000000..bdf675d --- /dev/null +++ b/core/res/res/drawable/sym_call_outgoing.png diff --git a/core/res/res/drawable/sym_contact_card.png b/core/res/res/drawable/sym_contact_card.png Binary files differnew file mode 100644 index 0000000..023ea6f --- /dev/null +++ b/core/res/res/drawable/sym_contact_card.png diff --git a/core/res/res/drawable/sym_def_app_icon.png b/core/res/res/drawable/sym_def_app_icon.png Binary files differnew file mode 100644 index 0000000..7502484 --- /dev/null +++ b/core/res/res/drawable/sym_def_app_icon.png diff --git a/core/res/res/drawable/sym_default_number.png b/core/res/res/drawable/sym_default_number.png Binary files differnew file mode 100644 index 0000000..b1ed071 --- /dev/null +++ b/core/res/res/drawable/sym_default_number.png diff --git a/core/res/res/drawable/tab_bottom_left.xml b/core/res/res/drawable/tab_bottom_left.xml new file mode 100644 index 0000000..5544906 --- /dev/null +++ b/core/res/res/drawable/tab_bottom_left.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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/tab_press_bar_left"/> + <item android:state_focused="false" android:drawable="@drawable/tab_selected_bar_left"/> + <item android:state_focused="true" android:drawable="@drawable/tab_focus_bar_left"/> +</selector> diff --git a/core/res/res/drawable/tab_bottom_right.xml b/core/res/res/drawable/tab_bottom_right.xml new file mode 100644 index 0000000..f7f5c2f --- /dev/null +++ b/core/res/res/drawable/tab_bottom_right.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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/tab_press_bar_right"/> + <item android:state_focused="false" android:state_pressed="false" android:drawable="@drawable/tab_selected_bar_right"/> + <item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/tab_focus_bar_right"/> +</selector> diff --git a/core/res/res/drawable/tab_bottom_shadow.9.png b/core/res/res/drawable/tab_bottom_shadow.9.png Binary files differnew file mode 100755 index 0000000..3ac4f53 --- /dev/null +++ b/core/res/res/drawable/tab_bottom_shadow.9.png diff --git a/core/res/res/drawable/tab_focus.9.png b/core/res/res/drawable/tab_focus.9.png Binary files differnew file mode 100755 index 0000000..2806da9 --- /dev/null +++ b/core/res/res/drawable/tab_focus.9.png diff --git a/core/res/res/drawable/tab_focus_bar_left.9.png b/core/res/res/drawable/tab_focus_bar_left.9.png Binary files differnew file mode 100755 index 0000000..21421cb --- /dev/null +++ b/core/res/res/drawable/tab_focus_bar_left.9.png diff --git a/core/res/res/drawable/tab_focus_bar_right.9.png b/core/res/res/drawable/tab_focus_bar_right.9.png Binary files differnew file mode 100755 index 0000000..b6304d9 --- /dev/null +++ b/core/res/res/drawable/tab_focus_bar_right.9.png diff --git a/core/res/res/drawable/tab_indicator.xml b/core/res/res/drawable/tab_indicator.xml new file mode 100644 index 0000000..65df805 --- /dev/null +++ b/core/res/res/drawable/tab_indicator.xml @@ -0,0 +1,28 @@ +<?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"> + <!-- Non focused states --> + <item android:state_focused="false" android:state_selected="false" android:state_pressed="false" android:drawable="@drawable/tab_unselected" /> + <item android:state_focused="false" android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/tab_selected" /> + + <!-- Focused states --> + <item android:state_focused="true" android:state_selected="false" android:state_pressed="false" android:drawable="@drawable/tab_focus" /> + <item android:state_focused="true" android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/tab_focus" /> + + <!-- Pressed --> + <item android:state_pressed="true" android:drawable="@drawable/tab_press" /> +</selector> diff --git a/core/res/res/drawable/tab_press.9.png b/core/res/res/drawable/tab_press.9.png Binary files differnew file mode 100755 index 0000000..3fb717c --- /dev/null +++ b/core/res/res/drawable/tab_press.9.png diff --git a/core/res/res/drawable/tab_press_bar_left.9.png b/core/res/res/drawable/tab_press_bar_left.9.png Binary files differnew file mode 100755 index 0000000..95ef2d3 --- /dev/null +++ b/core/res/res/drawable/tab_press_bar_left.9.png diff --git a/core/res/res/drawable/tab_press_bar_right.9.png b/core/res/res/drawable/tab_press_bar_right.9.png Binary files differnew file mode 100755 index 0000000..7ae938b5 --- /dev/null +++ b/core/res/res/drawable/tab_press_bar_right.9.png diff --git a/core/res/res/drawable/tab_selected.9.png b/core/res/res/drawable/tab_selected.9.png Binary files differnew file mode 100644 index 0000000..f929d99 --- /dev/null +++ b/core/res/res/drawable/tab_selected.9.png diff --git a/core/res/res/drawable/tab_selected_bar_left.9.png b/core/res/res/drawable/tab_selected_bar_left.9.png Binary files differnew file mode 100755 index 0000000..58e2d35 --- /dev/null +++ b/core/res/res/drawable/tab_selected_bar_left.9.png diff --git a/core/res/res/drawable/tab_selected_bar_right.9.png b/core/res/res/drawable/tab_selected_bar_right.9.png Binary files differnew file mode 100755 index 0000000..0c9c8dd --- /dev/null +++ b/core/res/res/drawable/tab_selected_bar_right.9.png diff --git a/core/res/res/drawable/tab_selected_highlight.9.png b/core/res/res/drawable/tab_selected_highlight.9.png Binary files differnew file mode 100644 index 0000000..61568a3 --- /dev/null +++ b/core/res/res/drawable/tab_selected_highlight.9.png diff --git a/core/res/res/drawable/tab_unselected.9.png b/core/res/res/drawable/tab_unselected.9.png Binary files differnew file mode 100644 index 0000000..9036c1d --- /dev/null +++ b/core/res/res/drawable/tab_unselected.9.png diff --git a/core/res/res/drawable/tab_unselected_longpress.9.png b/core/res/res/drawable/tab_unselected_longpress.9.png Binary files differnew file mode 100644 index 0000000..65556c4 --- /dev/null +++ b/core/res/res/drawable/tab_unselected_longpress.9.png diff --git a/core/res/res/drawable/tab_unselected_pressed.9.png b/core/res/res/drawable/tab_unselected_pressed.9.png Binary files differnew file mode 100644 index 0000000..b4102eb --- /dev/null +++ b/core/res/res/drawable/tab_unselected_pressed.9.png diff --git a/core/res/res/drawable/tab_unselected_selected.9.png b/core/res/res/drawable/tab_unselected_selected.9.png Binary files differnew file mode 100644 index 0000000..320f754 --- /dev/null +++ b/core/res/res/drawable/tab_unselected_selected.9.png diff --git a/core/res/res/drawable/textfield_default.9.png b/core/res/res/drawable/textfield_default.9.png Binary files differnew file mode 100644 index 0000000..ab99aeb --- /dev/null +++ b/core/res/res/drawable/textfield_default.9.png diff --git a/core/res/res/drawable/textfield_disabled.9.png b/core/res/res/drawable/textfield_disabled.9.png Binary files differnew file mode 100644 index 0000000..0070158 --- /dev/null +++ b/core/res/res/drawable/textfield_disabled.9.png diff --git a/core/res/res/drawable/textfield_disabled_selected.9.png b/core/res/res/drawable/textfield_disabled_selected.9.png Binary files differnew file mode 100755 index 0000000..139d606 --- /dev/null +++ b/core/res/res/drawable/textfield_disabled_selected.9.png diff --git a/core/res/res/drawable/textfield_expanded_bottom_selected.9.png b/core/res/res/drawable/textfield_expanded_bottom_selected.9.png Binary files differnew file mode 100755 index 0000000..935acaf --- /dev/null +++ b/core/res/res/drawable/textfield_expanded_bottom_selected.9.png diff --git a/core/res/res/drawable/textfield_expanded_bottom_unselected.9.png b/core/res/res/drawable/textfield_expanded_bottom_unselected.9.png Binary files differnew file mode 100755 index 0000000..1e5f28d --- /dev/null +++ b/core/res/res/drawable/textfield_expanded_bottom_unselected.9.png diff --git a/core/res/res/drawable/textfield_expanded_center_selected.9.png b/core/res/res/drawable/textfield_expanded_center_selected.9.png Binary files differnew file mode 100755 index 0000000..b60a0ad --- /dev/null +++ b/core/res/res/drawable/textfield_expanded_center_selected.9.png diff --git a/core/res/res/drawable/textfield_expanded_center_unselected.9.png b/core/res/res/drawable/textfield_expanded_center_unselected.9.png Binary files differnew file mode 100755 index 0000000..f38c58f --- /dev/null +++ b/core/res/res/drawable/textfield_expanded_center_unselected.9.png diff --git a/core/res/res/drawable/textfield_expanded_top_selected.9.png b/core/res/res/drawable/textfield_expanded_top_selected.9.png Binary files differnew file mode 100755 index 0000000..926d09f --- /dev/null +++ b/core/res/res/drawable/textfield_expanded_top_selected.9.png diff --git a/core/res/res/drawable/textfield_expanded_top_unselected.9.png b/core/res/res/drawable/textfield_expanded_top_unselected.9.png Binary files differnew file mode 100755 index 0000000..ab1b1ad --- /dev/null +++ b/core/res/res/drawable/textfield_expanded_top_unselected.9.png diff --git a/core/res/res/drawable/textfield_pressed.9.png b/core/res/res/drawable/textfield_pressed.9.png Binary files differnew file mode 100644 index 0000000..7b1350f --- /dev/null +++ b/core/res/res/drawable/textfield_pressed.9.png diff --git a/core/res/res/drawable/textfield_selected.9.png b/core/res/res/drawable/textfield_selected.9.png Binary files differnew file mode 100644 index 0000000..7286ba5 --- /dev/null +++ b/core/res/res/drawable/textfield_selected.9.png diff --git a/core/res/res/drawable/timepicker_down_btn.xml b/core/res/res/drawable/timepicker_down_btn.xml new file mode 100644 index 0000000..61a252a --- /dev/null +++ b/core/res/res/drawable/timepicker_down_btn.xml @@ -0,0 +1,30 @@ +<?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="false" android:state_enabled="true" + android:state_focused="false" android:drawable="@drawable/timepicker_down_normal" /> + <item android:state_pressed="true" android:state_enabled="true" + android:drawable="@drawable/timepicker_down_pressed" /> + <item android:state_pressed="false" android:state_enabled="true" + android:state_focused="true" android:drawable="@drawable/timepicker_down_selected" /> + <item android:state_pressed="false" android:state_enabled="false" + android:state_focused="false" android:drawable="@drawable/timepicker_down_disabled" /> + <item android:state_pressed="false" android:state_enabled="false" + android:state_focused="true" android:drawable="@drawable/timepicker_down_disabled_focused" /> + +</selector> diff --git a/core/res/res/drawable/timepicker_down_disabled.9.png b/core/res/res/drawable/timepicker_down_disabled.9.png Binary files differnew file mode 100755 index 0000000..af72d22 --- /dev/null +++ b/core/res/res/drawable/timepicker_down_disabled.9.png diff --git a/core/res/res/drawable/timepicker_down_disabled_focused.9.png b/core/res/res/drawable/timepicker_down_disabled_focused.9.png Binary files differnew file mode 100755 index 0000000..2d80424 --- /dev/null +++ b/core/res/res/drawable/timepicker_down_disabled_focused.9.png diff --git a/core/res/res/drawable/timepicker_down_normal.9.png b/core/res/res/drawable/timepicker_down_normal.9.png Binary files differnew file mode 100755 index 0000000..c427fc3 --- /dev/null +++ b/core/res/res/drawable/timepicker_down_normal.9.png diff --git a/core/res/res/drawable/timepicker_down_pressed.9.png b/core/res/res/drawable/timepicker_down_pressed.9.png Binary files differnew file mode 100755 index 0000000..ac6ac53 --- /dev/null +++ b/core/res/res/drawable/timepicker_down_pressed.9.png diff --git a/core/res/res/drawable/timepicker_down_selected.9.png b/core/res/res/drawable/timepicker_down_selected.9.png Binary files differnew file mode 100755 index 0000000..f710b57 --- /dev/null +++ b/core/res/res/drawable/timepicker_down_selected.9.png diff --git a/core/res/res/drawable/timepicker_input.xml b/core/res/res/drawable/timepicker_input.xml new file mode 100644 index 0000000..b811d4e --- /dev/null +++ b/core/res/res/drawable/timepicker_input.xml @@ -0,0 +1,30 @@ +<?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="false" android:state_enabled="true" + android:state_focused="false" android:drawable="@drawable/timepicker_input_normal" /> + <item android:state_pressed="true" android:state_enabled="true" + android:drawable="@drawable/timepicker_input_pressed" /> + <item android:state_pressed="false" android:state_enabled="true" + android:state_focused="true" android:drawable="@drawable/timepicker_input_selected" /> + <item android:state_pressed="false" android:state_enabled="false" + android:state_focused="false" android:drawable="@drawable/timepicker_input_disabled" /> + <item android:state_pressed="false" android:state_enabled="false" + android:state_focused="true" android:drawable="@drawable/timepicker_input_normal" /> + +</selector> diff --git a/core/res/res/drawable/timepicker_input_disabled.9.png b/core/res/res/drawable/timepicker_input_disabled.9.png Binary files differnew file mode 100755 index 0000000..97da87a --- /dev/null +++ b/core/res/res/drawable/timepicker_input_disabled.9.png diff --git a/core/res/res/drawable/timepicker_input_normal.9.png b/core/res/res/drawable/timepicker_input_normal.9.png Binary files differnew file mode 100755 index 0000000..eb101c5 --- /dev/null +++ b/core/res/res/drawable/timepicker_input_normal.9.png diff --git a/core/res/res/drawable/timepicker_input_pressed.9.png b/core/res/res/drawable/timepicker_input_pressed.9.png Binary files differnew file mode 100755 index 0000000..c83b1eb --- /dev/null +++ b/core/res/res/drawable/timepicker_input_pressed.9.png diff --git a/core/res/res/drawable/timepicker_input_selected.9.png b/core/res/res/drawable/timepicker_input_selected.9.png Binary files differnew file mode 100755 index 0000000..e152848 --- /dev/null +++ b/core/res/res/drawable/timepicker_input_selected.9.png diff --git a/core/res/res/drawable/timepicker_up_btn.xml b/core/res/res/drawable/timepicker_up_btn.xml new file mode 100644 index 0000000..5428aee --- /dev/null +++ b/core/res/res/drawable/timepicker_up_btn.xml @@ -0,0 +1,30 @@ +<?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="false" android:state_enabled="true" + android:state_focused="false" android:drawable="@drawable/timepicker_up_normal" /> + <item android:state_pressed="true" android:state_enabled="true" + android:drawable="@drawable/timepicker_up_pressed" /> + <item android:state_pressed="false" android:state_enabled="true" + android:state_focused="true" android:drawable="@drawable/timepicker_up_selected" /> + <item android:state_pressed="false" android:state_enabled="false" + android:state_focused="false" android:drawable="@drawable/timepicker_up_disabled" /> + <item android:state_pressed="false" android:state_enabled="false" + android:state_focused="true" android:drawable="@drawable/timepicker_up_disabled_focused" /> + +</selector> diff --git a/core/res/res/drawable/timepicker_up_disabled.9.png b/core/res/res/drawable/timepicker_up_disabled.9.png Binary files differnew file mode 100755 index 0000000..1814bb4 --- /dev/null +++ b/core/res/res/drawable/timepicker_up_disabled.9.png diff --git a/core/res/res/drawable/timepicker_up_disabled_focused.9.png b/core/res/res/drawable/timepicker_up_disabled_focused.9.png Binary files differnew file mode 100755 index 0000000..9ad5b85 --- /dev/null +++ b/core/res/res/drawable/timepicker_up_disabled_focused.9.png diff --git a/core/res/res/drawable/timepicker_up_normal.9.png b/core/res/res/drawable/timepicker_up_normal.9.png Binary files differnew file mode 100755 index 0000000..35fc221 --- /dev/null +++ b/core/res/res/drawable/timepicker_up_normal.9.png diff --git a/core/res/res/drawable/timepicker_up_pressed.9.png b/core/res/res/drawable/timepicker_up_pressed.9.png Binary files differnew file mode 100755 index 0000000..c910777 --- /dev/null +++ b/core/res/res/drawable/timepicker_up_pressed.9.png diff --git a/core/res/res/drawable/timepicker_up_selected.9.png b/core/res/res/drawable/timepicker_up_selected.9.png Binary files differnew file mode 100755 index 0000000..549a7e5 --- /dev/null +++ b/core/res/res/drawable/timepicker_up_selected.9.png diff --git a/core/res/res/drawable/title_bar.9.png b/core/res/res/drawable/title_bar.9.png Binary files differnew file mode 100644 index 0000000..8d18339 --- /dev/null +++ b/core/res/res/drawable/title_bar.9.png diff --git a/core/res/res/drawable/title_bar_shadow.png b/core/res/res/drawable/title_bar_shadow.png Binary files differnew file mode 100644 index 0000000..a717814 --- /dev/null +++ b/core/res/res/drawable/title_bar_shadow.png diff --git a/core/res/res/drawable/toast_frame.9.png b/core/res/res/drawable/toast_frame.9.png Binary files differnew file mode 100755 index 0000000..08c4f86 --- /dev/null +++ b/core/res/res/drawable/toast_frame.9.png diff --git a/core/res/res/drawable/unknown_image.png b/core/res/res/drawable/unknown_image.png Binary files differnew file mode 100644 index 0000000..b1c3e92 --- /dev/null +++ b/core/res/res/drawable/unknown_image.png diff --git a/core/res/res/drawable/zoom_in.png b/core/res/res/drawable/zoom_in.png Binary files differnew file mode 100644 index 0000000..d151046 --- /dev/null +++ b/core/res/res/drawable/zoom_in.png diff --git a/core/res/res/drawable/zoom_in_pressed.png b/core/res/res/drawable/zoom_in_pressed.png Binary files differnew file mode 100644 index 0000000..963bf73 --- /dev/null +++ b/core/res/res/drawable/zoom_in_pressed.png diff --git a/core/res/res/drawable/zoom_indicator.9.png b/core/res/res/drawable/zoom_indicator.9.png Binary files differnew file mode 100644 index 0000000..c799193 --- /dev/null +++ b/core/res/res/drawable/zoom_indicator.9.png diff --git a/core/res/res/drawable/zoom_indicator_selected.png b/core/res/res/drawable/zoom_indicator_selected.png Binary files differnew file mode 100644 index 0000000..20a72c1 --- /dev/null +++ b/core/res/res/drawable/zoom_indicator_selected.png diff --git a/core/res/res/drawable/zoom_out.png b/core/res/res/drawable/zoom_out.png Binary files differnew file mode 100644 index 0000000..2efbc47 --- /dev/null +++ b/core/res/res/drawable/zoom_out.png diff --git a/core/res/res/drawable/zoom_out_pressed.png b/core/res/res/drawable/zoom_out_pressed.png Binary files differnew file mode 100644 index 0000000..39e145c --- /dev/null +++ b/core/res/res/drawable/zoom_out_pressed.png diff --git a/core/res/res/drawable/zoom_plate.9.png b/core/res/res/drawable/zoom_plate.9.png Binary files differnew file mode 100644 index 0000000..c8c1a08 --- /dev/null +++ b/core/res/res/drawable/zoom_plate.9.png diff --git a/core/res/res/drawable/zoom_track.png b/core/res/res/drawable/zoom_track.png Binary files differnew file mode 100644 index 0000000..71e71a9 --- /dev/null +++ b/core/res/res/drawable/zoom_track.png |