public class

CustomFadingEdgeRecyclerView

extends RecyclerView
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ androidx.recyclerview.widget.RecyclerView
         ↳ com.sap.cloud.mobile.fiori.common.CustomFadingEdgeRecyclerView

Class Overview

A class which provides different colors for fading edge and background

Summary

[Expand]
Inherited Constants
From class androidx.recyclerview.widget.RecyclerView
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
CustomFadingEdgeRecyclerView(Context context)
CustomFadingEdgeRecyclerView(Context context, AttributeSet attrs)
CustomFadingEdgeRecyclerView(Context context, AttributeSet attrs, int defStyleAttr)
Public Methods
int getSolidColor()
void setFadingEdgeColor(int fadingEdgeColor)
set the color of the fading edge
[Expand]
Inherited Methods
From class androidx.recyclerview.widget.RecyclerView
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource
From interface androidx.core.view.NestedScrollingChild
From interface androidx.core.view.NestedScrollingChild2
From interface androidx.core.view.NestedScrollingChild3
From interface androidx.core.view.ScrollingView

Public Constructors

public CustomFadingEdgeRecyclerView (Context context)

public CustomFadingEdgeRecyclerView (Context context, AttributeSet attrs)

public CustomFadingEdgeRecyclerView (Context context, AttributeSet attrs, int defStyleAttr)

Public Methods

public int getSolidColor ()

public void setFadingEdgeColor (int fadingEdgeColor)

set the color of the fading edge