Merge pull request #7787 from osmandapp/Fix_7609

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

View file

@ -457,6 +457,7 @@
android:layout_width="@dimen/map_address_height" android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height" android:layout_height="@dimen/map_address_height"
android:background="@drawable/btn_circle_transparent" android:background="@drawable/btn_circle_transparent"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_overflow_menu_white"/> android:src="@drawable/ic_overflow_menu_white"/>
<ImageButton <ImageButton
@ -465,6 +466,7 @@
android:layout_width="@dimen/map_address_height" android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height" android:layout_height="@dimen/map_address_height"
android:background="@drawable/btn_circle_transparent" android:background="@drawable/btn_circle_transparent"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_action_test_light"/> android:src="@drawable/ic_action_test_light"/>
</LinearLayout> </LinearLayout>
</FrameLayout> </FrameLayout>