Filled contentDescription field of the point list item related
buttons.
This commit is contained in:
parent
60a6b92d9a
commit
0ceb244730
5 changed files with 9 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/navigate_to"
|
||||
android:contentDescription="@string/context_menu_item_directions_to"
|
||||
android:layout_width="@dimen/list_item_height"
|
||||
android:layout_height="@dimen/list_item_height"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
@ -107,6 +108,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/options"
|
||||
android:contentDescription="@string/shared_string_more"
|
||||
android:layout_width="@dimen/list_item_height"
|
||||
android:layout_height="@dimen/list_item_height"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/options"
|
||||
android:contentDescription="@string/shared_string_more"
|
||||
android:layout_width="@dimen/list_item_height"
|
||||
android:layout_height="@dimen/list_item_height"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
@ -97,6 +98,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/navigate_to"
|
||||
android:contentDescription="@string/context_menu_item_directions_to"
|
||||
android:layout_width="@dimen/list_item_height"
|
||||
android:layout_height="@dimen/list_item_height"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/sort"
|
||||
android:contentDescription="@string/access_sort"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
|
@ -41,6 +42,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/searchEditText"
|
||||
android:contentDescription="@string/shared_string_edit"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
|
|
|
@ -1986,4 +1986,5 @@
|
|||
<string name="show_map_markers_description">Использовать маркеры на карте</string>
|
||||
<string name="storage_directory_readonly_desc">Папка, выбранная для хранения данных, доступна только для чтения. Вместо нее временно будет использоваться внутренняя память. Пожалуйста, выберите подходящее хранилище.</string>
|
||||
<string name="storage_directory_shared">Разделяемая память</string>
|
||||
<string name="access_sort">Сортировать</string>
|
||||
</resources>
|
||||
|
|
|
@ -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="access_sort">Sort</string>
|
||||
<string name="map_mode">Map mode</string>
|
||||
<string name="number_of_gpx_files_selected_pattern">%s GPX files selected</string>
|
||||
<string name="rendering_value_thin_name">Thin</string>
|
||||
|
|
Loading…
Reference in a new issue