From http://www.jwz.org/xscreensaver/xscreensaver-5.34.tar.gz
[xscreensaver] / android / project / xscreensaver / res / xml / bouncingcow_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3     <PreferenceCategory
4         android:title="@string/bouncingcow_settings"
5         android:key="bouncingcowwallpaper_settings">
6     <org.jwz.xscreensaver.SliderPreference
7         android:defaultValue="@string/bouncingcow_count_float"
8         android:dialogMessage="@string/bouncingcow_count_settings_summary"
9         android:key="bouncingcow_count"
10         android:summary="@array/bouncingcow_count_prefix"
11         android:title="@string/bouncingcow_count_settings_title" />
12     <org.jwz.xscreensaver.SliderPreference
13         android:defaultValue="@string/bouncingcow_speed_float"
14         android:dialogMessage="@string/bouncingcow_speed_settings_summary"
15         android:key="bouncingcow_speed"
16         android:summary="@array/bouncingcow_speed_prefix"
17         android:title="@string/bouncingcow_speed_settings_title" />
18     </PreferenceCategory>
19 </PreferenceScreen>