Most visited

Recently visited

R.attr

public static final class R.attr
extends Object

java.lang.Object
   ↳ android.support.v7.recyclerview.R.attr


Summary

Fields

public static int layoutManager

要使用的布局管理器的类名称。

public static int reverseLayout

可能是布尔值,例如“ true ”或“ false ”。

public static int spanCount

可能是一个整数值,例如“ 100 ”。

public static int stackFromEnd

可能是一个布尔值,如“ true ”或“ false ”。

Public constructors

R.attr()

Inherited methods

From class java.lang.Object

Fields

layoutManager

int layoutManager

要使用的布局管理器的类名称。

The class must extend android.support.v7.widget.RecyclerView$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 name (android.support.v7.widget) is prefixed.

可能是一个字符串值,使用'\\;' 转义字符如'\\ n'或'\\ uxxxx'作为unicode字符;

reverseLayout

int reverseLayout

可能是布尔值,如“ true ”或“ false ”。

spanCount

int spanCount

可能是一个整数值,例如“ 100 ”。

stackFromEnd

int stackFromEnd

可能是一个布尔值,如“ true ”或“ false ”。

Public constructors

R.attr

R.attr ()

Hooray!