Most visited

Recently visited

R.dimen

public static final class R.dimen
extends Object

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


Summary

Fields

public static int mr_controller_volume_group_list_item_height

Height of volume group item.

public static int mr_controller_volume_group_list_item_icon_size

Size of an item's icon.

public static int mr_controller_volume_group_list_max_height

Maximum height of volume group list.

public static int mr_controller_volume_group_list_padding_top

public static int mr_dialog_fixed_width_major

The platform's desired fixed width for a dialog along the major axis (the screen is in landscape).

public static int mr_dialog_fixed_width_minor

The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait).

Public constructors

R.dimen()

Inherited methods

From class java.lang.Object

Fields

mr_controller_volume_group_list_item_height

int mr_controller_volume_group_list_item_height

Height of volume group item. Height of volume group item.

mr_controller_volume_group_list_item_icon_size

int mr_controller_volume_group_list_item_icon_size

Size of an item's icon. Size of an item's icon.

mr_controller_volume_group_list_max_height

int mr_controller_volume_group_list_max_height

Maximum height of volume group list. Maximum height of volume group list.

mr_controller_volume_group_list_padding_top

int mr_controller_volume_group_list_padding_top

mr_dialog_fixed_width_major

int mr_dialog_fixed_width_major

The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension.

mr_dialog_fixed_width_minor

int mr_dialog_fixed_width_minor

The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension.

Public constructors

R.dimen

R.dimen ()

Hooray!