Fix item layout

This commit is contained in:
Alexander Sytnyk 2017-11-20 12:01:26 +02:00
parent 7f3b4a38ac
commit f91cfe4078
4 changed files with 4 additions and 11 deletions

View file

@ -39,15 +39,14 @@
android:layout_marginEnd="@dimen/content_padding"
android:layout_marginRight="@dimen/content_padding"
android:layout_weight="1"
android:orientation="vertical"
android:paddingBottom="@dimen/list_item_text_container_padding_bottom"
android:paddingTop="@dimen/list_item_text_container_padding_top">
android:orientation="vertical">
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="@dimen/map_marker_title_height"
android:ellipsize="end"
android:gravity="bottom"
android:maxLines="1"
android:textColor="?attr/searchbar_text"
android:textSize="@dimen/default_list_text_size"

View file

@ -2911,7 +2911,7 @@ U vypadku, kali vy lubіcie OsmAnd і OSM і chočacie padtrymać jaho, heta іd
<string name="digits_quantity">Kolkaść dziesiatkovych ličbaŭ</string>
<string name="show_number_pad">Pakazać ličbavuju paneĺ</string>
<string name="shared_string_paste">Ustavić</string>
<string name="coordinate_input_accuracy_description">Aŭtamatyčna pieraklučycca ŭ nastupnaje pole paśla ŭvodu %1$ dziesiatkovych ličbaŭ.</string>
<string name="coordinate_input_accuracy_description">Aŭtamatyčna pieraklučycca ŭ nastupnaje pole paśla ŭvodu %1$d dziesiatkovych ličbaŭ.</string>
<string name="coordinate_input_accuracy">%1$d ličbaŭ</string>
<string name="go_to_next_field">Parajsci ŭ nastupnaje polie</string>
<string name="rename_marker">Pierajmienavać markier</string>

View file

@ -135,9 +135,6 @@
<dimen name="map_markers_recycler_view_padding_bottom">78dp</dimen>
<dimen name="map_markers_recycler_view_padding_top">15dp</dimen>
<dimen name="list_item_text_container_padding_top">15dp</dimen>
<dimen name="list_item_text_container_padding_bottom">18dp</dimen>
<dimen name="shadow_height">8dp</dimen>
<dimen name="map_marker_title_height">42dp</dimen>

View file

@ -206,9 +206,6 @@
<dimen name="map_markers_recycler_view_padding_bottom">52dp</dimen>
<dimen name="map_markers_recycler_view_padding_top">10dp</dimen>
<dimen name="list_item_text_container_padding_top">10dp</dimen>
<dimen name="list_item_text_container_padding_bottom">12dp</dimen>
<dimen name="shadow_height">5dp</dimen>
<dimen name="map_marker_title_height">28dp</dimen>