f2b7354ef6
* Rebrand to DeviceDoze * Keep class for DeviceSettings Signed-off-by: OdSazib <odsazib@gmail.com>
12 lines
511 B
XML
12 lines
511 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="CustomSeekBarPreference">
|
|
<attr name="interval" format="integer" />
|
|
<attr name="min" format="integer" />
|
|
<attr name="max" format="integer" />
|
|
<attr name="units" format="string|reference" />
|
|
<attr name="defaultText" format="string|reference" />
|
|
<attr name="showSign" format="boolean" />
|
|
<attr name="continuousUpdates" format="boolean" />
|
|
</declare-styleable>
|
|
</resources>
|