优化
This commit is contained in:
@@ -17,7 +17,7 @@ import kotlin.math.max
|
|||||||
import kotlin.math.min
|
import kotlin.math.min
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 嵌套滚动 MultiAutoCompleteTextView
|
* 嵌套惯性滚动 MultiAutoCompleteTextView
|
||||||
*/
|
*/
|
||||||
open class ScrollMultiAutoCompleteTextView @JvmOverloads constructor(
|
open class ScrollMultiAutoCompleteTextView @JvmOverloads constructor(
|
||||||
context: Context,
|
context: Context,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import kotlin.math.min
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 嵌套滚动 TextView
|
* 嵌套惯性滚动 TextView
|
||||||
*/
|
*/
|
||||||
class ScrollTextView(context: Context, attrs: AttributeSet?) :
|
class ScrollTextView(context: Context, attrs: AttributeSet?) :
|
||||||
AppCompatTextView(context, attrs) {
|
AppCompatTextView(context, attrs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user