mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	change order of buttons. closes #471
This commit is contained in:
		| @@ -2,17 +2,11 @@ | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|       xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/menu_item_download" | ||||
|         android:icon="?attr/download" | ||||
|         android:title="@string/download" | ||||
|         app:showAsAction="always"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/menu_item_share" | ||||
|         android:icon="?attr/share" | ||||
|         android:title="@string/share" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|         app:showAsAction="always"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_play_with_kodi" | ||||
| @@ -20,8 +14,14 @@ | ||||
|         android:title="@string/play_with_kodi_title" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/menu_item_download" | ||||
|         android:icon="?attr/download" | ||||
|         android:title="@string/download" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/menu_item_openInBrowser" | ||||
|         android:title="@string/open_in_browser" | ||||
|         app:showAsAction="never"/> | ||||
| </menu> | ||||
| </menu> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 mueller-ma
					mueller-ma