/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Android/NativeShell/res/values/attrs.xml
43 строки
2 KB
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
<?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>