2017-09-29 18:29:56 +02: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">
|
2018-09-08 12:58:08 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_translate"
|
|
|
|
android:title="@string/translate"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_bookmark"
|
|
|
|
android:title="@string/bookmark_add"
|
2018-09-28 19:35:13 +02:00
|
|
|
android:actionLayout="@layout/bookmark_layout"
|
2018-09-08 12:58:08 +02:00
|
|
|
app:showAsAction="never" />
|
2018-11-06 19:50:09 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_info"
|
|
|
|
android:title="@string/information"
|
|
|
|
app:showAsAction="never" />
|
2018-09-08 12:58:08 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_open_browser"
|
|
|
|
android:title="@string/action_open_in_web"
|
|
|
|
app:showAsAction="never"/>
|
2017-09-29 18:29:56 +02:00
|
|
|
<item
|
2018-12-09 15:47:26 +01:00
|
|
|
android:id="@+id/action_share"
|
|
|
|
android:title="@string/more_action_6"
|
2017-09-29 18:29:56 +02:00
|
|
|
app:showAsAction="never" />
|
2018-01-04 16:03:21 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_timed_mute"
|
|
|
|
android:title="@string/more_action_8"
|
|
|
|
app:showAsAction="never" />
|
2018-12-09 15:47:26 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_schedule_boost"
|
|
|
|
android:title="@string/schedule_boost"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_mute"
|
|
|
|
android:title="@string/more_action_1"
|
|
|
|
app:showAsAction="never" />
|
2017-09-29 18:29:56 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_block"
|
|
|
|
android:title="@string/more_action_2"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_report"
|
|
|
|
android:title="@string/more_action_3"
|
|
|
|
app:showAsAction="never" />
|
2018-09-26 19:07:22 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_block_domain"
|
|
|
|
android:title="@string/block_domain"
|
|
|
|
app:showAsAction="never" />
|
2018-08-14 14:33:52 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_redraft"
|
|
|
|
android:title="@string/more_action_9"
|
|
|
|
app:showAsAction="never" />
|
2017-09-29 18:29:56 +02:00
|
|
|
<item
|
2017-09-29 18:44:20 +02:00
|
|
|
android:id="@+id/action_remove"
|
2017-09-29 18:29:56 +02:00
|
|
|
android:title="@string/more_action_4"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
2017-09-29 18:44:20 +02:00
|
|
|
android:id="@+id/action_copy"
|
2017-09-29 18:29:56 +02:00
|
|
|
android:title="@string/more_action_5"
|
|
|
|
app:showAsAction="never" />
|
2017-09-29 18:44:20 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_mention"
|
|
|
|
android:title="@string/more_action_7"
|
|
|
|
app:showAsAction="never" />
|
2018-09-08 12:58:08 +02:00
|
|
|
|
2017-09-29 18:29:56 +02:00
|
|
|
</menu>
|