mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 09:13:00 +00:00 
			
		
		
		
	Fix focus search fragment
This commit is contained in:
		@@ -3,9 +3,14 @@
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    android:focusable="true"
 | 
			
		||||
    android:focusableInTouchMode="true">
 | 
			
		||||
    android:layout_height="match_parent">
 | 
			
		||||
 | 
			
		||||
    <!-- Empty view to receive the focus when the edit text of the toolbar lose it  -->
 | 
			
		||||
    <View
 | 
			
		||||
        android:layout_width="0dp"
 | 
			
		||||
        android:layout_height="0dp"
 | 
			
		||||
        android:focusable="true"
 | 
			
		||||
        android:focusableInTouchMode="true"/>
 | 
			
		||||
 | 
			
		||||
    <android.support.v7.widget.RecyclerView
 | 
			
		||||
        android:id="@+id/result_list_view"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user