2019-07-03 04:49:45 +05:30
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-09-14 18:11:00 +05:30
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2019-07-03 04:49:45 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-09-14 18:11:00 +05:30
|
|
|
android:orientation="vertical">
|
|
|
|
|
2020-04-13 01:59:19 +05:30
|
|
|
<include layout="@layout/titlebar"/>
|
2019-07-03 04:49:45 +05:30
|
|
|
|
|
|
|
<FrameLayout
|
2019-09-14 18:11:00 +05:30
|
|
|
android:id="@+id/settings"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
</LinearLayout>
|