From 52031ac62bc07c65ae7d82b0c11a7f686d73ef04 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Sun, 6 Dec 2015 18:27:07 -0500 Subject: [PATCH] Image should have same amrgin as other side. --- app/src/main/res/layout/fragment_album.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_album.xml b/app/src/main/res/layout/fragment_album.xml index 46ddeb4..b9de2d6 100644 --- a/app/src/main/res/layout/fragment_album.xml +++ b/app/src/main/res/layout/fragment_album.xml @@ -18,7 +18,8 @@ + android:layout_height="match_parent" + android:layout_marginLeft="5dp"/>