android_device_xiaomi_sdm66.../DeviceSettings/res/values/attrs.xml
OdSazib f2b7354ef6
sdm660-common: Tricking out device specific settings
* Rebrand to DeviceDoze
* Keep class for DeviceSettings

Signed-off-by: OdSazib <odsazib@gmail.com>
2020-12-09 09:52:25 +06:00

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>