1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 12:51:16 +00:00
syncthing-android/app/src/main/res/menu/folder_settings.xml
2017-10-24 14:55:28 +09:00

18 lines
540 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/create"
android:icon="@drawable/ic_done_white_24dp"
android:title="@string/create"
app:showAsAction="always|withText" />
<item
android:id="@+id/remove"
android:icon="@drawable/ic_delete_white_24dp_active"
android:title="@string/delete_folder"
app:showAsAction="ifRoom" />
</menu>