Fix the stream item layout
Bug 6109509
Change-Id: Id5e503aedc236d8cf95300fa21bbecf5f0cb435c
diff --git a/res/layout/stream_item_container.xml b/res/layout/stream_item_container.xml
index 903f6b0..6fa15b1 100644
--- a/res/layout/stream_item_container.xml
+++ b/res/layout/stream_item_container.xml
@@ -26,6 +26,9 @@
android:id="@+id/stream_item_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ 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:background="?android:attr/selectableItemBackground"
android:orientation="vertical"
>
@@ -35,9 +38,6 @@
android:id="@+id/stream_item_image_rows"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- 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_between_items_vertical_padding"
android:layout_gravity="center_vertical"
android:orientation="vertical"