Android-StickyNavLayout icon indicating copy to clipboard operation
Android-StickyNavLayout copied to clipboard

无法滚动问题

Open BryceLee opened this issue 8 years ago • 2 comments

您好,我使用了本例作为主要片段的布局最外层,id使用了本例中规定的id,内部子片段的布局是RelativeLayout,嵌套android.support.v4.widget.SwipeRefreshLayout,再嵌套listview 然后运行结果是无法滑动,外层无法滑动,内部Listview也无法滑动。请问这是什么原因?

BryceLee avatar Oct 21 '16 04:10 BryceLee

好吧 原来是子片段布局里得放RecycleView~

BryceLee avatar Oct 21 '16 06:10 BryceLee

ListView 设置 android:nestedScrollingEnabled="true" 就可以滑动了

tmac1999 avatar Apr 26 '17 07:04 tmac1999