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"/>
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file