public static final class

R.styleable

extends Object

Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.

java.lang.Object
   ↳ android.support.wearable.R.styleable

Summary

Fields
public static final int[] BoxInsetLayout_Layout Attributes that can be used with a BoxInsetLayout_Layout.
public static int BoxInsetLayout_Layout_layout_box

This symbol is the offset where the layout_box attribute's value can be found in the BoxInsetLayout_Layout array.

public static final int[] CircledImageView Attributes that can be used with a CircledImageView.
public static int CircledImageView_android_src

This symbol is the offset where the src attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_border_color

This symbol is the offset where the circle_border_color attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_border_width

This symbol is the offset where the circle_border_width attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_color

This symbol is the offset where the circle_color attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_padding

This symbol is the offset where the circle_padding attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_radius

This symbol is the offset where the circle_radius attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_radius_pressed

This symbol is the offset where the circle_radius_pressed attribute's value can be found in the CircledImageView array.

public static int CircledImageView_shadow_width

This symbol is the offset where the shadow_width attribute's value can be found in the CircledImageView array.

public static final int[] DelayedConfirmationView Attributes that can be used with a DelayedConfirmationView.
public static int DelayedConfirmationView_update_interval

This symbol is the offset where the update_interval attribute's value can be found in the DelayedConfirmationView array.

public static final int[] DotsPageIndicator Attributes that can be used with a DotsPageIndicator.
public static int DotsPageIndicator_dotColor

This symbol is the offset where the dotColor attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotColorSelected

This symbol is the offset where the dotColorSelected attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotFadeInDuration

This symbol is the offset where the dotFadeInDuration attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotFadeOutDelay

This symbol is the offset where the dotFadeOutDelay attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotFadeOutDuration

This symbol is the offset where the dotFadeOutDuration attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotFadeWhenIdle

This symbol is the offset where the dotFadeWhenIdle attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotRadius

This symbol is the offset where the dotRadius attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotRadiusSelected

This symbol is the offset where the dotRadiusSelected attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotShadowColor

This symbol is the offset where the dotShadowColor attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotShadowDx

This symbol is the offset where the dotShadowDx attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotShadowDy

This symbol is the offset where the dotShadowDy attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotShadowRadius

This symbol is the offset where the dotShadowRadius attribute's value can be found in the DotsPageIndicator array.

public static int DotsPageIndicator_dotSpacing

This symbol is the offset where the dotSpacing attribute's value can be found in the DotsPageIndicator array.

public static final int[] WatchViewStub Attributes that can be used with a WatchViewStub.
public static int WatchViewStub_rectLayout

This symbol is the offset where the rectLayout attribute's value can be found in the WatchViewStub array.

public static int WatchViewStub_roundLayout

This symbol is the offset where the roundLayout attribute's value can be found in the WatchViewStub array.

public static final int[] WearableHeaderTextView Attributes that can be used with a WearableHeaderTextView.
public static int WearableHeaderTextView_circular_layout_gravity

This symbol is the offset where the circular_layout_gravity attribute's value can be found in the WearableHeaderTextView array.

public static int WearableHeaderTextView_circular_text_size

This symbol is the offset where the circular_text_size attribute's value can be found in the WearableHeaderTextView array.

Public Constructors
R.styleable()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final int[] BoxInsetLayout_Layout

Attributes that can be used with a BoxInsetLayout_Layout.

Includes the following attributes:

AttributeDescription
android.support.wearable:layout_box

public static int BoxInsetLayout_Layout_layout_box

This symbol is the offset where the layout_box attribute's value can be found in the BoxInsetLayout_Layout array.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
left0x01
top0x02
right0x04
bottom0x08
all0x0F

public static int CircledImageView_android_src

This symbol is the offset where the src attribute's value can be found in the CircledImageView array.

public static int CircledImageView_circle_border_color

This symbol is the offset where the circle_border_color attribute's value can be found in the CircledImageView array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int CircledImageView_circle_border_width

This symbol is the offset where the circle_border_width attribute's value can be found in the CircledImageView array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int CircledImageView_circle_color

This symbol is the offset where the circle_color attribute's value can be found in the CircledImageView array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int CircledImageView_circle_padding

This symbol is the offset where the circle_padding attribute's value can be found in the CircledImageView array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int CircledImageView_circle_radius

This symbol is the offset where the circle_radius attribute's value can be found in the CircledImageView array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int CircledImageView_circle_radius_pressed

This symbol is the offset where the circle_radius_pressed attribute's value can be found in the CircledImageView array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int CircledImageView_shadow_width

This symbol is the offset where the shadow_width attribute's value can be found in the CircledImageView array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static final int[] DelayedConfirmationView

Attributes that can be used with a DelayedConfirmationView.

Includes the following attributes:

AttributeDescription
android.support.wearable:update_interval

public static int DelayedConfirmationView_update_interval

This symbol is the offset where the update_interval attribute's value can be found in the DelayedConfirmationView array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotColor

This symbol is the offset where the dotColor attribute's value can be found in the DotsPageIndicator array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotColorSelected

This symbol is the offset where the dotColorSelected attribute's value can be found in the DotsPageIndicator array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotFadeInDuration

This symbol is the offset where the dotFadeInDuration attribute's value can be found in the DotsPageIndicator array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotFadeOutDelay

This symbol is the offset where the dotFadeOutDelay attribute's value can be found in the DotsPageIndicator array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotFadeOutDuration

This symbol is the offset where the dotFadeOutDuration attribute's value can be found in the DotsPageIndicator array.

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

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotFadeWhenIdle

This symbol is the offset where the dotFadeWhenIdle attribute's value can be found in the DotsPageIndicator array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotRadius

This symbol is the offset where the dotRadius attribute's value can be found in the DotsPageIndicator array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotRadiusSelected

This symbol is the offset where the dotRadiusSelected attribute's value can be found in the DotsPageIndicator array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotShadowColor

This symbol is the offset where the dotShadowColor attribute's value can be found in the DotsPageIndicator array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotShadowDx

This symbol is the offset where the dotShadowDx attribute's value can be found in the DotsPageIndicator array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotShadowDy

This symbol is the offset where the dotShadowDy attribute's value can be found in the DotsPageIndicator array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotShadowRadius

This symbol is the offset where the dotShadowRadius attribute's value can be found in the DotsPageIndicator array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int DotsPageIndicator_dotSpacing

This symbol is the offset where the dotSpacing attribute's value can be found in the DotsPageIndicator array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static final int[] WatchViewStub

Attributes that can be used with a WatchViewStub.

Includes the following attributes:

AttributeDescription
android.support.wearable:rectLayout
android.support.wearable:roundLayout

public static int WatchViewStub_rectLayout

This symbol is the offset where the rectLayout attribute's value can be found in the WatchViewStub array.

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

public static int WatchViewStub_roundLayout

This symbol is the offset where the roundLayout attribute's value can be found in the WatchViewStub array.

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

public static final int[] WearableHeaderTextView

Attributes that can be used with a WearableHeaderTextView.

Includes the following attributes:

AttributeDescription
android.support.wearable:circular_layout_gravity
android.support.wearable:circular_text_size

public static int WearableHeaderTextView_circular_layout_gravity

This symbol is the offset where the circular_layout_gravity attribute's value can be found in the WearableHeaderTextView array.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
left0x03
top0x30
right0x05
bottom0x50
center_vertical0x10
center_horizontal0x01
center0x11

public static int WearableHeaderTextView_circular_text_size

This symbol is the offset where the circular_text_size attribute's value can be found in the WearableHeaderTextView array.

Must 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), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

Public Constructors

public R.styleable ()