1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-02 10:03:30 +00:00
NewPipe/app/src/main/res/layout/activity_videoitem_detail.xml

5 lines
330 B
XML
Raw Normal View History

2015-09-04 00:15:03 +00: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 19:17:54 +00:00
tools:context=".detail.VideoItemDetailActivity" tools:ignore="MergeRootFrame" />