1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-09 18:44:43 +00:00
syncthing-android/app/src/main/res/menu/device_list.xml

13 lines
359 B
XML
Raw Normal View History

<?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/add_device"
android:icon="@drawable/ic_add_white_24dp"
android:title="@string/add_device"
2016-09-25 04:12:41 +00:00
app:showAsAction="always|withText" />
</menu>