commit | eea34c1e33624eb1d9c43dd8d49e3f296602e225 | [log] [tgz] |
---|---|---|
author | Frank Sposaro <sposaro@google.com> | Sun Aug 14 16:20:57 2011 -0700 |
committer | Frank Sposaro <sposaro@google.com> | Tue Aug 16 10:20:51 2011 -0700 |
tree | 52e7d33f7fc0b8877978884fc5b543fa5af00910 | |
parent | 9d58f279befb457bdcb302085b62cd4e3279c777 [diff] [blame] |
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>