-
Notifications
You must be signed in to change notification settings - Fork 589
Description
如题,代码如下:
<com.allen.library.SuperTextView
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_marginTop="5dp"
stv:sCenterBottomTextColor="@color/red"
stv:sCenterBottomTextString="中下文字"
stv:sCenterTopTextString=" "
stv:sCenterViewGravity="left_center"
stv:sLeftBottomTextColor="@color/yellow"
stv:sLeftBottomTextString="左上文字"
stv:sLeftIconHeight="30dp"
stv:sLeftIconRes="@mipmap/ic_app_icon"
stv:sLeftIconWidth="30dp"
stv:sLeftTopTextColor="@color/blue"
stv:sLeftTopTextString="左上文字"
stv:sLeftViewGravity="left_center"
stv:sRightViewType="switchBtn"
stv:sShapeCornersRadius="10dp"
stv:sShapeSolidColor="@color/green_light"
stv:sShapeStrokeColor="@color/green"
stv:sShapeStrokeWidth="1dp"
stv:sThumbResource="@drawable/thumb"
stv:sTrackResource="@drawable/track"
stv:sUseRipple="true"
stv:sUseShape="true" />