mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
* It is based on XiaomiParts usually found on Xiaomi device trees Change-Id: If34ba79bba05ede0ce98bbedf14a1c318bee8fc4 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
10 lines
426 B
XML
10 lines
426 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Base attributes available to CustomSeekBarPreference. -->
|
|
<declare-styleable name="CustomSeekBarPreference">
|
|
<attr name="interval" format="integer" />
|
|
<attr name="showSign" format="boolean" />
|
|
<attr name="units" format="string|reference" />
|
|
<attr name="continuousUpdates" format="boolean" />
|
|
</declare-styleable>
|
|
</resources>
|