NewPipe-app-android/app/src/main/res/layout/activity_videoitem_detail.xml

5 lines
330 B
XML
Raw Normal View History

2015-09-04 02:15:03 +02:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:id="@+id/videoitem_detail_container"
android:layout_width="match_parent" android:layout_height="match_parent"
2016-08-02 21:17:54 +02:00
tools:context=".detail.VideoItemDetailActivity" tools:ignore="MergeRootFrame" />