1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-24 00:50:32 +00:00

Got rid of imageview from testing

This commit is contained in:
Hayden 2016-03-22 19:55:00 -06:00
parent 4f8e4ca0ad
commit d872263b55

View File

@ -7,12 +7,6 @@
tools:context=".VideoItemDetailActivity"
tools:showIn="@layout/activity_videoitem_list">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageView"
android:layout_gravity="center_horizontal" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -31,4 +25,5 @@
android:text="@string/main_bg_subtitle"
android:id="@+id/mainBGSubtitle"
android:layout_gravity="center_horizontal" />
</LinearLayout>