21 lines
801 B
XML
21 lines
801 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<com.huanchengfly.tieba.widgets.theme.TintCoordinatorLayout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
android:id="@+id/background"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
tools:context=".activities.SettingsActivity">
|
||
|
|
|
||
|
|
<include
|
||
|
|
layout="@layout/layout_appbar" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
||
|
|
android:id="@+id/main"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical" />
|
||
|
|
|
||
|
|
</com.huanchengfly.tieba.widgets.theme.TintCoordinatorLayout>
|