mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-29 14:27:39 +00:00
Got rid of imageview from testing
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user