Fix stream item pressed state
Make the entire area, from the top to the bottom, highlight. There're
still side margins.
Bug 6220226
Change-Id: I5694bfede504764390c140c2049179bbf0b549ff
diff --git a/res/layout/stream_item_container.xml b/res/layout/stream_item_container.xml
index ee32596..c5d2c0e 100644
--- a/res/layout/stream_item_container.xml
+++ b/res/layout/stream_item_container.xml
@@ -29,6 +29,7 @@
android:paddingLeft="@dimen/detail_update_section_item_horizontal_padding"
android:paddingRight="@dimen/detail_update_section_item_horizontal_padding"
android:paddingTop="@dimen/detail_update_section_item_vertical_padding"
+ android:paddingBottom="@dimen/detail_update_section_item_vertical_padding"
android:background="?android:attr/selectableItemBackground"
android:orientation="vertical"
>
@@ -81,7 +82,6 @@
android:id="@+id/horizontal_divider"
android:layout_width="match_parent"
android:layout_height="1px"
- android:layout_marginTop="@dimen/detail_update_section_item_vertical_padding"
android:background="?android:attr/dividerHorizontal"
android:layout_gravity="bottom" />