mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-02 23:31:36 +00:00
prioritize select_folder over create_folder
This commit is contained in:
parent
508f1884ad
commit
12012d517e
1 changed files with 6 additions and 6 deletions
|
@ -4,14 +4,14 @@
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" >
|
xmlns:app="http://schemas.android.com/apk/res-auto" >
|
||||||
|
|
||||||
<item
|
|
||||||
android:id="@+id/create_folder"
|
|
||||||
android:title="@string/create_folder"
|
|
||||||
app:showAsAction="ifRoom" />
|
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/select"
|
android:id="@+id/select"
|
||||||
android:title="@string/select_folder"
|
android:title="@string/select_folder"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
|
|
||||||
</menu>
|
<item
|
||||||
|
android:id="@+id/create_folder"
|
||||||
|
android:title="@string/create_folder"
|
||||||
|
app:showAsAction="ifRoom" />
|
||||||
|
|
||||||
|
</menu>
|
||||||
|
|
Loading…
Reference in a new issue