feat : 麦位上麦 检测判断接口
This commit is contained in:
@@ -106,6 +106,9 @@ fun TextView.setString(strId:Int) {
|
||||
fun String?.isVerify() : Boolean {
|
||||
return this?.isBlank() == false
|
||||
}
|
||||
fun CharSequence?.isVerify() : Boolean {
|
||||
return this?.isBlank() == false
|
||||
}
|
||||
|
||||
fun String.toColor() : Int {
|
||||
return Color.parseColor(this)
|
||||
|
Reference in New Issue
Block a user