54d01d6a48
Advanced Settings are all a go, except "Incognito mode all the time", that one isn't functioning yet. Also, Incognito Mode isn't as up to date as the normal mode... I'll get around to it.
10 lines
254 B
XML
10 lines
254 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:showAsAction="never"
|
|
android:title="@string/action_settings"/>
|
|
|
|
</menu>
|