Fix icons

This commit is contained in:
Alex Sytnyk 2018-08-10 16:19:04 +03:00
parent 27dd23f04b
commit 59c90e548f

View file

@ -181,7 +181,7 @@ class SettingsDialogFragment : DialogFragment() {
}
private inner class StaleLocPref : DurationPref(
R.drawable.ic_action_location_history,
R.drawable.ic_action_time_span,
R.string.stale_location,
R.string.stale_location_desc,
STALE_LOC_VALUES_SEC
@ -196,7 +196,7 @@ class SettingsDialogFragment : DialogFragment() {
}
private inner class LocHistoryPref : DurationPref(
R.drawable.ic_action_time_span,
R.drawable.ic_action_location_history,
R.string.location_history,
R.string.location_history_desc,
LOC_HISTORY_VALUES_SEC