summaryrefslogtreecommitdiffstats
path: root/res/layout/contact_tile_starred.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/contact_tile_starred.xml')
-rw-r--r--res/layout/contact_tile_starred.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout/contact_tile_starred.xml b/res/layout/contact_tile_starred.xml
index ed290420..3d9abb58 100644
--- a/res/layout/contact_tile_starred.xml
+++ b/res/layout/contact_tile_starred.xml
@@ -16,17 +16,16 @@
<view
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ex="http://schemas.android.com/apk/res-auto"
- android:background="@null"
- class="com.android.contacts.common.list.ContactTileStarredView" >
+ class="com.android.contacts.common.list.ContactTileStarredView"
+ android:focusable="true"
+ android:background="?android:attr/selectableItemBackground">
<LinearLayout
android:id="@+id/contact_tile_push_state"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:paddingTop="21dp"
- android:focusable="true"
- android:background="?android:attr/selectableItemBackground">
+ android:paddingTop="21dp">
<view
android:id="@+id/contact_tile_container"
android:layout_width="match_parent"