update fragment_videoitem_detail layout

This commit is contained in:
chschtsch 2015-11-14 19:11:08 +03:00
parent 36697825cf
commit 0aac4b1347
2 changed files with 4 additions and 3 deletions

View file

@ -53,6 +53,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:textStyle="bold"
android:paddingBottom="3dp"
android:textSize="@dimen/text_video_title_size"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Video title placeholder"/>
@ -77,7 +78,7 @@
<TextView android:id="@+id/detailViewCountView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="6dp"
android:paddingBottom="3dp"
android:layout_below="@id/detailVideoTitleView"
android:layout_alignParentRight="true"
android:textSize="@dimen/text_video_views_size"