From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / android / project / xscreensaver / res / xml / bouncingcow_settings.xml
diff --git a/android/project/xscreensaver/res/xml/bouncingcow_settings.xml b/android/project/xscreensaver/res/xml/bouncingcow_settings.xml
deleted file mode 100644 (file)
index eb2cdb5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-    <PreferenceCategory
-        android:title="@string/bouncingcow_settings"
-        android:key="bouncingcowwallpaper_settings">
-    <org.jwz.xscreensaver.SliderPreference
-        android:defaultValue="@string/bouncingcow_count_float"
-        android:dialogMessage="@string/bouncingcow_count_settings_summary"
-        android:key="bouncingcow_count"
-        android:summary="@array/bouncingcow_count_prefix"
-        android:title="@string/bouncingcow_count_settings_title" />
-    <org.jwz.xscreensaver.SliderPreference
-        android:defaultValue="@string/bouncingcow_speed_float"
-        android:dialogMessage="@string/bouncingcow_speed_settings_summary"
-        android:key="bouncingcow_speed"
-        android:summary="@array/bouncingcow_speed_prefix"
-        android:title="@string/bouncingcow_speed_settings_title" />
-    </PreferenceCategory>
-</PreferenceScreen>