IP属地:西藏
源码解析public boolean onTouchEvent(MotionEvent event) {final float x = even...
原始崩溃信息: java.lang.IllegalArgumentException: No view found for id 0x7f110...
兼容21及以下版本 fun EditText.setHintImageSpan(hintTips: String?, drawable: Int...
实现方案 父View不拦截事件,并实现NestedScrollingParent2接口。上滑时父view优先处理滑动,下滑时子view优先处理滑...
情况一 lifecycleScope.launch(Dispatchers.IO){ delay(5000) click.text ="...
Android6.0普通权限normal permission 和 危险权限dangerous permission NormalPermiss...
welcome to the co-routines codelab ,in this codelab you will learn the b...
宽度要写死,不然不跑 class MarqueeTextView(context: Context, attr: AttributeSet) :...