mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	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" | ||||
|                     android:nextFocusLeft="@id/home_select_cartoons" | ||||
|                     android:nextFocusRight="@id/home_select_livestreams" | ||||
|                     android:text="@string/documentaries" /> | ||||
| 
 | ||||
|                 <com.google.android.material.button.MaterialButton | ||||
|                     android:id="@+id/home_select_livestreams" | ||||
|                     style="@style/RoundedSelectableButton" | ||||
|                     android:nextFocusLeft="@id/home_select_documentaries" | ||||
|                     android:nextFocusRight="@id/home_select_nsfw" | ||||
|                     android:text="@string/livestreams" /> | ||||
| 
 | ||||
|                 <com.google.android.material.button.MaterialButton | ||||
|                     android:id="@+id/home_select_nsfw" | ||||
|                     style="@style/RoundedSelectableButton" | ||||
|                     android:nextFocusLeft="@id/home_select_livestreams" | ||||
|                     android:nextFocusRight="@id/home_select_nsfw" | ||||
|                     android:text="@string/nsfw" /> | ||||
| 
 | ||||
|                 <com.google.android.material.button.MaterialButton | ||||
|  |  | |||
|  | @ -136,21 +136,23 @@ | |||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|                 android:id="@+id/search_select_documentaries" | ||||
| 
 | ||||
|                 style="@style/RoundedSelectableButton" | ||||
|                 android:nextFocusLeft="@id/search_select_cartoons" | ||||
|                 android:nextFocusRight="@id/search_select_livestreams" | ||||
|                 android:text="@string/documentaries" /> | ||||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|                 android:id="@+id/search_select_livestreams" | ||||
|                 style="@style/RoundedSelectableButton" | ||||
|                 android:nextFocusLeft="@id/search_select_documentaries" | ||||
|                 android:nextFocusRight="@id/search_select_nsfw" | ||||
|                 android:text="@string/livestreams" /> | ||||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|                 android:id="@+id/search_select_nsfw" | ||||
|                 style="@style/RoundedSelectableButton" | ||||
|                 android:nextFocusLeft="@id/search_select_livestreams" | ||||
|                 android:nextFocusRight="@id/search_select_others" | ||||
|                 android:text="@string/nsfw" /> | ||||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|  |  | |||
|  | @ -31,7 +31,7 @@ | |||
|         android:paddingEnd="10dp" | ||||
|         android:requiresFadingEdge="horizontal"> | ||||
| 
 | ||||
| <!--        Man what the fuck we need a recyclerview --> | ||||
|         <!--        Man what the fuck we need a recyclerview --> | ||||
| 
 | ||||
|         <LinearLayout | ||||
|             android:layout_width="wrap_content" | ||||
|  | @ -93,21 +93,23 @@ | |||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|                 android:id="@+id/home_select_documentaries" | ||||
| 
 | ||||
|                 style="@style/RoundedSelectableButton" | ||||
|                 android:nextFocusLeft="@id/home_select_cartoons" | ||||
|                 android:nextFocusRight="@id/home_select_livestreams" | ||||
|                 android:text="@string/documentaries" /> | ||||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|                 android:id="@+id/home_select_livestreams" | ||||
|                 style="@style/RoundedSelectableButton" | ||||
|                 android:nextFocusLeft="@id/home_select_documentaries" | ||||
|                 android:nextFocusRight="@id/home_select_nsfw" | ||||
|                 android:text="@string/livestreams" /> | ||||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|                 android:id="@+id/home_select_nsfw" | ||||
|                 style="@style/RoundedSelectableButton" | ||||
|                 android:nextFocusLeft="@id/home_select_livestreams" | ||||
|                 android:nextFocusRight="@id/home_select_others" | ||||
|                 android:text="@string/nsfw" /> | ||||
| 
 | ||||
|             <com.google.android.material.button.MaterialButton | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue