Merge pull request #8950 from osmandapp/fix_8380

Fix_8380
This commit is contained in:
vshcherb 2020-05-14 10:49:29 +02:00 committed by GitHub
commit 097e6889c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,10 +204,11 @@
<TextView <TextView
android:id="@+id/additional_info_text_view" android:id="@+id/additional_info_text_view"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/context_menu_padding_margin_small" android:layout_marginEnd="@dimen/context_menu_padding_margin_small"
android:layout_marginRight="@dimen/context_menu_padding_margin_small" android:layout_marginRight="@dimen/context_menu_padding_margin_small"
android:layout_weight="1"
tools:text="Closed till 10:00" /> tools:text="Closed till 10:00" />
<TextView <TextView