blob: 58aeb7f6026163bebfa5fb7068a348eeaf7befda (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<androidx.fragment.app.FragmentContainerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/settingsContainer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
|