public final class R.attr


Summary

Public fields

static int

May be a boolean value, such as "true" or "false".

static int

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

static int

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

static int

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

static int

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

static int

Class name of the Layout Manager to be used.

static int

May be a boolean value, such as "true" or "false".

static int

May be an integer value, such as "100".

static int

May be a boolean value, such as "true" or "false".

Public constructors

Public fields

fastScrollEnabled

public static int fastScrollEnabled

May be a boolean value, such as "true" or "false".

fastScrollHorizontalThumbDrawable

public static int fastScrollHorizontalThumbDrawable

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

fastScrollHorizontalTrackDrawable

public static int fastScrollHorizontalTrackDrawable

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

fastScrollVerticalThumbDrawable

public static int fastScrollVerticalThumbDrawable

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

fastScrollVerticalTrackDrawable

public static int fastScrollVerticalTrackDrawable

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

layoutManager

public static int layoutManager

Class name of the Layout Manager to be used.

The class must ext androidx.recyclerview.widget.RecyclerViewView$LayoutManager and have either a default constructor or constructor with the signature (android.content.Context, android.util.AttributeSet, int, int). If the name starts with a '.', application package is prefixed. Else, if the name contains a '.', the classname is assumed to be a full class name. Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;

reverseLayout

public static int reverseLayout

May be a boolean value, such as "true" or "false".

spanCount

public static int spanCount

May be an integer value, such as "100".

stackFromEnd

public static int stackFromEnd

May be a boolean value, such as "true" or "false".

Public constructors

attr

public attr()