pda/zhuike/.svn/pristine/1f/1f206c6a0fad6fb27ef1bfd34f6...

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-02-06 22:23:29 +08:00
<?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"
xmlns:tools="http://schemas.android.com/tools"
style="@style/llOutside"
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".Activity_Search"
tools:showIn="@layout/activity_search">
<!-- <com.tangguna.searchbox.library.widget.SearchListLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/msearchlayout"
app:search_hint="输入搜索内容"
app:search_baground="@drawable/search_baground_shap">
</com.tangguna.searchbox.library.widget.SearchListLayout>
-->
<com.czp.searchmlist.mSearchLayout
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>