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

16 lines
555 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-06-10 21:57:35 +02:00
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-06-17 23:29:28 +02:00
android:id="@+id/relLay"
2018-06-15 05:18:54 +02: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 05:18:54 +02:00
android:layout_height="match_parent"
2018-06-17 23:29:28 +02:00
android:layout_margin="0dp"
android:paddingBottom="0dp"
android:paddingTop="0dp" />
2018-06-10 21:57:35 +02:00
</RelativeLayout>