Update ui

This commit is contained in:
Tommaso Berlose 2020-05-11 13:33:37 +02:00
parent 09bc9df22f
commit ba5a860e75
2 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@ class MainWidget : AppWidgetProvider() {
v.second_row_icon.setImageDrawable(
ContextCompat.getDrawable(
context,
R.drawable.round_directions_walk
R.drawable.round_steps
)
)
v.next_event_date.text = context.getString(R.string.daily_steps_counter).format(Preferences.googleFitSteps)

View File

@ -221,5 +221,5 @@
<string name="settings_daily_steps_title">Daily steps</string>
<string name="battery_low_warning">Low battery level</string>
<string name="settings_ampm_indicator_title">Show AM/PM Indicator</string>
<string name="daily_steps_counter">%d steps today</string>
<string name="daily_steps_counter">%d steps so far</string>
</resources>