XUI
XUI copied to clipboard
SuperTextView的sShapeCornersRadius属性失效
XUI版本:1.2.1
Androdi API>24
SuperTextView的sShapeCornersRadius、sShapeCornersTopLeftRadius、sShapeCornersTopRightRadius、sShapeCornersBottomLeftRadius、sShapeCornersBottomRightRadius皆失效。
设备实机和模拟器都失效。
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView android:id="@+id/super_cb_tv" android:layout_width="250dp" android:layout_height="60dp" android:layout_gravity="center" android:layout_marginTop="20dp" app:sCenterTextString="选择时间" app:sCenterViewGravity="left_center" app:sDividerLineType="both" app:sLeftIconHeight="40dp" app:sLeftIconRes="@drawable/alarm_clock" app:sLeftIconWidth="40dp" app:sShapeCornersTopLeftRadius="10dp" app:sShapeCornersTopRightRadius="10dp" />