Bug fixes for ContactTileRow

-Fixed push states on frequent contacts
-ContactTileRow is no longer clickable
-Keyboard navigation is enabled for favorites screens
**depends on https://android-git.corp.google.com/g/#/c/128328/1**
-Minor padding width fix

Bug: 5163130
Bug: 5071772
Bug: 5171573
Change-Id: I570d6fd1670f4911472328b0a3412d6153b606fd
diff --git a/res/layout/contact_tile_starred.xml b/res/layout/contact_tile_starred.xml
index 5fdfe65..757abea 100644
--- a/res/layout/contact_tile_starred.xml
+++ b/res/layout/contact_tile_starred.xml
@@ -70,6 +70,7 @@
             android:id="@+id/contact_tile_push_state"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
+            android:focusable="true"
             android:background="?android:attr/selectableItemBackground" />
 
     </RelativeLayout>