mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-27 06:41:15 +00:00
9 lines
199 B
XML
9 lines
199 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" />
|
||
|
|
||
|
</menu>
|