- setAlpha(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
- setAngle(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setButtonDrawable(Drawable) - Method in class com.hjq.shape.builder.ButtonDrawableBuilder
-
- setButtonDrawable(Drawable) - Method in class com.hjq.shape.view.ShapeCheckBox
-
- setButtonDrawable(Drawable) - Method in class com.hjq.shape.view.ShapeRadioButton
-
- setCenterX(float) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setCenterY(float) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setColorFilter(ColorFilter) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
- setCornerRadii(float[]) - Method in class com.hjq.shape.drawable.ShapeState
-
- setCornerRadius(float) - Method in class com.hjq.shape.drawable.ShapeState
-
- setDashGap(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setDashGap(float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置虚线间隔(虚线与虚线之间的间隔)
- setDashWidth(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setDashWidth(float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置边框虚线宽度(为 0 就是实线,大于 0 就是虚线)
- setDither(boolean) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
- setDrawableCheckedDrawable(Drawable) - Method in class com.hjq.shape.builder.ButtonDrawableBuilder
-
- setDrawableDisabledDrawable(Drawable) - Method in class com.hjq.shape.builder.ButtonDrawableBuilder
-
- setDrawableFocusedDrawable(Drawable) - Method in class com.hjq.shape.builder.ButtonDrawableBuilder
-
- setDrawablePressedDrawable(Drawable) - Method in class com.hjq.shape.builder.ButtonDrawableBuilder
-
- setDrawableSelectedDrawable(Drawable) - Method in class com.hjq.shape.builder.ButtonDrawableBuilder
-
- setGradientAngle(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置渐变角度
- setGradientCenter(float, float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置渐变中心位置
- setGradientCenter(float, float) - Method in class com.hjq.shape.drawable.ShapeState
-
- setGradientColor(int[]) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setGradientColor(int[]) - Method in class com.hjq.shape.drawable.ShapeState
-
- setGradientColors(int[]) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置渐变颜色
- setGradientOrientation(ShapeGradientOrientation) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置渐变方向
- setGradientRadius(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setGradientRadius(float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置渐变半径大小
- setGradientRadius(float) - Method in class com.hjq.shape.drawable.ShapeState
-
- setGradientType(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setGradientType(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置 Shape 渐变类型
- setGradientType(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setInnerRadius(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setInnerRadius(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置内环的半径
- setInnerRadiusRatio(float) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setInnerRadiusRatio(float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置内环的半径比率
- setPadding(Rect) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
- setRadius(float) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setRadius(float, float, float, float) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setRadius(float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
指定渐变角的半径。 如果这 > 0,则可绘制对象将绘制在圆角矩形中,而不是矩形中。 仅当形状为RECTANGLE类型时才使用此属性。
注意:更改此属性将影响从资源加载的可绘制对象的所有实例。 建议在更改此属性之前调用mutate() 。
- setRadius(float, float, float, float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
- setShadowColor(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setShadowColor(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置阴影颜色
- setShadowColor(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setShadowOffsetX(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setShadowOffsetX(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置阴影水平偏移
- setShadowOffsetX(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setShadowOffsetY(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setShadowOffsetY(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
阴影垂直偏移
- setShadowOffsetY(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setShadowSize(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setShadowSize(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置阴影大小
- setShadowSize(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setShape(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setShape(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置 Shape 形状
- setShape(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setShapeHeight(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setShapeWidth(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setSize(int, int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置 Shape 大小
- setSize(int, int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setSolidCheckedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setSolidColor(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setSolidColor(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置填充颜色
- setSolidColor(int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setSolidDisabledColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setSolidFocusedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setSolidPressedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setSolidSelectedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStroke(int, int, float, float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
初始化边框属性
- setStroke(int, int) - Method in class com.hjq.shape.drawable.ShapeState
-
- setStroke(int, int, float, float) - Method in class com.hjq.shape.drawable.ShapeState
-
- setStrokeCheckedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokeColor(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokeColor(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置边框颜色
- setStrokeDisabledColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokeFocusedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokePressedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokeSelectedColor(Integer) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokeWidth(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setStrokeWidth(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置边框宽度
- setText(CharSequence, BufferType) - Method in class com.hjq.shape.view.ShapeButton
-
- setText(CharSequence, BufferType) - Method in class com.hjq.shape.view.ShapeCheckBox
-
- setText(CharSequence, BufferType) - Method in class com.hjq.shape.view.ShapeEditText
-
- setText(CharSequence, BufferType) - Method in class com.hjq.shape.view.ShapeRadioButton
-
- setText(CharSequence, BufferType) - Method in class com.hjq.shape.view.ShapeTextView
-
- setTextCheckedColor(Integer) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextColor(Integer) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextColor(int) - Method in class com.hjq.shape.view.ShapeButton
-
- setTextColor(int) - Method in class com.hjq.shape.view.ShapeCheckBox
-
- setTextColor(int) - Method in class com.hjq.shape.view.ShapeEditText
-
- setTextColor(int) - Method in class com.hjq.shape.view.ShapeRadioButton
-
- setTextColor(int) - Method in class com.hjq.shape.view.ShapeTextView
-
- setTextDisabledColor(Integer) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextFocusedColor(Integer) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextGradientColor(int[]) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextGradientColor(int[]) - Method in class com.hjq.shape.other.LinearGradientFontSpan
-
- setTextGradientOrientation(int) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextGradientOrientation(int) - Method in class com.hjq.shape.other.LinearGradientFontSpan
-
- setTextGradientPositions(float[]) - Method in class com.hjq.shape.other.LinearGradientFontSpan
-
- setTextPressedColor(Integer) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setTextSelectedColor(Integer) - Method in class com.hjq.shape.builder.TextColorBuilder
-
- setThickness(int) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setThickness(int) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置外环的厚度
- setThicknessRatio(float) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setThicknessRatio(float) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
设置外环的厚度比率
- setUseLevel(boolean) - Method in class com.hjq.shape.builder.ShapeDrawableBuilder
-
- setUseLevel(boolean) - Method in class com.hjq.shape.drawable.ShapeDrawable
-
Sets whether or not this drawable will honor its level
property.
- ShapeButton - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 Button
- ShapeButton(Context) - Constructor for class com.hjq.shape.view.ShapeButton
-
- ShapeButton(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeButton
-
- ShapeButton(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeButton
-
- ShapeButtonStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : Button 的 Shape 属性值
- ShapeButtonStyleable() - Constructor for class com.hjq.shape.styleable.ShapeButtonStyleable
-
- ShapeCheckBox - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 CheckBox
- ShapeCheckBox(Context) - Constructor for class com.hjq.shape.view.ShapeCheckBox
-
- ShapeCheckBox(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeCheckBox
-
- ShapeCheckBox(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeCheckBox
-
- ShapeCheckBoxStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : CheckBox 的 Shape 属性值
- ShapeCheckBoxStyleable() - Constructor for class com.hjq.shape.styleable.ShapeCheckBoxStyleable
-
- ShapeConstraintLayout - Class in com.hjq.shape.layout
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 ConstraintLayout
- ShapeConstraintLayout(Context) - Constructor for class com.hjq.shape.layout.ShapeConstraintLayout
-
- ShapeConstraintLayout(Context, AttributeSet) - Constructor for class com.hjq.shape.layout.ShapeConstraintLayout
-
- ShapeConstraintLayout(Context, AttributeSet, int) - Constructor for class com.hjq.shape.layout.ShapeConstraintLayout
-
- ShapeConstraintLayoutStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : ConstraintLayout 的 Shape 属性值
- ShapeConstraintLayoutStyleable() - Constructor for class com.hjq.shape.styleable.ShapeConstraintLayoutStyleable
-
- ShapeDrawable - Class in com.hjq.shape.drawable
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2021/08/14
desc : 在 GradientDrawable 的基础上改造
- ShapeDrawable() - Constructor for class com.hjq.shape.drawable.ShapeDrawable
-
- ShapeDrawable(ShapeState) - Constructor for class com.hjq.shape.drawable.ShapeDrawable
-
- ShapeDrawableBuilder - Class in com.hjq.shape.builder
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : ShapeDrawable 构建类
- ShapeDrawableBuilder(View, TypedArray, IShapeDrawableStyleable) - Constructor for class com.hjq.shape.builder.ShapeDrawableBuilder
-
- ShapeEditText - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 EditText
- ShapeEditText(Context) - Constructor for class com.hjq.shape.view.ShapeEditText
-
- ShapeEditText(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeEditText
-
- ShapeEditText(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeEditText
-
- ShapeEditTextStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : EditText 的 Shape 属性值
- ShapeEditTextStyleable() - Constructor for class com.hjq.shape.styleable.ShapeEditTextStyleable
-
- ShapeFrameLayout - Class in com.hjq.shape.layout
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 FrameLayout
- ShapeFrameLayout(Context) - Constructor for class com.hjq.shape.layout.ShapeFrameLayout
-
- ShapeFrameLayout(Context, AttributeSet) - Constructor for class com.hjq.shape.layout.ShapeFrameLayout
-
- ShapeFrameLayout(Context, AttributeSet, int) - Constructor for class com.hjq.shape.layout.ShapeFrameLayout
-
- ShapeFrameLayoutStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : FrameLayout 的 Shape 属性值
- ShapeFrameLayoutStyleable() - Constructor for class com.hjq.shape.styleable.ShapeFrameLayoutStyleable
-
- ShapeGradientOrientation - Enum in com.hjq.shape.drawable
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2021/08/15
desc : Shape 渐变方向
- ShapeGradientType - Class in com.hjq.shape.drawable
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2021/08/15
desc : Shape 渐变类型
- ShapeGradientType() - Constructor for class com.hjq.shape.drawable.ShapeGradientType
-
- ShapeImageView - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 ImageView
- ShapeImageView(Context) - Constructor for class com.hjq.shape.view.ShapeImageView
-
- ShapeImageView(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeImageView
-
- ShapeImageView(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeImageView
-
- ShapeImageViewStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : ImageView 的 Shape 属性值
- ShapeImageViewStyleable() - Constructor for class com.hjq.shape.styleable.ShapeImageViewStyleable
-
- ShapeLinearLayout - Class in com.hjq.shape.layout
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 LinearLayout
- ShapeLinearLayout(Context) - Constructor for class com.hjq.shape.layout.ShapeLinearLayout
-
- ShapeLinearLayout(Context, AttributeSet) - Constructor for class com.hjq.shape.layout.ShapeLinearLayout
-
- ShapeLinearLayout(Context, AttributeSet, int) - Constructor for class com.hjq.shape.layout.ShapeLinearLayout
-
- ShapeLinearLayoutStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : LinearLayout 的 Shape 属性值
- ShapeLinearLayoutStyleable() - Constructor for class com.hjq.shape.styleable.ShapeLinearLayoutStyleable
-
- ShapeRadioButton - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 RadioButton
- ShapeRadioButton(Context) - Constructor for class com.hjq.shape.view.ShapeRadioButton
-
- ShapeRadioButton(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeRadioButton
-
- ShapeRadioButton(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeRadioButton
-
- ShapeRadioButtonStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : RadioButton 的 Shape 属性值
- ShapeRadioButtonStyleable() - Constructor for class com.hjq.shape.styleable.ShapeRadioButtonStyleable
-
- ShapeRecyclerView - Class in com.hjq.shape.layout
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 RecyclerView
- ShapeRecyclerView(Context) - Constructor for class com.hjq.shape.layout.ShapeRecyclerView
-
- ShapeRecyclerView(Context, AttributeSet) - Constructor for class com.hjq.shape.layout.ShapeRecyclerView
-
- ShapeRecyclerView(Context, AttributeSet, int) - Constructor for class com.hjq.shape.layout.ShapeRecyclerView
-
- ShapeRecyclerViewStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : RecyclerView 的 Shape 属性值
- ShapeRecyclerViewStyleable() - Constructor for class com.hjq.shape.styleable.ShapeRecyclerViewStyleable
-
- ShapeRelativeLayout - Class in com.hjq.shape.layout
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 RelativeLayout
- ShapeRelativeLayout(Context) - Constructor for class com.hjq.shape.layout.ShapeRelativeLayout
-
- ShapeRelativeLayout(Context, AttributeSet) - Constructor for class com.hjq.shape.layout.ShapeRelativeLayout
-
- ShapeRelativeLayout(Context, AttributeSet, int) - Constructor for class com.hjq.shape.layout.ShapeRelativeLayout
-
- ShapeRelativeLayoutStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : RelativeLayout 的 Shape 属性值
- ShapeRelativeLayoutStyleable() - Constructor for class com.hjq.shape.styleable.ShapeRelativeLayoutStyleable
-
- ShapeState - Class in com.hjq.shape.drawable
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2021/08/15
desc : ShapeDrawable 参数构建
- ShapeState() - Constructor for class com.hjq.shape.drawable.ShapeState
-
- ShapeState(ShapeState) - Constructor for class com.hjq.shape.drawable.ShapeState
-
- ShapeTextView - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 TextView
- ShapeTextView(Context) - Constructor for class com.hjq.shape.view.ShapeTextView
-
- ShapeTextView(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeTextView
-
- ShapeTextView(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeTextView
-
- ShapeTextViewStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : TextView 的 Shape 属性值
- ShapeTextViewStyleable() - Constructor for class com.hjq.shape.styleable.ShapeTextViewStyleable
-
- ShapeType - Class in com.hjq.shape.drawable
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2021/08/15
desc : Shape 形状类型
- ShapeType() - Constructor for class com.hjq.shape.drawable.ShapeType
-
- ShapeView - Class in com.hjq.shape.view
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/07/17
desc : 支持直接定义 Shape 背景的 View
- ShapeView(Context) - Constructor for class com.hjq.shape.view.ShapeView
-
- ShapeView(Context, AttributeSet) - Constructor for class com.hjq.shape.view.ShapeView
-
- ShapeView(Context, AttributeSet, int) - Constructor for class com.hjq.shape.view.ShapeView
-
- ShapeViewStyleable - Class in com.hjq.shape.styleable
-
author : Android 轮子哥
github : https://github.com/getActivity/ShapeView
time : 2021/08/28
desc : View 的 Shape 属性值
- ShapeViewStyleable() - Constructor for class com.hjq.shape.styleable.ShapeViewStyleable
-
- SWEEP_GRADIENT - Static variable in class com.hjq.shape.drawable.ShapeGradientType
-
扫描渐变