Skip to content

Commit 7fdb9ce

Browse files
author
Jad Kik
committed
Rename and move Share Stream menu item
1 parent 8248bc1 commit 7fdb9ce

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/src/main/res/menu/video_detail_menu.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
android:title="@string/share"
1515
app:showAsAction="ifRoom"/>
1616

17-
<item
18-
android:id="@+id/menu_item_share_stream"
19-
android:icon="?attr/share"
20-
android:title="@string/share_stream"
21-
app:showAsAction="ifRoom"/>
22-
2317
<item
2418
android:id="@+id/action_settings"
2519
android:orderInCategory="1"
@@ -31,4 +25,10 @@
3125
android:orderInCategory="2"
3226
android:title="@string/open_in_browser"
3327
app:showAsAction="never"/>
28+
29+
<item
30+
android:id="@+id/menu_item_share_stream"
31+
android:orderInCategory="3"
32+
android:title="@string/share_stream"
33+
app:showAsAction="never"/>
3434
</menu>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<string name="open_in_browser">Open in browser</string>
1212
<string name="open_in_popup_mode">Open in popup mode</string>
1313
<string name="share">Share</string>
14-
<string name="share_stream">Share Stream</string>
14+
<string name="share_stream">Share link to stream file</string>
1515
<string name="download">Download</string>
1616
<string name="controls_download_desc">Download stream file</string>
1717
<string name="search">Search</string>

0 commit comments

Comments
 (0)