2011-07-16 15:25:12 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<PreferenceScreen xmlns:a="http://schemas.android.com/apk/res/android">
|
2011-09-18 14:25:28 -04:00
|
|
|
<PreferenceCategory a:title="@string/c_prefs_drag_button_category">
|
|
|
|
|
|
|
|
<!-- <org.solovyev.android.view.SeekBarPreference a:key="duration"
|
|
|
|
a:title="Duration of something"
|
|
|
|
a:summary="How long something will last"
|
|
|
|
a:dialogMessage="Something duration"
|
|
|
|
a:defaultValue="5"
|
|
|
|
a:text=" minutes"
|
|
|
|
a:max="60"/>-->
|
2011-07-16 15:25:12 -04:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|