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

@ -202,13 +202,14 @@
android:paddingTop="1dp" android:paddingTop="1dp"
tools:src="@drawable/ic_action_opening_hour_16" /> tools:src="@drawable/ic_action_opening_hour_16" />
<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"
tools:text="Closed till 10:00"/> android:layout_weight="1"
tools:text="Closed till 10:00" />
<TextView <TextView
android:id="@+id/info_compass_separator" android:id="@+id/info_compass_separator"