Skip navigation links
A B C D I R S 

A

addActionIcon(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add an action icon to both swiping directions
addBackgroundColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add a background color to both swiping directions
addSwipeLeftActionIcon(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add an action icon while swiping left
addSwipeLeftBackgroundColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Adds a background color while swiping left
addSwipeLeftLabel(String) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add a label to be shown while swiping left
addSwipeRightActionIcon(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add an action icon while swiping right
addSwipeRightBackgroundColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add a background color while swiping right
addSwipeRightLabel(String) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Add a label to be shown while swiping right

B

Builder(Context, Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean) - Constructor for class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Create a builder for a RecyclerViewsSwipeDecorator

C

create() - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Create a RecyclerViewSwipeDecorator

D

decorate() - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Decorate the RecyclerView item with the chosen backgrounds and icons

I

it.xabaras.android.recyclerview.swipedecorator - package it.xabaras.android.recyclerview.swipedecorator
 

R

RecyclerViewSwipeDecorator - Class in it.xabaras.android.recyclerview.swipedecorator
A simple utility class to add a background and/or an icon while swiping a RecyclerView item left or right.
RecyclerViewSwipeDecorator(Context, Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean) - Constructor for class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Create a @RecyclerViewSwipeDecorator
RecyclerViewSwipeDecorator.Builder - Class in it.xabaras.android.recyclerview.swipedecorator
A Builder for the RecyclerViewSwipeDecorator class

S

setActionIconId(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the action icon for either (left/right) swipe directions
setActionIconTint(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the tint color for either (left/right) action icons
setActionIconTint(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the tint color for either (left/right) action icons
setBackgroundColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the background color for either (left/right) swipe directions
setIconHorizontalMargin(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Deprecated.
in RecyclerViewSwipeDecorator 1.2, use setIconHorizontalMargin(int, int) instead.
setIconHorizontalMargin(int, int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the horizontal margin of the icon in the given unit (default is 16dp)
setIconHorizontalMargin(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Deprecated.
in RecyclerViewSwipeDecorator 1.2, use RecyclerViewSwipeDecorator.setIconHorizontalMargin(int, int) instead.
setIconHorizontalMargin(int, int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the horizontal margin of the icon in the given unit (default is 16dp)
setSwipeLeftActionIconId(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the action icon for left swipe direction
setSwipeLeftActionIconTint(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the tint color for action icon shown while swiping left
setSwipeLeftActionIconTint(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the tint color for action icon drawn while swiping left
setSwipeLeftBackgroundColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the background color for left swipe direction
setSwipeLeftLabel(String) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the label shown when swiping left
setSwipeLeftLabelColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the color of the label to be shown while swiping left
setSwipeLeftLabelTextSize(int, float) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the size of the label to be shown while swiping left
setSwipeLeftLabelTypeface(Typeface) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the Typeface of the label to be shown while swiping left
setSwipeLeftTextColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the color of the text shown when swiping left
setSwipeLeftTextSize(int, float) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the size of the text shown when swiping left
setSwipeLeftTypeface(Typeface) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the Typeface of the text shown when swiping left
setSwipeRightActionIconId(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the action icon for right swipe direction
setSwipeRightActionIconTint(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the tint color for action icon shown while swiping right
setSwipeRightActionIconTint(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the tint color for action icon drawn while swiping right
setSwipeRightBackgroundColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the background color for right swipe direction
setSwipeRightLabel(String) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the label shown when swiping right
setSwipeRightLabelColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the color of the label to be shown while swiping right
setSwipeRightLabelTextSize(int, float) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the size of the label to be shown while swiping right
setSwipeRightLabelTypeface(Typeface) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator.Builder
Set the Typeface of the label to be shown while swiping right
setSwipeRightTextColor(int) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the color of the text shown when swiping right
setSwipeRightTextSize(int, float) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the size of the text shown when swiping right
setSwipeRightTypeface(Typeface) - Method in class it.xabaras.android.recyclerview.swipedecorator.RecyclerViewSwipeDecorator
Set the Typeface of the text shown when swiping right
A B C D I R S 
Skip navigation links