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

13 lines
357 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_active"
android:title="@string/add_device"
app:showAsAction="ifRoom" />
</menu>