summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-10-17 16:35:58 -0700
committerJohn Reck <jreck@google.com>2011-10-17 16:35:58 -0700
commit288f79eaaacb0c081be8a3fd7ed793be6b993646 (patch)
tree3fcb3b3f7dd4acd35bf159b4ab540749fe1adf0c /res/layout
parentfc853325e9a170fb21648b939d859a46aca3bb1e (diff)
downloadpackages_apps_Browser-288f79eaaacb0c081be8a3fd7ed793be6b993646.zip
packages_apps_Browser-288f79eaaacb0c081be8a3fd7ed793be6b993646.tar.gz
packages_apps_Browser-288f79eaaacb0c081be8a3fd7ed793be6b993646.tar.bz2
Remove row_activated drawable
Bug: 5463846 Replace custom row_activated with framework drawable Change-Id: Id96d3689c115cad1b4e764d551999bc94325504f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/suggestion_item.xml4
1 files changed, 2 insertions, 2 deletions
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"
/>