mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
9 lines
290 B
XML
9 lines
290 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="PercentSliderPreference">
|
|
<attr name="pspMin" format="float" />
|
|
<attr name="pspMax" format="float" />
|
|
<attr name="sliderText" format="reference" />
|
|
</declare-styleable>
|
|
</resources> |