- made ActionBarHandler not be a singelton anymore - fixed go back bug for the "Next Video" thing - fixed opening youtube mobile links
9 lines
290 B
XML
9 lines
290 B
XML
<?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_settings"
|
|
app:showAsAction="never"
|
|
android:title="@string/settings"/>
|
|
|
|
</menu> |