码迷,mamicode.com
首页 > 移动开发 > 详细

android问题总结:

时间:2019-12-18 11:19:42      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:bar   mod   chmod   touch   refresh   col   bsp   layout   height   


 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>

 

 

 

 

android问题总结:

标签:bar   mod   chmod   touch   refresh   col   bsp   layout   height   

原文地址:https://www.cnblogs.com/awkflf11/p/12058378.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!