android开发日常遇坑解决笔记

attr/colorError not found error when using com.android.support:recyclerview-v7:26.0.0-beta2

删除所有26 以下的引入即可

RecycleView 嵌套 RecycleView 出现自动滑动问题

父布局设置焦点

android:focusable="true"
android:focusableInTouchMode="true"

你可能感兴趣的:(android开发日常遇坑解决笔记)