diff options
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/suggest_item_selector.xml | 2 | ||||
-rw-r--r-- | res/drawable/widget_background.xml | 23 | ||||
-rw-r--r-- | res/drawable/widget_header_selector.xml | 33 |
3 files changed, 1 insertions, 57 deletions
diff --git a/res/drawable/suggest_item_selector.xml b/res/drawable/suggest_item_selector.xml index 777a8fb..1184e5b 100644 --- a/res/drawable/suggest_item_selector.xml +++ b/res/drawable/suggest_item_selector.xml @@ -17,6 +17,6 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime"> <item android:state_pressed="true" - android:drawable="@drawable/header_row_press_bookmark_widget_holo" /> + android:drawable="@drawable/suggest_item_press_holo" /> <item android:state_pressed="false" android:drawable="@drawable/clear" /> </selector> diff --git a/res/drawable/widget_background.xml b/res/drawable/widget_background.xml deleted file mode 100644 index 4c59d60..0000000 --- a/res/drawable/widget_background.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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="@drawable/bg_bookmark_widget_holo"> - </item> - -</layer-list> diff --git a/res/drawable/widget_header_selector.xml b/res/drawable/widget_header_selector.xml deleted file mode 100644 index 0e6bc47..0000000 --- a/res/drawable/widget_header_selector.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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:exitFadeDuration="@android:integer/config_mediumAnimTime"> - <item - android:state_window_focused="false" - android:drawable="@android:color/transparent" /> - <item - android:state_focused="true" - android:state_pressed="true" - android:drawable="@drawable/header_row_press_bookmark_widget_holo" /> - <item - android:state_focused="false" - android:state_pressed="true" - android:drawable="@drawable/header_row_press_bookmark_widget_holo" /> - <item - android:state_focused="true" - android:drawable="@drawable/header_row_focused_bookmark_widget_holo" /> -</selector> |