This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
<?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>