Update ui
This commit is contained in:
parent
09bc9df22f
commit
ba5a860e75
@ -570,7 +570,7 @@ class MainWidget : AppWidgetProvider() {
|
|||||||
v.second_row_icon.setImageDrawable(
|
v.second_row_icon.setImageDrawable(
|
||||||
ContextCompat.getDrawable(
|
ContextCompat.getDrawable(
|
||||||
context,
|
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)
|
v.next_event_date.text = context.getString(R.string.daily_steps_counter).format(Preferences.googleFitSteps)
|
||||||
|
@ -221,5 +221,5 @@
|
|||||||
<string name="settings_daily_steps_title">Daily steps</string>
|
<string name="settings_daily_steps_title">Daily steps</string>
|
||||||
<string name="battery_low_warning">Low battery level</string>
|
<string name="battery_low_warning">Low battery level</string>
|
||||||
<string name="settings_ampm_indicator_title">Show AM/PM Indicator</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>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user