LibreTube/app/src/main/res/layout/dialog_navbar_options.xml

12 lines
423 B
XML
Raw Normal View History

2022-09-20 22:06:23 +05:30
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2022-09-20 22:36:30 +05:30
android:layout_height="match_parent"
android:paddingTop="20dp">
2022-09-20 22:06:23 +05:30
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/options_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>