Sony Addon SDK
public static interface

Registration.LayoutSupport

This project is no longer being supported and will not get any further updates.

Class Overview

Bit field specifiers for supported layout elements.

Summary

Constants
int TEXT_VIEW Bit to indicate that android.widget.TextView is supported.
int IMAGE_VIEW Bit to indicate that android.widget.ImageView is supported.
int LIST_VIEW Bit to indicate that android.widget.ListView is supported.
int GALLERY Bit to indicate that android.widget.Gallery is supported.
int TIME_VIEW Bit to indicate that TimeView is supported.

Constants

Added in API level 2.0 public static final int TEXT_VIEW

Bit to indicate that android.widget.TextView is supported.

Constant Value: 1 (0x00000001)

Added in API level 2.0 public static final int IMAGE_VIEW

Bit to indicate that android.widget.ImageView is supported.

Constant Value: 2 (0x00000002)

Added in API level 2.0 public static final int LIST_VIEW

Bit to indicate that android.widget.ListView is supported.

Constant Value: 4 (0x00000004)

Bit to indicate that android.widget.Gallery is supported.

Constant Value: 8 (0x00000008)

Added in API level 5.0 public static final int TIME_VIEW

Bit to indicate that TimeView is supported.

Constant Value: 16 (0x00000010)