mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 12:51:16 +00:00
12 lines
268 B
XML
12 lines
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/report_issue"
|
|
android:title="@string/report_issue" />
|
|
|
|
<item
|
|
android:id="@+id/exit"
|
|
android:title="@string/exit" />
|
|
|
|
</menu>
|