Merge pull request #7727 from osmandapp/Fix_7609

Fix #7609
This commit is contained in:
max-klaus 2019-10-24 10:52:44 +03:00 committed by GitHub
commit d117ec3aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,6 +234,7 @@
android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height"
android:background="@drawable/btn_circle_transparent"
android:layout_gravity="center_vertical"
tools:src="@drawable/ic_action_test_light"/>
<ImageButton
@ -242,6 +243,7 @@
android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height"
android:background="@drawable/bottom_shadow"
android:layout_gravity="center_vertical"
tools:src="@drawable/ic_action_test_light"/>
</LinearLayout>
</FrameLayout>