好,我想删除此行,尽管我将其删除的值仍然保留,但我可以评论如何做。
谢谢
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="none"
android:overScrollMode="never"
tools:listitem="@layout/item_list_beneficios" />
</LinearLayout>