mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 15:20:31 +05:30
26 lines
901 B
XML
26 lines
901 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>
|
|
|
|
<declare-styleable name="DrawableTextView">
|
|
<attr name="drawableStartDimen" format="dimension" />
|
|
<attr name="drawableTopDimen" format="dimension" />
|
|
<attr name="drawableEndDimen" format="dimension" />
|
|
<attr name="drawableBottomDimen" format="dimension" />
|
|
<attr name="android:drawablePadding" />
|
|
<attr name="android:gravity" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="DropdownMenu">
|
|
<attr name="hint" format="string" />
|
|
<attr name="icon" format="reference" />
|
|
</declare-styleable>
|
|
|
|
</resources>
|