diff options
-rw-r--r-- | res/xml/status_bar_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/status_bar_settings.xml b/res/xml/status_bar_settings.xml index a2ed2cc..5791546 100644 --- a/res/xml/status_bar_settings.xml +++ b/res/xml/status_bar_settings.xml @@ -39,7 +39,7 @@ android:entries="@array/status_bar_battery_style_entries" android:entryValues="@array/status_bar_battery_style_values" /> - <com.android.settings.cyanogenmod.SystemSettingSwitchPreference + <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference android:key="status_bar_show_weather" android:title="@string/status_bar_show_weather_title" android:summary="@string/status_bar_show_weather_summary" |