2016-08-31 4 views
0

첨부 파일이있는 XML에서 NeastedScrollView를 사용하면 LinearLayout에 있지만 LinearLayout 망원경 ImageVew는 RecyclerView 아래에 배치됩니다.recycledview 및 nestedscrollview의 일부보기

뭔가 시작하면됩니다. 링크 RecyclerView는 전체 화면 스크롤링에 초점을 맞 춥니 다. ImageVew Up. RecyclerView는 필요에 따라 자동으로 시작됩니다. 시작은 사진으로 시작됩니다.

<android.support.v4.widget.NestedScrollView   
    <LinearLayout   
     <ImgeView      
     <android.support.v7.widget.RecyclerView 
    </LinearLayout> 
</android.support.v4.widget.NestedScrollView> 

답변

0
<android.support.v4.widget.NestedScrollView   
<LinearLayout android:descendantFocusability="blocksDescendants"  
    <ImgeView      
    <android.support.v7.widget.RecyclerView 
</LinearLayout>