diff options
author | Yorke Lee <yorkelee@google.com> | 2013-10-01 14:23:32 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-10-01 14:23:33 +0000 |
commit | 19518d2db02f4e6a4f7f32dfd969864ff0f55114 (patch) | |
tree | 13936ec98c0caffc386a6d3ad406d2ecd370ec76 /res | |
parent | 851a5e4796724bb2fde24dc5cb868cc9c7c05c40 (diff) | |
parent | 090ccc50ee6d6895db77ffc4afcf7dd66f30597a (diff) |
Merge "Fix flicker when long pressing to drag and drop" into klp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/phone_favorite_regular_row_view.xml | 3 |
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" |