WeatherInformation: remove unused xml file
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 15:04:57 +0000 (16:04 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 15:04:57 +0000 (16:04 +0100)
app/src/main/res/xml/appwidget_preferences.xml [deleted file]

diff --git a/app/src/main/res/xml/appwidget_preferences.xml b/app/src/main/res/xml/appwidget_preferences.xml
deleted file mode 100644 (file)
index 42e70dd..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-    Copyright 2014 Gustavo Martin Morcuende
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
-    <PreferenceCategory android:title="@string/widget_preferences_country">
-        <SwitchPreference android:key="@string/widget_preferences_country_switch_key"
-            android:summaryOn="@string/widget_preferences_country_switch_on_summary"
-            android:summaryOff="@string/widget_preferences_country_switch_off_summary"
-            android:switchTextOff="@string/widget_preferences_country_switch_off"
-            android:switchTextOn="@string/widget_preferences_country_switch_on"
-            android:selectable="true"
-            android:enabled="true"
-            android:defaultValue="@string/widget_preferences_country_switch_off"
-            android:disableDependentsState="false"
-            android:persistent="true"/>
-    </PreferenceCategory>
-    <PreferenceCategory android:title="@string/widget_preferences_temperature_units">
-        <ListPreference android:key="@string/widget_preferences_temperature_units_key"
-            android:title="@string/weather_preferences_temperature"
-            android:summary="@string/weather_preferences_temperature_celsius_human_value"
-            android:entries="@array/weather_preferences_temperature_human_value"
-            android:entryValues="@array/weather_preferences_temperature"
-            android:selectable="true"
-            android:persistent="true"
-            android:defaultValue="@string/weather_preferences_temperature_celsius" />
-    </PreferenceCategory>
-
-</PreferenceScreen>