Add menu file for wikivoyage bottom navigation

This commit is contained in:
Alex Sytnyk 2018-04-05 14:48:28 +03:00
parent 37e9cdd309
commit c850aa3f91
2 changed files with 12 additions and 0 deletions

View 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>

View file

@ -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>