lightning-i2p/res/menu/incognito.xml
Anthony Restaino 8bead20406 Updated to 3.1.0
Updated to new UI
Added AdBlocker
Added Google Search Suggestions
Tons of other stuff
2014-04-28 15:41:40 -04:00

9 lines
479 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@+id/action_new_tab" android:title="@string/action_new_tab"></item>
<item android:id="@+id/action_find" android:title="@string/action_find"></item>
<item android:id="@+id/action_history" android:title="@string/action_history" ></item>
<item android:id="@+id/action_bookmarks" android:title="@string/action_bookmarks" ></item>
</menu>