TiebaLite/app/src/main/res/layout/activity_settings.xml

22 lines
875 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.huanchengfly.tieba.post.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"
app:backgroundTint="@color/default_color_window_background"
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.post.widgets.theme.TintCoordinatorLayout>