From 320ac82dea1f7eeae989e7481c4379f6894c82a2 Mon Sep 17 00:00:00 2001 From: chschtsch Date: Fri, 11 Dec 2015 14:01:04 +0300 Subject: [PATCH] merging with master --- .../res/layout/fragment_videoitem_detail.xml | 146 ++++++++++-------- 1 file changed, 81 insertions(+), 65 deletions(-) diff --git a/app/src/main/res/layout/fragment_videoitem_detail.xml b/app/src/main/res/layout/fragment_videoitem_detail.xml index 664cb6089..cd668ae1c 100644 --- a/app/src/main/res/layout/fragment_videoitem_detail.xml +++ b/app/src/main/res/layout/fragment_videoitem_detail.xml @@ -8,7 +8,8 @@ style="?android:attr/textAppearanceLarge" android:layout_width="match_parent" android:layout_height="match_parent" - android:id="@+id/videoitem_detail"> + android:id="@+id/videoitem_detail" + android:background="@color/background_gray"> + + + android:visibility="visible"> - + android:layout_height="250dp" + android:background="@android:color/transparent" /> - + android:layout_below="@id/detailVideoThumbnailWindow" + android:paddingTop="5dp" + android:paddingBottom="5dp" + android:paddingRight="5dp" + android:paddingLeft="5dp" + android:background="@color/background_gray"> @@ -117,7 +128,7 @@ android:layout_toStartOf="@id/detailThumbsDownImgView" android:paddingRight="5dp" android:paddingLeft="5dp" - android:textSize="@dimen/video_item_detail_likes_text_size" + android:textSize="@dimen/text_video_like_size" android:textAppearance="?android:attr/textAppearanceMedium"/> + + + + + +