2017-07-23 09:45:08 +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">
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_go"
|
|
|
|
android:title="@string/open_with"
|
2017-10-28 14:32:18 +02:00
|
|
|
android:icon="@drawable/ic_open_with"
|
2017-07-23 09:45:08 +02:00
|
|
|
app:showAsAction="always" />
|
2018-09-29 14:11:42 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_comment"
|
|
|
|
android:title="@string/comment"
|
|
|
|
android:icon="@drawable/ic_comment_peertube"
|
|
|
|
android:visible="false"
|
|
|
|
app:showAsAction="always" />
|
2017-07-23 09:45:08 +02:00
|
|
|
</menu>
|