NewPipe/app/src/main/res/layout/dialog_contentsettings.xml

13 lines
457 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-06-10 19:57:35 +00:00
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-06-15 03:18:54 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/usedTabs"
android:layout_width="match_parent"
2018-06-15 03:18:54 +00:00
android:layout_height="match_parent"
android:layout_margin="0dp" />
2018-06-10 19:57:35 +00:00
</RelativeLayout>