Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 103 |
Kevin |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
3 |
<CheckBoxPreference android:key="pref_StartInDebug" android:title="Start in Debug Mode" android:defaultValue="true"/>
|
|
|
4 |
<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"/>
|
|
|
5 |
<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"/>
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
</PreferenceScreen>
|