| 
					
				 | 
			
			
				@@ -1,45 +1,35 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <?xml version="1.0" encoding="utf-8"?> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<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" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:id="@+id/title_wrapper" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    android:orientation="vertical" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    android:layout_marginStart="48dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    android:layout_marginTop="16dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    android:layout_marginBottom="16dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    android:background="?attr/selectableItemBackground"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    android:background="?attr/selectableItemBackground" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    android:orientation="vertical" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    android:padding="16dp"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:id="@+id/search_result_pref_title" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         style="@style/TextAppearance.Regular.SubHeading" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_width="0dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintEnd_toEndOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintStart_toStartOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintTop_toTopOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         tools:text="Title" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:id="@+id/search_result_pref_summary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_width="0dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintEnd_toEndOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintStart_toStartOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintTop_toBottomOf="@+id/search_result_pref_title" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         tools:text="Summary" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:id="@+id/search_result_pref_breadcrumb" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         style="@style/TextAppearance.Regular.Caption" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_width="0dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:ellipsize="end" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:maxLines="1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintEnd_toEndOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintStart_toStartOf="parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        app:layout_constraintTop_toBottomOf="@+id/search_result_pref_summary" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         tools:text="Location" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-</androidx.constraintlayout.widget.ConstraintLayout> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</LinearLayout> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |