mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-05 17:10:29 +05:30
12 lines
331 B
XML
12 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="SliderPreference">
|
|
<attr name="valueFrom" format="float" />
|
|
<attr name="valueTo" format="float" />
|
|
<attr name="stepSize" format="float" />
|
|
<attr name="defValue" format="float" />
|
|
</declare-styleable>
|
|
|
|
</resources>
|