parent
db00972a0c
commit
802043d9ad
14 changed files with 199 additions and 68 deletions
@ -0,0 +1,41 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent" |
||||||
|
android:orientation="vertical"> |
||||||
|
|
||||||
|
<com.google.android.material.appbar.MaterialToolbar |
||||||
|
android:id="@+id/toolbar" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="?actionBarSize" |
||||||
|
android:background="@color/transparent" |
||||||
|
app:navigationIcon="@drawable/icon_toolbar_back" |
||||||
|
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" |
||||||
|
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" |
||||||
|
app:titleCentered="true" |
||||||
|
app:titleTextAppearance="@style/ToolbarTextAppearance" /> |
||||||
|
|
||||||
|
<!-- <include--> |
||||||
|
<!-- android:id="@+id/ilSearch"--> |
||||||
|
<!-- layout="@layout/item_search_control_net" />--> |
||||||
|
<com.project.survey.widget.SearchWidget |
||||||
|
android:id="@+id/searchWidget" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
app:sw_hint="请输入点名进行搜索" /> |
||||||
|
|
||||||
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout |
||||||
|
android:id="@+id/smartRefreshLayout" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent"> |
||||||
|
|
||||||
|
<androidx.recyclerview.widget.RecyclerView |
||||||
|
android:id="@+id/recyclerView" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent" |
||||||
|
android:padding="@dimen/sw_12dp" |
||||||
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> |
||||||
|
</com.scwang.smart.refresh.layout.SmartRefreshLayout> |
||||||
|
|
||||||
|
</LinearLayout> |
Loading…
Reference in new issue