2019-09-21 08:51:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/share_with"
|
|
|
|
android:title="@string/share_uri_with" />
|
2019-09-24 15:29:34 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/open_join_dialog"
|
|
|
|
android:title="@string/open_join_dialog"/>
|
2019-09-21 08:51:05 +00:00
|
|
|
</menu>
|