1. android:focusableInTouchMode="true" 属性: 控制 子view不获取焦点;

  <android.support.v4.widget.SwipeRefreshLayout
        android:id="@+id/swipe_refresh"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:focusableInTouchMode="true">
        <android.support.v7.widget.RecyclerView
            android:id="@+id/recy_college"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:scrollbars="none">
        </android.support.v7.widget.RecyclerView>
    </android.support.v4.widget.SwipeRefreshLayout>

最新文章

  1. ArcGIS Engine开发之书签加载
  2. Matlab &amp;&amp; C-Mex Round 1
  3. Web API应用架构在Winform混合框架中的应用(1)
  4. android SwipeRefreshLayout google官方下拉刷新控件
  5. 常用iOS第三方库以及XCode插件介绍
  6. SSH框架中json传递失败
  7. python学习笔记六 面向对象相关下(基础篇)
  8. scala模拟一个timer
  9. Codeforces 106 C 多重背包
  10. matlab字符串操作总结
  11. 函数function的方法call()以及apply()
  12. No ongoing transaction. Did you forget to call multi?
  13. 精通 Oracle+Python,第 7 部分:面向服务的 Python 架构
  14. windows设置多长时间后自动关机 分类: windows常用小技巧 2014-04-15 09:35 230人阅读 评论(0) 收藏
  15. Zepto源码笔记(二)
  16. mvc验证jquery.unobtrusive-ajax
  17. .net异步性能测试(包括ASP.NET MVC WebAPI异步方法)
  18. Python - SIP参考指南 - 介绍
  19. navicat导入sql文件错误
  20. TCP/IP 四次断开

热门文章

  1. 分享一个简单易用的软件定时器模块(MultiTimer)——基于keil+stm32f103zet+hal库(裸机实现)
  2. 通信、端点、IO、文件
  3. 非阻塞IO的实现方式
  4. es6字符串扩展 -- 字符串长度补全功能 padStart(), padEnd()
  5. Linux下Python3源码安装
  6. 8-ESP8266 SDK开发基础入门篇--编写串口上位机软件
  7. GoCN每日新闻(2019-11-06)
  8. 【POJ3414】Pots
  9. 五种IO模型
  10. 第08组 Alpha冲刺(2/4)