簡體   English   中英

我的recyclerview中的最后一項被刪除了,有人知道為什么嗎?

[英]The last item in my recyclerview is being cut off does anyone know why?

這是我的布局XML文件,需要刷新, 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>

將build.gradle文件中的recyclerview依賴項更新到最新版本 ,然后在XML文件中使用“ wrap_content”作為recyclerview的高度

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM