shared_string_map (4)
This commit is contained in:
parent
1751606df1
commit
598f442a57
5 changed files with 4 additions and 5 deletions
|
@ -31,7 +31,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
||||||
android:layout_weight="1" android:layout_height="112dp" android:focusable="true">
|
android:layout_weight="1" android:layout_height="112dp" android:focusable="true">
|
||||||
<TextView android:layout_height="wrap_content" android:layout_width="0dp"
|
<TextView android:layout_height="wrap_content" android:layout_width="0dp"
|
||||||
android:layout_gravity="center_vertical|left" android:layout_marginLeft="15dp"
|
android:layout_gravity="center_vertical|left" android:layout_marginLeft="15dp"
|
||||||
android:text="@string/map_Button" android:textColor="#000000" android:typeface="serif"
|
android:text="@string/shared_string_map" android:textColor="#000000" android:typeface="serif"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:textSize="16sp"/>
|
android:textSize="16sp"/>
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
|
@ -32,7 +32,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
||||||
android:layout_weight="1" android:layout_height="165dp">
|
android:layout_weight="1" android:layout_height="165dp">
|
||||||
<TextView android:layout_height="wrap_content" android:layout_width="0dp"
|
<TextView android:layout_height="wrap_content" android:layout_width="0dp"
|
||||||
android:layout_gravity="center_vertical|left"
|
android:layout_gravity="center_vertical|left"
|
||||||
android:layout_marginLeft="15dp" android:text="@string/map_Button" android:textColor="#000000"
|
android:layout_marginLeft="15dp" android:text="@string/shared_string_map" android:textColor="#000000"
|
||||||
android:typeface="serif" android:layout_weight="1" android:textSize="24sp"/>
|
android:typeface="serif" android:layout_weight="1" android:textSize="24sp"/>
|
||||||
<ImageView
|
<ImageView
|
||||||
android:src="@drawable/button_icon_map"
|
android:src="@drawable/button_icon_map"
|
||||||
|
|
|
@ -35,7 +35,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
||||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center">
|
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center">
|
||||||
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
<TextView android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||||
android:layout_gravity="center_horizontal|top" android:textSize="27sp"
|
android:layout_gravity="center_horizontal|top" android:textSize="27sp"
|
||||||
android:text="@string/map_Button" android:typeface="serif" android:textColor="#000000"/>
|
android:text="@string/shared_string_map" android:typeface="serif" android:textColor="#000000"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout android:layout_weight="2" android:layout_height="fill_parent"/>
|
<LinearLayout android:layout_weight="2" android:layout_height="fill_parent"/>
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal|top"
|
android:layout_gravity="center_horizontal|top"
|
||||||
android:text="@string/map_Button"
|
android:text="@string/shared_string_map"
|
||||||
android:textColor="#000000"
|
android:textColor="#000000"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:typeface="serif" />
|
android:typeface="serif" />
|
||||||
|
|
|
@ -2013,7 +2013,6 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A
|
||||||
<string name="show_gps_coordinates_text">Show GPS coordinates on map</string>
|
<string name="show_gps_coordinates_text">Show GPS coordinates on map</string>
|
||||||
<string name="use_internet_to_download_tile">Use Internet to download missing map tiles</string>
|
<string name="use_internet_to_download_tile">Use Internet to download missing map tiles</string>
|
||||||
<string name="app_description">Navigation application</string>
|
<string name="app_description">Navigation application</string>
|
||||||
<string name="map_Button">Map</string>
|
|
||||||
<string name="favorites_Button">My Places</string>
|
<string name="favorites_Button">My Places</string>
|
||||||
<string name="search_button">Search</string>
|
<string name="search_button">Search</string>
|
||||||
<string name="search_activity">Search</string>
|
<string name="search_activity">Search</string>
|
||||||
|
|
Loading…
Reference in a new issue