mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -17,7 +17,7 @@ import kotlin.math.max
|
||||
import kotlin.math.min
|
||||
|
||||
/**
|
||||
* 嵌套滚动 MultiAutoCompleteTextView
|
||||
* 嵌套惯性滚动 MultiAutoCompleteTextView
|
||||
*/
|
||||
open class ScrollMultiAutoCompleteTextView @JvmOverloads constructor(
|
||||
context: Context,
|
||||
|
||||
@@ -18,7 +18,7 @@ import kotlin.math.min
|
||||
|
||||
|
||||
/**
|
||||
* 嵌套滚动 TextView
|
||||
* 嵌套惯性滚动 TextView
|
||||
*/
|
||||
class ScrollTextView(context: Context, attrs: AttributeSet?) :
|
||||
AppCompatTextView(context, attrs) {
|
||||
|
||||
Reference in New Issue
Block a user