2

Hi I am working on android app where I want to set shadow of RecyclerView at the bottom only. Right now it is something like this.

<android.support.v7.widget.RecyclerView
        android:id="@+id/topRecyclerView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@color/white"
        android:orientation="horizontal"
        android:padding="8dp"
        app:layoutManager="android.support.v7.widget.LinearLayoutManager" />

How can I do this. Thanks in advance.

N Sharma
  • 28,073
  • 81
  • 228
  • 405

0 Answers0