mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 22:31:16 +00:00
8 lines
199 B
XML
8 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>
|