Subversion Repositories Code-Repo

Rev

Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
    <CheckBoxPreference android:key="pref_StartInDebug" android:title="Start in Debug Mode" android:defaultValue="true"/>
    <EditTextPreference android:key="pref_GraphLength" android:title="Graph History Length" android:defaultValue="100" android:dialogTitle="Graph History Length" android:dialogMessage="Enter number of data points to show"/>
    <EditTextPreference android:key="pref_UpdateInterval" android:title="Graph Update Interval" android:dialogTitle="Graph Update Interval" android:dialogMessage="Enter interval in milliseconds (ms)" android:defaultValue="100"/>

    

</PreferenceScreen>