1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-04 08:11:37 +00:00
syncthing-android/app/src/main/res/menu/device_list.xml

13 lines
353 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"
2023-06-13 19:32:15 +00:00
android:icon="@drawable/ic_add_24dp"
android:title="@string/add_device"
2016-09-25 04:12:41 +00:00
app:showAsAction="always|withText" />
</menu>