Add menu file for wikivoyage bottom navigation
This commit is contained in:
parent
37e9cdd309
commit
c850aa3f91
2 changed files with 12 additions and 0 deletions
10
OsmAnd/res/menu/wikivoyage_bottom_navigation.xml
Normal file
10
OsmAnd/res/menu/wikivoyage_bottom_navigation.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/action_explore"
|
||||
android:title="@string/shared_string_explore"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_saved_articles"
|
||||
android:title="@string/saved_articles"/>
|
||||
</menu>
|
|
@ -9,6 +9,8 @@
|
|||
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
||||
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
||||
-->
|
||||
<string name="saved_articles">Saved articles</string>
|
||||
<string name="shared_string_explore">Explore</string>
|
||||
<string name="shared_string_result">Result</string>
|
||||
<string name="use_two_digits_longitude">Use two digits longitude</string>
|
||||
<string name="shared_string_travel">Travel</string>
|
||||
|
|
Loading…
Reference in a new issue