Most visited

Recently visited

R.styleable

public static final class R.styleable
extends Object

java.lang.Object
   ↳ android.support.v7.mediarouter.R.styleable


Summary

Fields

public static final int[] MediaRouteButton

Attributes that can be used with a MediaRouteButton.

public static int MediaRouteButton_android_minHeight

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

public static int MediaRouteButton_android_minWidth

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

public static int MediaRouteButton_externalRouteEnabledDrawable

This drawable is a state list where the "checked" state indicates active media routing.

Public constructors

R.styleable()

Inherited methods

From class java.lang.Object

Fields

MediaRouteButton

int[] MediaRouteButton

Attributes that can be used with a MediaRouteButton.

Includes the following attributes:

AttributeDescription
android.support.v7.mediarouter:externalRouteEnabledDrawableThis drawable is a state list where the "checked" state indicates active media routing.
android:minWidth
android:minHeight

See also:

MediaRouteButton_android_minHeight

int MediaRouteButton_android_minHeight

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

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

MediaRouteButton_android_minWidth

int MediaRouteButton_android_minWidth

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

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

MediaRouteButton_externalRouteEnabledDrawable

int MediaRouteButton_externalRouteEnabledDrawable

This drawable is a state list where the "checked" state indicates active media routing. Checkable indicates connecting and non-checked / non-checkable indicates that media is playing to the local device only.

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

Public constructors

R.styleable

R.styleable ()

Hooray!