Merge pull request #546 from mueller-ma/kodi
Change order of buttons in the title bar
This commit is contained in:
commit
3a13d4a1de
|
@ -8,20 +8,20 @@
|
||||||
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"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
Loading…
Reference in New Issue