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>
Что отрезать средства? – sumandas
не отображается полный последний элемент, только его часть – Eli
Пожалуйста, добавьте несколько скриншотов и код. – sumandas