标签:into tool ntop height java bsp 方式 androi als
方式一xml: android:nestedScrollingEnabled="false"
<android.support.v7.widget.RecyclerView android:id="@+id/rv_lineView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="20dip" android:clipToPadding="false" tools:listitem="@layout/item_timeline" android:nestedScrollingEnabled="false"/>
方式二java:
rv_lineView.setNestedScrollingEnabled(false);
标签:into tool ntop height java bsp 方式 androi als
原文地址:https://www.cnblogs.com/ggband/p/9531304.html