Implement popup mode
- Add icons replay, fast_forward - Add strings - Add menu entry - Add as option to open link directly to popup mode
This commit is contained in:
parent
abff1f537b
commit
a37d8f083a
24 changed files with 1422 additions and 51 deletions
|
|
@ -22,6 +22,10 @@
|
|||
app:showAsAction="ifRoom"
|
||||
android:icon="?attr/cast"/>
|
||||
|
||||
<item android:id="@+id/menu_item_popup"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/open_in_popup_mode"/>
|
||||
|
||||
<item android:id="@+id/menu_item_openInBrowser"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/open_in_browser" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue