美文网首页
android开发日常遇坑解决笔记

android开发日常遇坑解决笔记

作者: 五谷观精分道长 | 来源:发表于2017-12-06 09:40 被阅读51次

    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开发日常遇坑解决笔记

          本文链接:https://www.haomeiwen.com/subject/bzjpbxtx.html