New Screen - indev2

banner
This commit is contained in:
darkon5 2015-09-22 14:48:33 +02:00
parent 03ed121610
commit 1ee54016a5
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -23,6 +23,7 @@
android:layout_gravity="center"
android:indeterminate="true"/>
<ImageView android:id="@+id/detailThumbnailView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -45,6 +46,15 @@
android:visibility="visible"
android:text="detailVideoTitleViewDUMMY"/>
<!-- THIS NEEDS TO BE STRETCHED - maybe by code? idk -->
<ImageView android:id="@+id/detailChannelBackground"
android:layout_width="fill_parent"
android:layout_height="100dp"
android:layout_below="@id/detailVideoTitleView"
android:paddingLeft="0dp"
android:visibility="visible"
android:src="@drawable/banner" />
<ImageView android:id="@+id/detailUploaderThumbnailView"
android:layout_width="85dp"
android:layout_height="100dp"
@ -55,6 +65,7 @@
android:visibility="visible"
android:src="@drawable/budy" />
<TextView android:id="@+id/detailUploaderView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"