android问题总结:
Posted awkflf11
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android问题总结:相关的知识,希望对你有一定的参考价值。
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问题总结:的主要内容,如果未能解决你的问题,请参考以下文章