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. |
Bit to indicate that android.widget.TextView is supported.
Constant Value: 1 (0x00000001)
Bit to indicate that android.widget.ImageView is supported.
Constant Value: 2 (0x00000002)
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)
Bit to indicate that TimeView is supported.
Constant Value: 16 (0x00000010)
Bit field specifiers for supported layout elements.