recycleview滑动边界阴影去除

dev
李桢 1 year ago
parent d588bad79e
commit 1e62cc140f
  1. 1
      app/src/main/res/layout/fragment_my_doctor.xml

@ -127,6 +127,7 @@
android:id="@+id/recyclerView" android:id="@+id/recyclerView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:overScrollMode="never"
android:focusable="true" android:focusable="true"
android:focusableInTouchMode="true" /> android:focusableInTouchMode="true" />
</LinearLayout> </LinearLayout>

Loading…
Cancel
Save