2016-08-26 9 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

Что отрезать средства? – sumandas

+0

не отображается полный последний элемент, только его часть – Eli

+1

Пожалуйста, добавьте несколько скриншотов и код. – sumandas

ответ

0

обновление вашей recyclerview зависимость к последней версии в build.gradle файле затем использовать "wrap_content" как высота для recyclerview в вашем XML-файле

 Смежные вопросы

  • Нет связанных вопросов^_^