1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 21:01:18 +00:00
syncthing-android/src/main/res/menu/repo_settings.xml

11 lines
271 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/create"
android:title="@string/create"
app:showAsAction="always" />
</menu>