From a0c27af3d0ae0d9131d5ee7e065fe51a9e65436d Mon Sep 17 00:00:00 2001 From: Alex Sytnyk Date: Fri, 10 Aug 2018 13:49:24 +0300 Subject: [PATCH] Use new icons for SettingsDialogFragment --- .../src/net/osmand/telegram/ui/SettingsDialogFragment.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt b/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt index eaebf06ad9..4050faef84 100644 --- a/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt +++ b/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt @@ -115,7 +115,7 @@ class SettingsDialogFragment : DialogFragment() { } mainView.findViewById(R.id.help_icon) - .setImageDrawable(uiUtils.getActiveIcon(R.drawable.ic_action_share_location)) + .setImageDrawable(uiUtils.getActiveIcon(R.drawable.ic_action_help)) mainView.findViewById(R.id.help_row).setOnClickListener { // FIXME Toast.makeText(context, "Logout help", Toast.LENGTH_SHORT).show() @@ -175,9 +175,8 @@ class SettingsDialogFragment : DialogFragment() { } } - // FIXME private inner class StaleLocPref : DurationPref( - R.drawable.ic_action_share_location, + R.drawable.ic_action_location_history, R.string.stale_location, R.string.stale_location_desc, STALE_LOC_VALUES_SEC