27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <?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> |