mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-30 02:31:24 +00:00
- made "could not find a streamingplayer" thing inside ActionBarHandler yield stacktraces - remove watermark - fixed fab layout - changed version number to 0.5.0
15 lines
571 B
XML
15 lines
571 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<fragment
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/videoitem_list"
|
|
android:name="org.schabi.newpipe.VideoItemListFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".VideoItemListActivity"
|
|
tools:layout="@android:layout/list_content"/>
|
|
|
|
</LinearLayout> |