From 6c178cfb7e8ad2e6004d7ff0a5f1fd214ff05637 Mon Sep 17 00:00:00 2001 From: chschtsch Date: Tue, 5 Jan 2016 23:09:15 +0300 Subject: [PATCH] add back missing like button margin --- app/src/main/res/layout/fragment_videoitem_detail.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_videoitem_detail.xml b/app/src/main/res/layout/fragment_videoitem_detail.xml index 3ef048e46..611a5aa14 100644 --- a/app/src/main/res/layout/fragment_videoitem_detail.xml +++ b/app/src/main/res/layout/fragment_videoitem_detail.xml @@ -124,6 +124,7 @@ android:layout_below="@id/detailViewCountView" android:layout_toLeftOf="@id/detailThumbsDownCountView" android:layout_toStartOf="@id/detailThumbsDownCountView" + android:layout_marginLeft="@dimen/video_item_detail_like_margin" android:src="@drawable/thumbs_down" />