40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.CoordinatorLayout 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/main_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fitsSystemWindows="true"
|
|
android:clipToPadding="true"
|
|
>
|
|
|
|
<android.support.design.widget.AppBarLayout
|
|
android:id="@+id/appbar"
|
|
style="@style/barLayout"
|
|
>
|
|
|
|
|
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
<com.czp.searchmlist.mSearchLayout
|
|
android:layout_marginTop="5dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/msearchlayout"
|
|
app:search_hint="小说搜索"
|
|
app:search_baground="@drawable/search_baground_shap"
|
|
/>
|
|
|
|
<LinearLayout style="@style/llGraySplit" />
|
|
|
|
<FrameLayout
|
|
android:gravity="bottom"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/banner_container"/>
|
|
|
|
|
|
</android.support.design.widget.CoordinatorLayout>
|