forked from recloudstream/cloudstream
		
	TV Navigation improvements
This commit is contained in:
		
							parent
							
								
									d38f36e617
								
							
						
					
					
						commit
						4f8f5024cb
					
				
					 3 changed files with 10 additions and 3 deletions
				
			
		|  | @ -102,18 +102,21 @@ | ||||||
| 
 | 
 | ||||||
|                     style="@style/RoundedSelectableButton" |                     style="@style/RoundedSelectableButton" | ||||||
|                     android:nextFocusLeft="@id/home_select_cartoons" |                     android:nextFocusLeft="@id/home_select_cartoons" | ||||||
|  |                     android:nextFocusRight="@id/home_select_livestreams" | ||||||
|                     android:text="@string/documentaries" /> |                     android:text="@string/documentaries" /> | ||||||
| 
 | 
 | ||||||
|                 <com.google.android.material.button.MaterialButton |                 <com.google.android.material.button.MaterialButton | ||||||
|                     android:id="@+id/home_select_livestreams" |                     android:id="@+id/home_select_livestreams" | ||||||
|                     style="@style/RoundedSelectableButton" |                     style="@style/RoundedSelectableButton" | ||||||
|                     android:nextFocusLeft="@id/home_select_documentaries" |                     android:nextFocusLeft="@id/home_select_documentaries" | ||||||
|  |                     android:nextFocusRight="@id/home_select_nsfw" | ||||||
|                     android:text="@string/livestreams" /> |                     android:text="@string/livestreams" /> | ||||||
| 
 | 
 | ||||||
|                 <com.google.android.material.button.MaterialButton |                 <com.google.android.material.button.MaterialButton | ||||||
|                     android:id="@+id/home_select_nsfw" |                     android:id="@+id/home_select_nsfw" | ||||||
|                     style="@style/RoundedSelectableButton" |                     style="@style/RoundedSelectableButton" | ||||||
|                     android:nextFocusLeft="@id/home_select_livestreams" |                     android:nextFocusLeft="@id/home_select_livestreams" | ||||||
|  |                     android:nextFocusRight="@id/home_select_nsfw" | ||||||
|                     android:text="@string/nsfw" /> |                     android:text="@string/nsfw" /> | ||||||
| 
 | 
 | ||||||
|                 <com.google.android.material.button.MaterialButton |                 <com.google.android.material.button.MaterialButton | ||||||
|  |  | ||||||
|  | @ -136,21 +136,23 @@ | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|                 android:id="@+id/search_select_documentaries" |                 android:id="@+id/search_select_documentaries" | ||||||
| 
 |  | ||||||
|                 style="@style/RoundedSelectableButton" |                 style="@style/RoundedSelectableButton" | ||||||
|                 android:nextFocusLeft="@id/search_select_cartoons" |                 android:nextFocusLeft="@id/search_select_cartoons" | ||||||
|  |                 android:nextFocusRight="@id/search_select_livestreams" | ||||||
|                 android:text="@string/documentaries" /> |                 android:text="@string/documentaries" /> | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|                 android:id="@+id/search_select_livestreams" |                 android:id="@+id/search_select_livestreams" | ||||||
|                 style="@style/RoundedSelectableButton" |                 style="@style/RoundedSelectableButton" | ||||||
|                 android:nextFocusLeft="@id/search_select_documentaries" |                 android:nextFocusLeft="@id/search_select_documentaries" | ||||||
|  |                 android:nextFocusRight="@id/search_select_nsfw" | ||||||
|                 android:text="@string/livestreams" /> |                 android:text="@string/livestreams" /> | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|                 android:id="@+id/search_select_nsfw" |                 android:id="@+id/search_select_nsfw" | ||||||
|                 style="@style/RoundedSelectableButton" |                 style="@style/RoundedSelectableButton" | ||||||
|                 android:nextFocusLeft="@id/search_select_livestreams" |                 android:nextFocusLeft="@id/search_select_livestreams" | ||||||
|  |                 android:nextFocusRight="@id/search_select_others" | ||||||
|                 android:text="@string/nsfw" /> |                 android:text="@string/nsfw" /> | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|  |  | ||||||
|  | @ -93,21 +93,23 @@ | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|                 android:id="@+id/home_select_documentaries" |                 android:id="@+id/home_select_documentaries" | ||||||
| 
 |  | ||||||
|                 style="@style/RoundedSelectableButton" |                 style="@style/RoundedSelectableButton" | ||||||
|                 android:nextFocusLeft="@id/home_select_cartoons" |                 android:nextFocusLeft="@id/home_select_cartoons" | ||||||
|  |                 android:nextFocusRight="@id/home_select_livestreams" | ||||||
|                 android:text="@string/documentaries" /> |                 android:text="@string/documentaries" /> | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|                 android:id="@+id/home_select_livestreams" |                 android:id="@+id/home_select_livestreams" | ||||||
|                 style="@style/RoundedSelectableButton" |                 style="@style/RoundedSelectableButton" | ||||||
|                 android:nextFocusLeft="@id/home_select_documentaries" |                 android:nextFocusLeft="@id/home_select_documentaries" | ||||||
|  |                 android:nextFocusRight="@id/home_select_nsfw" | ||||||
|                 android:text="@string/livestreams" /> |                 android:text="@string/livestreams" /> | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|                 android:id="@+id/home_select_nsfw" |                 android:id="@+id/home_select_nsfw" | ||||||
|                 style="@style/RoundedSelectableButton" |                 style="@style/RoundedSelectableButton" | ||||||
|                 android:nextFocusLeft="@id/home_select_livestreams" |                 android:nextFocusLeft="@id/home_select_livestreams" | ||||||
|  |                 android:nextFocusRight="@id/home_select_others" | ||||||
|                 android:text="@string/nsfw" /> |                 android:text="@string/nsfw" /> | ||||||
| 
 | 
 | ||||||
|             <com.google.android.material.button.MaterialButton |             <com.google.android.material.button.MaterialButton | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue