mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-08 16:30:34 +00:00
New Screen - indev2
banner
This commit is contained in:
parent
03ed121610
commit
1ee54016a5
BIN
app/src/main/res/drawable/banner.png
Normal file
BIN
app/src/main/res/drawable/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user