SelectFrameView
模仿手淘自动识别 UI 选择控件
Name | Display |
---|---|
SelectSimpleDraweeView |
用法
class VisionSelectSimpleDraweeView: SelectSimpleDraweeView<VisionBoxInfo> {
constructor(context: Context) : this(context, null)
constructor(context: Context, attrs: AttributeSet?) : this(context, attrs, 0)
constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(context, attrs, defStyleAttr)
}
<com.jarvis.demo.ui.VisionSelectSimpleDraweeView android:id="@+id/js_view" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" />