Step 1: added some strings and provided content descriptions for some
non-textual controls.
This commit is contained in:
parent
349af75897
commit
79cf4a428c
8 changed files with 37 additions and 8 deletions
|
@ -15,9 +15,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
android:layout_marginLeft="12dp" android:layout_marginTop="3dp" android:layout_marginBottom="3dp" android:text="@string/app_version" android:gravity="right"
|
||||
android:textColor="#000000" android:typeface="serif" android:id="@+id/TextVersion" android:textSize="13sp"/>
|
||||
<ImageView android:src="@drawable/help_icon" android:id="@+id/HelpButton" android:layout_marginTop="7dp"
|
||||
android:contentDescription="@string/help"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="4dp"
|
||||
android:focusable="true" android:clickable="true"/>
|
||||
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="2dp" android:id="@+id/CloseButton"
|
||||
android:contentDescription="@string/close"
|
||||
android:layout_marginTop="7dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -15,9 +15,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
android:layout_marginLeft="24dp" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" android:text="@string/app_version" android:gravity="right"
|
||||
android:textColor="#000000" android:typeface="serif" android:id="@+id/TextVersion" android:textSize="18sp"/>
|
||||
<ImageView android:src="@drawable/help_icon" android:id="@+id/HelpButton" android:layout_marginTop="9dp"
|
||||
android:contentDescription="@string/help"
|
||||
android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="6dp"/>
|
||||
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="4dp" android:id="@+id/CloseButton"
|
||||
android:contentDescription="@string/close"
|
||||
android:layout_marginTop="9dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<net.osmand.plus.views.OsmandMapTileView android:id="@+id/MapView" android:layout_width="fill_parent" android:layout_height="fill_parent"/>
|
||||
|
||||
<LinearLayout android:layout_width="wrap_content" android:id="@+id/RouteLayout" android:orientation="horizontal" android:layout_height="wrap_content" android:layout_gravity="bottom|center" android:layout_marginBottom="12dp">
|
||||
<Button android:layout_width="wrap_content" android:id="@+id/PreviousButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_media_previous"/>
|
||||
<Button android:layout_width="wrap_content" android:id="@+id/InfoButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_dialog_info" android:layout_marginLeft="12dp"/>
|
||||
<Button android:layout_width="wrap_content" android:id="@+id/NextButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_media_next" android:layout_marginLeft="12dp" android:layout_marginRight="15dp"/>
|
||||
<Button android:contentDescription="@string/previous_button" android:layout_width="wrap_content" android:id="@+id/PreviousButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_media_previous"/>
|
||||
<Button android:contentDescription="@string/info_button" android:layout_width="wrap_content" android:id="@+id/InfoButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_dialog_info" android:layout_marginLeft="12dp"/>
|
||||
<Button android:contentDescription="@string/next_button" android:layout_width="wrap_content" android:id="@+id/NextButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_media_next" android:layout_marginLeft="12dp" android:layout_marginRight="15dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
@ -15,9 +15,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
android:layout_marginLeft="24dp" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" android:text="@string/app_version" android:gravity="right"
|
||||
android:textColor="#000000" android:typeface="serif" android:id="@+id/TextVersion" android:textSize="20sp"/>
|
||||
<ImageView android:id="@+id/HelpButton" android:layout_marginRight="0dp" android:layout_marginTop="9dp"
|
||||
android:contentDescription="@string/help"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="7dp"
|
||||
android:focusable="true" android:clickable="true" android:src="@drawable/help_icon"/>
|
||||
<ImageView android:src="@drawable/headliner_close" android:layout_marginRight="4dp" android:id="@+id/CloseButton"
|
||||
android:contentDescription="@string/close"
|
||||
android:layout_marginTop="9dp" android:focusable="true" android:clickable="true"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_marginLeft="0dp"/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
android:layout_marginBottom="12dp" android:layout_gravity="bottom|center" >
|
||||
|
||||
<Button android:layout_width="wrap_content" android:id="@+id/PreviousButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_media_previous"
|
||||
/>
|
||||
android:contentDescription="@string/previous_button"/>
|
||||
<Button android:layout_width="wrap_content" android:id="@+id/InfoButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_dialog_info"
|
||||
android:layout_marginLeft="8dp"/>
|
||||
android:contentDescription="@string/info_button" android:layout_marginLeft="8dp"/>
|
||||
<Button android:layout_width="wrap_content" android:id="@+id/NextButton" android:layout_height="wrap_content" android:background="@android:drawable/ic_media_next"
|
||||
android:layout_marginLeft="8dp" android:layout_marginRight="55dp" />
|
||||
android:contentDescription="@string/next_button" android:layout_marginLeft="8dp" android:layout_marginRight="55dp" />
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
@ -15,9 +15,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:b
|
|||
android:layout_marginLeft="12dp" android:layout_marginTop="3dp" android:layout_marginBottom="3dp" android:text="@string/app_version" android:gravity="right"
|
||||
android:textColor="#000000" android:typeface="serif" android:id="@+id/TextVersion" android:textSize="13sp"/>
|
||||
<ImageView android:id="@+id/HelpButton" android:clickable="true" android:layout_marginTop="7dp" android:layout_marginLeft="4dp"
|
||||
android:contentDescription="@string/help"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" android:src="@drawable/help_icon"
|
||||
android:focusable="true"/>
|
||||
<ImageView android:layout_marginRight="2dp" android:clickable="true" android:id="@+id/CloseButton"
|
||||
android:contentDescription="@string/close"
|
||||
android:layout_marginTop="7dp" android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||
android:layout_marginLeft="0dp" android:src="@drawable/headliner_close" android:focusable="true"/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -608,7 +608,7 @@
|
|||
<string name="new_route_calculated_dist">Проложен новый путь, расстояние</string>
|
||||
<string name="arrived_at_destination">Вы прибыли в пункт назначения</string>
|
||||
<string name="invalid_locations">Координаты неправильные</string>
|
||||
<string name="go_back_to_osmand">Вернуться к OsmAnd карте</string>
|
||||
<string name="go_back_to_osmand">Вернуться к карте OsmAnd</string>
|
||||
<string name="close">Закрыть</string>
|
||||
<string name="loading_data">Загрузка данных</string>
|
||||
<string name="reading_indexes">Чтение индексов…</string>
|
||||
|
@ -786,6 +786,12 @@
|
|||
<string name="edit_filter_create_message">Фильтр {0} создан</string>
|
||||
<string name="default_buttons_selectall">Выделить все</string>
|
||||
|
||||
<string name="accessibility_mode">Режим специальных возможностей</string>
|
||||
<string name="accessibility_mode_descr">Включает дополнительные возможности для невизуального доступа</string>
|
||||
<string name="accessibility_on">Включен</string>
|
||||
<string name="accessibility_off">Выключен</string>
|
||||
<string name="accessibility_default">Согласно общей установке в системе</string>
|
||||
|
||||
<string name="backToMenu">Главное меню</string>
|
||||
<string name="zoomOut">Уменьшить масштаб</string>
|
||||
<string name="zoomIn">Увеличить масштаб</string>
|
||||
|
@ -836,6 +842,8 @@
|
|||
<string name="zoom_by_trackball">Использовать трекбол для изменения масштаба</string>
|
||||
<string name="use_short_object_names_descr">Использовать краткие названия объектов при исследовании карты</string>
|
||||
<string name="use_short_object_names">Использовать краткие названия объектов</string>
|
||||
<string name="accessibility_extensions_descr">Дополнительные возможности невизуального доступа для старых версий Android</string>
|
||||
<string name="accessibility_extensions">Дополнительные возможности невизуального доступа</string>
|
||||
<string name="accessibility_preferences_descr">Настройки для невизуального доступа</string>
|
||||
<string name="accessibility_preferences">Специальные возможности</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -6,6 +6,19 @@
|
|||
<string name="show_ruler_level_descr">Display ruler on the map</string>
|
||||
<string name="show_ruler_level">Display ruler</string>
|
||||
|
||||
<string name="info_button">Info</string>
|
||||
<string name="back_to_location">Back to location</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="show_details">Show details</string>
|
||||
|
||||
<string name="accessibility_extensions_descr">Accessibility extensions for old Android versions</string>
|
||||
<string name="accessibility_extensions">Accessibility extensions</string>
|
||||
<string name="accessibility_mode">Accessibility mode</string>
|
||||
<string name="accessibility_mode_descr">Turns on the accessibility features</string>
|
||||
<string name="accessibility_on">On</string>
|
||||
<string name="accessibility_off">Off</string>
|
||||
<string name="accessibility_default">According to the global system setting</string>
|
||||
|
||||
<string name="backToMenu">Back To Menu</string>
|
||||
<string name="zoomOut">Zoom out</string>
|
||||
<string name="zoomIn">Zoom in</string>
|
||||
|
|
Loading…
Reference in a new issue