another-widget/app/src/main/res/menu/weather_refresh_period_menu.xml
2020-05-01 01:09:56 +02:00

23 lines
1012 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:title="@string/settings_weather_refresh_period_subtitle_1"
android:icon="@drawable/ic_launcher_foreground"
android:id="@+id/refresh_1" />
<item
android:title="@string/settings_weather_refresh_period_subtitle_2"
android:icon="@drawable/ic_launcher_foreground"
android:id="@+id/refresh_2" />
<item
android:title="@string/settings_weather_refresh_period_subtitle_3"
android:icon="@drawable/ic_launcher_foreground"
android:id="@+id/refresh_3" />
<item
android:title="@string/settings_weather_refresh_period_subtitle_4"
android:icon="@drawable/ic_launcher_foreground"
android:id="@+id/refresh_4" />
<item
android:title="@string/settings_weather_refresh_period_subtitle_5"
android:icon="@drawable/ic_launcher_foreground"
android:id="@+id/refresh_5" />
</menu>