mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #546 from mueller-ma/kodi
Change order of buttons in the title bar
This commit is contained in:
		| @@ -8,18 +8,18 @@ | |||||||
|         android:title="@string/download" |         android:title="@string/download" | ||||||
|         app:showAsAction="always"/> |         app:showAsAction="always"/> | ||||||
|  |  | ||||||
|     <item |  | ||||||
|         android:id="@+id/menu_item_share" |  | ||||||
|         android:icon="?attr/share" |  | ||||||
|         android:title="@string/share" |  | ||||||
|         app:showAsAction="ifRoom"/> |  | ||||||
|  |  | ||||||
|     <item |     <item | ||||||
|         android:id="@+id/action_play_with_kodi" |         android:id="@+id/action_play_with_kodi" | ||||||
|         android:icon="?attr/cast" |         android:icon="?attr/cast" | ||||||
|         android:title="@string/play_with_kodi_title" |         android:title="@string/play_with_kodi_title" | ||||||
|         app:showAsAction="ifRoom"/> |         app:showAsAction="ifRoom"/> | ||||||
|  |  | ||||||
|  |     <item | ||||||
|  |         android:id="@+id/menu_item_share" | ||||||
|  |         android:icon="?attr/share" | ||||||
|  |         android:title="@string/share" | ||||||
|  |         app:showAsAction="ifRoom"/> | ||||||
|  |  | ||||||
|     <item |     <item | ||||||
|         android:id="@+id/menu_item_openInBrowser" |         android:id="@+id/menu_item_openInBrowser" | ||||||
|         android:title="@string/open_in_browser" |         android:title="@string/open_in_browser" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger