* This is manually ported by me from Lavender tree on Corvus-Devices * Thanks @StyloGey for reviewing the java code and giving me a better solution * Original repo: https://github.com/Corvus-Devices/device_xiaomi_lavender.git To get it working, you need these two commits in your kernel: >c04d6d6e61
>8e25ac3318
Signed-off-by: OdSazib <odsazib@gmail.com> Change-Id: I1bb48ced1f23728daa2e5170647ce08a04347110
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>
|