mirror of
https://github.com/element-hq/element-android
synced 2024-12-21 08:54:12 +03:00
30 lines
No EOL
864 B
XML
30 lines
No EOL
864 B
XML
<?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">
|
|
|
|
<item
|
|
android:id="@+id/action_edit"
|
|
android:title="@string/edit"
|
|
app:showAsAction="never" />
|
|
|
|
<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
|
|
android:id="@+id/action_delete"
|
|
android:title="@string/action_delete"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/action_revoke"
|
|
android:title="@string/room_widget_revoke_access"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |