2015-10-22 01:27:22 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-03-12 21:22:40 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
2015-10-22 01:27:22 +08:00
|
|
|
|
2015-12-26 07:07:45 +08:00
|
|
|
<include layout="@layout/toolbar"/>
|
2015-10-22 01:27:22 +08:00
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/settings_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|