removed unnecessary xml changes
This commit is contained in:
parent
6ae461ff20
commit
fdb8977197
3 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
@ -16,8 +16,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingBottom="@dimen/map_markers_recycler_view_padding_bottom"
|
android:paddingBottom="@dimen/map_markers_recycler_view_padding_bottom">
|
||||||
tools:listitem="@layout/wikivoyage_article_card">
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:osmand="http://schemas.android.com/apk/res-auto"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
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
|
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="start_editing_card_image_text">The free worldwide travel guide that anyone can edit.</string>
|
||||||
|
<string name="welcome_to_open_beta_description">Travel is based on Wikivoyage. During open beta testing you have the opportunity to evaluate all the features for free. After the end of the beta period, Travel will be available to subscribers of OsmAnd Unlimited and the owners of OsmAnd+</string>
|
||||||
|
<string name="start_editing_card_description">You can edit any article on Wikivoyage, and we hope that you do. We need your knowledge, your experience, your talent, and your attention</string>
|
||||||
|
<string name="start_editing">Start editing</string>
|
||||||
|
<string name="get_unlimited_access">Get unlimited access</string>
|
||||||
|
<string name="welcome_to_open_beta">Welcome, to the open beta!</string>
|
||||||
<string name="travel_guide">Travel Guide</string>
|
<string name="travel_guide">Travel Guide</string>
|
||||||
<string name="travel_guide_description">Browse the Wikivoyage guides to the most interesting places on the planet inside OsmAnd without an internet connection.</string>
|
<string name="travel_guide_description">Browse the Wikivoyage guides to the most interesting places on the planet inside OsmAnd without an internet connection.</string>
|
||||||
<string name="monthly_map_updates">Map updates: <b>every month</b></string>
|
<string name="monthly_map_updates">Map updates: <b>every month</b></string>
|
||||||
|
@ -26,12 +32,6 @@
|
||||||
<string name="contour_lines_sea_depth">Contour lines + Sea depth</string>
|
<string name="contour_lines_sea_depth">Contour lines + Sea depth</string>
|
||||||
<string name="unlock_all_features">Unlock all OsmAnd features</string>
|
<string name="unlock_all_features">Unlock all OsmAnd features</string>
|
||||||
|
|
||||||
<string name="start_editing_card_image_text">The free worldwide travel guide that anyone can edit.</string>
|
|
||||||
<string name="welcome_to_open_beta_description">Travel is based on Wikivoyage. During open beta testing you have the opportunity to evaluate all the features for free. After the end of the beta period, Travel will be available to subscribers of OsmAnd Unlimited and the owners of OsmAnd+</string>
|
|
||||||
<string name="start_editing_card_description">You can edit any article on Wikivoyage, and we hope that you do. We need your knowledge, your experience, your talent, and your attention</string>
|
|
||||||
<string name="start_editing">Start editing</string>
|
|
||||||
<string name="get_unlimited_access">Get unlimited access</string>
|
|
||||||
<string name="welcome_to_open_beta">Welcome, to the open beta!</string>
|
|
||||||
<string name="purchase_dialog_title">Choose plan</string>
|
<string name="purchase_dialog_title">Choose plan</string>
|
||||||
<string name="purchase_dialog_travel_description">To read Travel articles offline, you need to purchase one of the following items.</string>
|
<string name="purchase_dialog_travel_description">To read Travel articles offline, you need to purchase one of the following items.</string>
|
||||||
<string name="purchase_dialog_subtitle">Choose suitable item:</string>
|
<string name="purchase_dialog_subtitle">Choose suitable item:</string>
|
||||||
|
|
Loading…
Reference in a new issue