R.attr


public final class R.attr


Summary

Public fields

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

Relative end margin for page indicator pill from container bounds.

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

Relative end margin for FastScroll's vertical thumb from container bounds.

static int

Value that represents spacing between horizontally adjacent pages in dp.

static int

Integer value that represents the number of pages per row within the view.

static int

Value that represents spacing between vertically adjacent pages in dp.

Public constructors

Public fields

fastScrollPageIndicatorBackgroundDrawable

public static int fastScrollPageIndicatorBackgroundDrawable

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

fastScrollPageIndicatorMarginEnd

public static int fastScrollPageIndicatorMarginEnd

Relative end margin for page indicator pill from container bounds.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).

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".

fastScrollVerticalThumbMarginEnd

public static int fastScrollVerticalThumbMarginEnd

Relative end margin for FastScroll's vertical thumb from container bounds.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).

pdfHorizontalPageSpacing

public static int pdfHorizontalPageSpacing

Value that represents spacing between horizontally adjacent pages in dp.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).

pdfPagesPerRow

public static int pdfPagesPerRow

Integer value that represents the number of pages per row within the view.

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

pdfVerticalPageSpacing

public static int pdfVerticalPageSpacing

Value that represents spacing between vertically adjacent pages in dp.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).

Public constructors

attr

public attr()