diff options
author | John Reck <jreck@google.com> | 2011-10-17 17:12:04 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-10-17 17:12:04 -0700 |
commit | 4bce8796c155e578cf0c546cffffe3417e792133 (patch) | |
tree | c1394eabd232b0bcbc412f498b46564ea3e239a4 | |
parent | 8abf50490fe8d5ce98495e8766d3a53a433c791e (diff) | |
parent | 288f79eaaacb0c081be8a3fd7ed793be6b993646 (diff) | |
download | packages_apps_browser-4bce8796c155e578cf0c546cffffe3417e792133.zip packages_apps_browser-4bce8796c155e578cf0c546cffffe3417e792133.tar.gz packages_apps_browser-4bce8796c155e578cf0c546cffffe3417e792133.tar.bz2 |
am 288f79ea: Remove row_activated drawable
* commit '288f79eaaacb0c081be8a3fd7ed793be6b993646':
Remove row_activated drawable
-rw-r--r-- | res/drawable-hdpi/row_activated_bookmark_widget_holo.9.png | bin | 129 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/row_activated_bookmark_widget_holo.9.png | bin | 116 -> 0 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/row_activated_bookmark_widget_holo.9.png | bin | 193 -> 0 bytes | |||
-rw-r--r-- | res/drawable/suggest_item_selector.xml | 22 | ||||
-rw-r--r-- | res/layout/suggestion_item.xml | 4 |
5 files changed, 2 insertions, 24 deletions
diff --git a/res/drawable-hdpi/row_activated_bookmark_widget_holo.9.png b/res/drawable-hdpi/row_activated_bookmark_widget_holo.9.png Binary files differdeleted file mode 100644 index 54e5825..0000000 --- a/res/drawable-hdpi/row_activated_bookmark_widget_holo.9.png +++ /dev/null diff --git a/res/drawable-mdpi/row_activated_bookmark_widget_holo.9.png b/res/drawable-mdpi/row_activated_bookmark_widget_holo.9.png Binary files differdeleted file mode 100644 index 69b6d40..0000000 --- a/res/drawable-mdpi/row_activated_bookmark_widget_holo.9.png +++ /dev/null diff --git a/res/drawable-xhdpi/row_activated_bookmark_widget_holo.9.png b/res/drawable-xhdpi/row_activated_bookmark_widget_holo.9.png Binary files differdeleted file mode 100644 index 8df6517..0000000 --- a/res/drawable-xhdpi/row_activated_bookmark_widget_holo.9.png +++ /dev/null diff --git a/res/drawable/suggest_item_selector.xml b/res/drawable/suggest_item_selector.xml deleted file mode 100644 index 301584f..0000000 --- a/res/drawable/suggest_item_selector.xml +++ /dev/null @@ -1,22 +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_pressed="true" - android:drawable="@drawable/row_activated_bookmark_widget_holo" /> - <item android:state_pressed="false" android:drawable="@drawable/clear" /> -</selector> diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml index 2def735..0adea1b 100644 --- a/res/layout/suggestion_item.xml +++ b/res/layout/suggestion_item.xml @@ -32,7 +32,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:orientation="horizontal" - android:background="@drawable/suggest_item_selector" + android:background="?android:attr/selectableItemBackground" android:padding="0dp"> <ImageView android:layout_width="wrap_content" @@ -74,7 +74,7 @@ android:id="@+id/icon2" android:scaleType="center" android:src="@drawable/ic_querybuilder" - android:background="@drawable/suggest_item_selector" + android:background="?android:attr/selectableItemBackground" android:paddingRight="@dimen/suggest_item_padding" android:paddingLeft="@dimen/suggest_item_padding" /> |