2016-09-21 21:15:34 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-11-04 23:28:57 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:ignore="AlwaysShowAction">
|
2016-09-21 21:15:34 +02:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:icon="@drawable/ic_share_white_48px"
|
|
|
|
android:orderInCategory="300"
|
2016-10-26 16:23:14 +02:00
|
|
|
android:title="@string/action_share_dotdotdot"
|
|
|
|
app:showAsAction="always">
|
2016-09-21 21:15:34 +02:00
|
|
|
<menu>
|
2016-10-26 16:23:14 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_share_screenshot"
|
|
|
|
android:title="@string/share__share_screenshot" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_take_screenshot"
|
|
|
|
android:title="@string/share__take_screenshot" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_share_link"
|
|
|
|
android:title="@string/share__share_link_as_text" />
|
2016-09-21 21:15:34 +02:00
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
|
2016-10-26 23:43:53 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_go_to_top"
|
|
|
|
android:icon="@drawable/ic_arrow_upward_white_48px"
|
|
|
|
android:orderInCategory="400"
|
|
|
|
android:title="@string/action_go_to_top"
|
|
|
|
app:showAsAction="always" />
|
|
|
|
|
2016-09-21 21:15:34 +02:00
|
|
|
</menu>
|