diff options
author | Dianne Hackborn <> | 2009-03-26 14:39:43 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-26 14:39:43 -0700 |
commit | f473433e4d75249ef43aa032c9b220fc2eb6dc36 (patch) | |
tree | 08fbcb8c8d938bd7e6289f8d3344bbf26e7687d6 /core/res | |
parent | 4194592b9c71251041a68d8090dc331e85027527 (diff) | |
download | frameworks_base-f473433e4d75249ef43aa032c9b220fc2eb6dc36.zip frameworks_base-f473433e4d75249ef43aa032c9b220fc2eb6dc36.tar.gz frameworks_base-f473433e4d75249ef43aa032c9b220fc2eb6dc36.tar.bz2 |
Automated import from //branches/cupcake/...@142986,142986
Diffstat (limited to 'core/res')
39 files changed, 0 insertions, 615 deletions
diff --git a/core/res/res/anim/slide_in_bottom.xml b/core/res/res/anim/slide_in_bottom.xml deleted file mode 100644 index d111854..0000000 --- a/core/res/res/anim/slide_in_bottom.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/res/anim/slide_in_right.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. -*/ ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <translate android:fromYDelta="50%p" android:toYDelta="0" - android:duration="@android:integer/config_mediumAnimTime"/> - <alpha android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@android:integer/config_mediumAnimTime" /> -</set> diff --git a/core/res/res/anim/slide_in_top.xml b/core/res/res/anim/slide_in_top.xml deleted file mode 100644 index f4810ab..0000000 --- a/core/res/res/anim/slide_in_top.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/res/anim/slide_in_left.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. -*/ ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <translate android:fromYDelta="-50%p" android:toYDelta="0" - android:duration="@android:integer/config_mediumAnimTime"/> - <alpha android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@android:integer/config_mediumAnimTime" /> -</set> diff --git a/core/res/res/anim/slide_out_bottom.xml b/core/res/res/anim/slide_out_bottom.xml deleted file mode 100644 index 8ddcd59..0000000 --- a/core/res/res/anim/slide_out_bottom.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/res/anim/slide_out_right.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. -*/ ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <translate android:fromYDelta="0" android:toYDelta="50%p" - android:duration="@android:integer/config_mediumAnimTime"/> - <alpha android:fromAlpha="1.0" android:toAlpha="0.0" - android:duration="@android:integer/config_mediumAnimTime" /> -</set> diff --git a/core/res/res/anim/slide_out_top.xml b/core/res/res/anim/slide_out_top.xml deleted file mode 100644 index 3134a57..0000000 --- a/core/res/res/anim/slide_out_top.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/res/anim/slide_out_left.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. -*/ ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <translate android:fromYDelta="0" android:toYDelta="-50%p" - android:duration="@android:integer/config_mediumAnimTime"/> - <alpha android:fromAlpha="1.0" android:toAlpha="0.0" - android:duration="@android:integer/config_mediumAnimTime" /> -</set> diff --git a/core/res/res/color/theme_panel_text.xml b/core/res/res/color/theme_panel_text.xml deleted file mode 100644 index 1268a89..0000000 --- a/core/res/res/color/theme_panel_text.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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_enabled="true" android:color="#FF000000"/> - <item android:color="#80888888"/> <!-- disabled --> -</selector> diff --git a/core/res/res/color/widget_autocompletetextview_dark.xml b/core/res/res/color/widget_autocompletetextview_dark.xml deleted file mode 100644 index 802f6c6..0000000 --- a/core/res/res/color/widget_autocompletetextview_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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:color="#ff000000"/> - <item android:color="#ffffffff"/> <!-- unfocused --> -</selector> diff --git a/core/res/res/color/widget_button.xml b/core/res/res/color/widget_button.xml deleted file mode 100644 index 66f37cb..0000000 --- a/core/res/res/color/widget_button.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_focused="true" android:color="#ff000000"/> - <item android:color="#ff000000"/> <!-- unfocused --> -</selector> diff --git a/core/res/res/color/widget_edittext_dark_hint.xml b/core/res/res/color/widget_edittext_dark_hint.xml deleted file mode 100644 index 094025e..0000000 --- a/core/res/res/color/widget_edittext_dark_hint.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - - <item android:state_enabled="false" android:color="#A0A0A0"/> <!-- not enabled --> - <item android:color="#7c7c7c"/> - -</selector> - diff --git a/core/res/res/color/widget_paneltabwidget.xml b/core/res/res/color/widget_paneltabwidget.xml deleted file mode 100644 index fcec9c0..0000000 --- a/core/res/res/color/widget_paneltabwidget.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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_enabled="true" android:color="#ffffffff"/> - <item android:color="#ff000000"/> <!-- disabled --> -</selector> diff --git a/core/res/res/color/widget_textview_bigspinneritem_dark.xml b/core/res/res/color/widget_textview_bigspinneritem_dark.xml deleted file mode 100644 index d98fa46..0000000 --- a/core/res/res/color/widget_textview_bigspinneritem_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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_selected="true" android:color="#ff000000"/> - <item android:color="#ffffffff"/> <!-- unselected --> -</selector> diff --git a/core/res/res/color/widget_textview_spinneritem_dark.xml b/core/res/res/color/widget_textview_spinneritem_dark.xml deleted file mode 100644 index d98fa46..0000000 --- a/core/res/res/color/widget_textview_spinneritem_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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_selected="true" android:color="#ff000000"/> - <item android:color="#ffffffff"/> <!-- unselected --> -</selector> diff --git a/core/res/res/drawable/blank_tile.png b/core/res/res/drawable/blank_tile.png Binary files differdeleted file mode 100644 index 63b9296..0000000 --- a/core/res/res/drawable/blank_tile.png +++ /dev/null diff --git a/core/res/res/drawable/boot_robot.png b/core/res/res/drawable/boot_robot.png Binary files differdeleted file mode 100644 index f4555af..0000000 --- a/core/res/res/drawable/boot_robot.png +++ /dev/null diff --git a/core/res/res/drawable/btn_circle_longpress.png b/core/res/res/drawable/btn_circle_longpress.png Binary files differdeleted file mode 100644 index f27d411..0000000 --- a/core/res/res/drawable/btn_circle_longpress.png +++ /dev/null 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 differdeleted file mode 100755 index 0d3f094..0000000 --- a/core/res/res/drawable/btn_code_lock_default_trackball_pressed.png +++ /dev/null diff --git a/core/res/res/drawable/btn_star_big_buttonless_off.png b/core/res/res/drawable/btn_star_big_buttonless_off.png Binary files differdeleted file mode 100755 index 5b9cd81..0000000 --- a/core/res/res/drawable/btn_star_big_buttonless_off.png +++ /dev/null diff --git a/core/res/res/drawable/btn_star_big_buttonless_on.png b/core/res/res/drawable/btn_star_big_buttonless_on.png Binary files differdeleted file mode 100755 index 5957c65..0000000 --- a/core/res/res/drawable/btn_star_big_buttonless_on.png +++ /dev/null diff --git a/core/res/res/drawable/btn_star_buttonless.xml b/core/res/res/drawable/btn_star_buttonless.xml deleted file mode 100644 index 8d60ed2..0000000 --- a/core/res/res/drawable/btn_star_buttonless.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_checked="false" android:state_window_focused="false" - android:drawable="@drawable/btn_star_big_buttonless_off" /> - <item android:state_checked="true" android:state_window_focused="false" - android:drawable="@drawable/btn_star_big_buttonless_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_buttonless_off" /> - <item android:state_checked="true" android:drawable="@drawable/btn_star_big_buttonless_on" /> -</selector> diff --git a/core/res/res/drawable/btn_zoom_down_longpress.9.png b/core/res/res/drawable/btn_zoom_down_longpress.9.png Binary files differdeleted file mode 100644 index 09a3bb3..0000000 --- a/core/res/res/drawable/btn_zoom_down_longpress.9.png +++ /dev/null diff --git a/core/res/res/drawable/btn_zoom_up_longpress.9.png b/core/res/res/drawable/btn_zoom_up_longpress.9.png Binary files differdeleted file mode 100644 index 8de48d1..0000000 --- a/core/res/res/drawable/btn_zoom_up_longpress.9.png +++ /dev/null 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 differdeleted file mode 100755 index c30e6e4..0000000 --- a/core/res/res/drawable/ic_settings_indicator_next_page.png +++ /dev/null diff --git a/core/res/res/drawable/keyboard_suggest_strip_shadow.9.png b/core/res/res/drawable/keyboard_suggest_strip_shadow.9.png Binary files differdeleted file mode 100644 index d231ae6..0000000 --- a/core/res/res/drawable/keyboard_suggest_strip_shadow.9.png +++ /dev/null diff --git a/core/res/res/drawable/loading_tile.png b/core/res/res/drawable/loading_tile.png Binary files differdeleted file mode 100644 index f5a80c9..0000000 --- a/core/res/res/drawable/loading_tile.png +++ /dev/null diff --git a/core/res/res/drawable/no_tile_128.png b/core/res/res/drawable/no_tile_128.png Binary files differdeleted file mode 100644 index a9b007d..0000000 --- a/core/res/res/drawable/no_tile_128.png +++ /dev/null diff --git a/core/res/res/drawable/padlock.png b/core/res/res/drawable/padlock.png Binary files differdeleted file mode 100644 index 558340b..0000000 --- a/core/res/res/drawable/padlock.png +++ /dev/null diff --git a/core/res/res/drawable/panel_separator.9.png b/core/res/res/drawable/panel_separator.9.png Binary files differdeleted file mode 100644 index 0c07bf8..0000000 --- a/core/res/res/drawable/panel_separator.9.png +++ /dev/null diff --git a/core/res/res/drawable/progress_circular_indeterminate_small.png b/core/res/res/drawable/progress_circular_indeterminate_small.png Binary files differdeleted file mode 100644 index 15418cb..0000000 --- a/core/res/res/drawable/progress_circular_indeterminate_small.png +++ /dev/null diff --git a/core/res/res/drawable/progress_indeterminate_small.xml b/core/res/res/drawable/progress_indeterminate_small.xml deleted file mode 100644 index a55fe35..0000000 --- a/core/res/res/drawable/progress_indeterminate_small.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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/scrollbar_horizontal.9.png b/core/res/res/drawable/scrollbar_horizontal.9.png Binary files differdeleted file mode 100644 index 40faa82..0000000 --- a/core/res/res/drawable/scrollbar_horizontal.9.png +++ /dev/null diff --git a/core/res/res/drawable/scrollbar_vertical.9.png b/core/res/res/drawable/scrollbar_vertical.9.png Binary files differdeleted file mode 100755 index 08f5ca9..0000000 --- a/core/res/res/drawable/scrollbar_vertical.9.png +++ /dev/null diff --git a/core/res/res/layout/alert_dialog_simple_text.xml b/core/res/res/layout/alert_dialog_simple_text.xml deleted file mode 100644 index ab82be7..0000000 --- a/core/res/res/layout/alert_dialog_simple_text.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- This layout can be set as the AlertDialog's view to display vertically centered text. --> -<TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textAppearance="?android:attr/textAppearanceMedium" - android:padding="10dip" - /> - - diff --git a/core/res/res/layout/menu_item_divider.xml b/core/res/res/layout/menu_item_divider.xml deleted file mode 100644 index 042662f..0000000 --- a/core/res/res/layout/menu_item_divider.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/assets/res/any/layout/menu_item.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. -*/ ---> -<Divider xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/separator" - android:paddingLeft="0dip" android:paddingTop="4dip" - android:paddingRight="0dip" android:paddingBottom="4dip" - android:src="@drawable/menu_separator" - android:layout_width="fill_parent" - android:layout_height="wrap_content"/> diff --git a/core/res/res/layout/number_picker_edit.xml b/core/res/res/layout/number_picker_edit.xml deleted file mode 100644 index f3af6e9..0000000 --- a/core/res/res/layout/number_picker_edit.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?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. -*/ ---> - -<EditText xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:gravity="center_horizontal" - android:singleLine="true" - style="?android:attr/textAppearanceLargeInverse" - android:textColor="@android:color/primary_text_light" - android:textSize="30sp" - android:background="@drawable/timepicker_input" - /> diff --git a/core/res/res/layout/popup_menu_layout.xml b/core/res/res/layout/popup_menu_layout.xml deleted file mode 100644 index 1e8083a..0000000 --- a/core/res/res/layout/popup_menu_layout.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?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. ---> - -<PopupMenuView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="320sp" - android:layout_height="wrap_content" - android:orientation="vertical" - android:padding="0sp"> - - <LinearLayout - android:id="@+id/header" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" /> - - <ListView - android:id="@+id/listview" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:layout_weight="1" /> - -</PopupMenuView> diff --git a/core/res/res/layout/setting_list_category.xml b/core/res/res/layout/setting_list_category.xml deleted file mode 100644 index e605d17..0000000 --- a/core/res/res/layout/setting_list_category.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?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. ---> - -<!-- List item layout for an unexpanded category --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="vertical" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:paddingLeft="32dip" - android:paddingBottom="5dip" - android:paddingTop="5dip"> - - <TextView - android:id="@+id/category_name" - android:textStyle="bold" - android:layout_width="fill_parent" - android:layout_height="wrap_content" /> - - <TextView - android:id="@+id/category_description" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:lines="1" - android:textColor="@color/darker_gray" /> - -</LinearLayout> diff --git a/core/res/res/layout/setting_list_expanded_category.xml b/core/res/res/layout/setting_list_expanded_category.xml deleted file mode 100644 index 64de0e6..0000000 --- a/core/res/res/layout/setting_list_expanded_category.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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. ---> - -<!-- List item layout for an expanded category --> -<TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/category_name" - android:textStyle="bold" - android:paddingLeft="32dip" - android:paddingBottom="5dip" - android:paddingTop="5dip"/> diff --git a/core/res/res/layout/setting_list_setting.xml b/core/res/res/layout/setting_list_setting.xml deleted file mode 100644 index 6b7d254..0000000 --- a/core/res/res/layout/setting_list_setting.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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. ---> - -<!-- List item layout for a setting --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:paddingLeft="48dip" - android:paddingTop="3dip" - android:paddingBottom="3dip" - android:orientation="vertical"> - - <TextView - android:id="@+id/setting_name" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:textColor="@color/lighter_gray" /> - - <LinearLayout - android:id="@+id/setting_value_layout" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:paddingLeft="10dip" /> - -</LinearLayout> diff --git a/core/res/res/layout/setting_list_setting_value_text.xml b/core/res/res/layout/setting_list_setting_value_text.xml deleted file mode 100644 index 621298e..0000000 --- a/core/res/res/layout/setting_list_setting_value_text.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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. ---> - -<!-- Template for the generic static text in a setting's value --> -<TextView - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/setting_value_text" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:textColor="@color/darker_gray" /> diff --git a/core/res/res/layout/submenu_item.xml b/core/res/res/layout/submenu_item.xml deleted file mode 100644 index 3ec474a..0000000 --- a/core/res/res/layout/submenu_item.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/assets/res/any/layout/menu_item.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. -*/ ---> -<MenuItemView xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:focusable="true"> - - <TextView android:id="@+id/index" - android:paddingLeft="0dip" android:paddingTop="1dip" - android:paddingRight="8dip" android:paddingBottom="0dip" - android:layout_width="17dip" android:layout_height="wrap_content" - android:includeFontPadding="false" /> - - <ImageView android:id="@+id/check" - android:paddingLeft="3dip" android:paddingTop="3dip" - android:paddingRight="3dip" android:paddingBottom="0dip" - android:src="@drawable/menuitem_checkbox" android:scaleType="fitCenter" - android:layout_width="wrap_content" android:layout_height="wrap_content" /> - - <TextView android:id="@+id/title" - android:paddingLeft="0dip" android:paddingTop="1dip" - android:paddingRight="0dip" android:paddingBottom="2dip" - android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_weight="1" android:includeFontPadding="false"/> - - <ImageView android:id="@+id/arrow" - android:paddingLeft="8dip" android:paddingTop="3dip" - android:paddingRight="0dip" android:paddingBottom="0dip" - android:src="@drawable/submenu_arrow" android:scaleType="fitCenter" - android:layout_width="wrap_content" android:layout_height="wrap_content" /> - -</MenuItemView> - |