lightning-i2p/res/menu/advanced_settings.xml
Anthony Restaino 54d01d6a48 2.5.0.2
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.
2013-07-29 20:39:47 -04:00

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>