change order of buttons, see https://github.com/TeamNewPipe/NewPipe/issues/471#issuecomment-300267118
This commit is contained in:
parent
aeb0cac3ee
commit
94cc2ad365
|
@ -3,9 +3,9 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/menu_item_share"
|
android:id="@+id/menu_item_download"
|
||||||
android:icon="?attr/share"
|
android:icon="?attr/download"
|
||||||
android:title="@string/share"
|
android:title="@string/download"
|
||||||
app:showAsAction="always"/>
|
app:showAsAction="always"/>
|
||||||
|
|
||||||
<item
|
<item
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
app:showAsAction="ifRoom"/>
|
app:showAsAction="ifRoom"/>
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/menu_item_download"
|
android:id="@+id/menu_item_share"
|
||||||
android:icon="?attr/download"
|
android:icon="?attr/share"
|
||||||
android:title="@string/download"
|
android:title="@string/share"
|
||||||
app:showAsAction="ifRoom"/>
|
app:showAsAction="ifRoom"/>
|
||||||
|
|
||||||
<item
|
<item
|
||||||
|
|
Loading…
Reference in New Issue