summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-02 09:35:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-02 09:35:01 -0700
commitca5bb93f1544fbc637976ae4119c6b4065e80eda (patch)
treea27ee4aa382a637fab26523b911b132f3c8f9d21 /res
parentbd7c72771786be1efd41ccaa322a8b40b3da94c4 (diff)
parent59f1f5f7202ce50f0616b106adac726088dd6472 (diff)
am 59f1f5f7: am 19518d2d: Merge "Fix flicker when long pressing to drag and drop" into klp-dev
* commit '59f1f5f7202ce50f0616b106adac726088dd6472': Fix flicker when long pressing to drag and drop
Diffstat (limited to 'res')
-rw-r--r--res/layout/phone_favorite_regular_row_view.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/phone_favorite_regular_row_view.xml b/res/layout/phone_favorite_regular_row_view.xml
index 2e4dde217..a90117f10 100644
--- a/res/layout/phone_favorite_regular_row_view.xml
+++ b/res/layout/phone_favorite_regular_row_view.xml
@@ -24,8 +24,7 @@
android:id="@+id/contact_favorite_card"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:focusable="true"
- android:background="?android:attr/selectableItemBackground" >
+ android:focusable="true">
<com.android.contacts.common.widget.LayoutSuppressingQuickContactBadge
android:id="@+id/contact_tile_quick"