From c9d1b96ff1338a2ffa453084ef8448b6939b170d Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Mon, 22 Aug 2016 11:27:58 +0300 Subject: [PATCH] Fix permission for FAB. Fix icon. --- OsmAnd/res/layout/subscription_fragment.xml | 2 +- .../plus/mapcontextmenu/MapContextMenu.java | 55 +-------------- .../osmand/plus/views/MapControlsLayer.java | 70 +++++++++++++++++++ 3 files changed, 73 insertions(+), 54 deletions(-) diff --git a/OsmAnd/res/layout/subscription_fragment.xml b/OsmAnd/res/layout/subscription_fragment.xml index 8fe6d11e04..d50aa0a845 100644 --- a/OsmAnd/res/layout/subscription_fragment.xml +++ b/OsmAnd/res/layout/subscription_fragment.xml @@ -322,7 +322,7 @@ android:layout_height="48dp" android:scaleType="center" android:tint="?attr/color_dialog_buttons" - android:src="@drawable/ic_action_foot_dark"/> + android:src="@drawable/ic_action_payment_card"/>