From 288f79eaaacb0c081be8a3fd7ed793be6b993646 Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 17 Oct 2011 16:35:58 -0700 Subject: Remove row_activated drawable Bug: 5463846 Replace custom row_activated with framework drawable Change-Id: Id96d3689c115cad1b4e764d551999bc94325504f --- res/layout/suggestion_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout') 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"> -- cgit v1.1