23 lines
1012 B
XML
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> |