Add padding for right image in stream image view
Fixes the issue of the left image being one pixel shorter than
the right in some display resolutions.
Bug: 5663815
Change-Id: If6778c4249f0b95493f441b77e569ce30b3a5d1f
diff --git a/res/layout/stream_item_row_images.xml b/res/layout/stream_item_row_images.xml
index a96e2d2..8620be9 100644
--- a/res/layout/stream_item_row_images.xml
+++ b/res/layout/stream_item_row_images.xml
@@ -41,6 +41,7 @@
class="com.android.contacts.common.widget.ProportionalLayout"
android:layout_width="0dip"
android:layout_height="wrap_content"
+ android:layout_marginLeft="@dimen/detail_update_section_between_items_padding"
android:layout_weight="1"
ex:ratio="1"
ex:direction="widthToHeight">