2016-08-26 3 views
0

이것은 내 레이아웃 XML 파일입니다. 새로 고치려면 recyclerview 및 코디네이터 레이아웃을 가져야합니다.이 항목을 recyclerview에 부 풀립니다.내 recyclerview의 마지막 항목이 잘리는 이유는 누구입니까?

<?xml version="1.0" encoding="utf-8"?> 
<android.support.design.widget.CoordinatorLayout 
xmlns:android="http://schemas.android.com/apk/res/android" 
xmlns:tools="http://schemas.android.com/tools" 
android:layout_width="match_parent" 
android:layout_height="match_parent" 
tools:context=".MainActivitys.ViewPager.Fragments.Home"> 
<com.yalantis.phoenix.PullToRefreshView 
    android:id="@+id/pull_to_refresh" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"> 
    <android.support.v7.widget.RecyclerView 
     android:id="@+id/fragment_dashboard_recycler" 
     android:layout_width="match_parent" 
     android:layout_height="match_parent"> 
    </android.support.v7.widget.RecyclerView> 
</com.yalantis.phoenix.PullToRefreshView> 

+0

에 recyclerview에 대한 높이로 "wrap_content"를 사용할 수 있습니까? – sumandas

+0

전체 마지막 항목이 표시되지 않으며 일부만 표시됩니다 – Eli

+1

일부 스크린 샷과 코드도 함께 입력하십시오. – sumandas

답변

0

갱신 build.gradle 파일 에서 최신 버전로 recyclerview 의존성은 다음 수단을 차단 무엇 XML 파일

관련 문제