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

9 lines
315 B
XML
Raw Normal View History

2022-05-11 01:35:15 +05:30
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/settings"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>