Files
2025-09-18 17:55:52 -04:00

43 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="RbxButton">
</declare-styleable>
<declare-styleable name="RbxFont">
<attr name="fontName" format="string" />
</declare-styleable>
<declare-styleable name="RbxEditText">
<attr name="hintText" format="string" />
<attr name="errorText" format="string" />
<attr name="hintTextLong" format="string" />
<attr name="successText" format="string" />
<attr name="inputType" format="string" />
</declare-styleable>
<declare-styleable name="RbxTextView">
</declare-styleable>
<declare-styleable name="RbxProgressButton">
<attr name="defButtonText" format="string" />
<attr name="defProgressText" format="string" />
<attr name="progressTextColor" format="color" />
<attr name="progressTextSize" format="dimension" />
<attr name="buttonTextColor" format="color" />
<attr name="buttonTextSize" format="dimension" />
<attr name="backgroundResource" format="reference" />
<attr name="rippleStartColor" format="color" />
</declare-styleable>
<declare-styleable name="RbxRipple">
<attr name="expandDuration" format="integer"/>
<attr name="fadeDuration" format="integer"/>
<attr name="startAlpha" format="integer"/>
<attr name="endAlpha" format="integer" />
<attr name="endColor" format="color"/>
<attr name="startingColor" format="color" />
<attr name="startingRadius" format="float" />
</declare-styleable>
<declare-styleable name="RbxLinearLayout">
</declare-styleable>
<declare-styleable name="RbxRelativeLayout">
</declare-styleable>
</resources>