2019-07-03 01:19:45 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-09-14 14:41:00 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2019-07-03 01:19:45 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-09-14 14:41:00 +02:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
2020-04-12 22:29:19 +02:00
|
|
|
<include layout="@layout/titlebar"/>
|
2019-07-03 01:19:45 +02:00
|
|
|
|
|
|
|
<FrameLayout
|
2019-09-14 14:41:00 +02:00
|
|
|
android:id="@+id/settings"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
</LinearLayout>
|