2020-05-13 21:04:19 +03:00
|
|
|
<?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">
|
|
|
|
|
2020-05-28 11:25:04 +03:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_edit"
|
|
|
|
android:title="@string/edit"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
|
2020-05-13 21:04:19 +03:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_refresh"
|
|
|
|
android:title="@string/room_widget_reload"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_widget_open_ext"
|
|
|
|
android:title="@string/room_widget_open_in_browser"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
|
|
|
|
<item
|
2020-05-28 11:25:04 +03:00
|
|
|
android:id="@+id/action_delete"
|
2022-01-04 16:15:46 +03:00
|
|
|
android:title="@string/action_delete"
|
2020-05-13 21:04:19 +03:00
|
|
|
app:showAsAction="never" />
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_revoke"
|
|
|
|
android:title="@string/room_widget_revoke_access"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
|
|
|
|
</menu>
|