layout
class layout
kotlin.Any | |
↳ | android.R.layout |
Summary
Constants | |
---|---|
static Int | |
static Int | |
static Int | |
static Int |
Standard content view for a |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int |
A version of |
static Int |
A version of |
static Int | |
static Int | |
static Int | |
static Int |
A simple ListView item layout which can contain text and support (single or multiple) item selection. |
static Int | |
static Int | |
static Int | |
static Int |
Public constructors | |
---|---|
layout() |
Constants
browser_link_context_header
static val browser_link_context_header: Int
Value: 17367054
expandable_list_content
static val expandable_list_content: Int
Value: 17367041
list_content
static val list_content: Int
Standard content view for a android.app.ListFragment
. If you are implementing a subclass of ListFragment with your own customized content, you can include this layout in that content to still retain all of the standard functionality of the base class.
Value: 17367060
select_dialog_multichoice
static val select_dialog_multichoice: Int
Value: 17367059
select_dialog_singlechoice
static val select_dialog_singlechoice: Int
Value: 17367058
simple_dropdown_item_1line
static val simple_dropdown_item_1line: Int
Value: 17367050
simple_expandable_list_item_1
static val simple_expandable_list_item_1: Int
Value: 17367046
simple_expandable_list_item_2
static val simple_expandable_list_item_2: Int
Value: 17367047
simple_list_item_activated_1
static val simple_list_item_activated_1: Int
A version of simple_list_item_1
that is able to change its background state to indicate when it is activated (that is checked by a ListView).
Value: 17367062
simple_list_item_activated_2
static val simple_list_item_activated_2: Int
A version of simple_list_item_2
that is able to change its background state to indicate when it is activated (that is checked by a ListView).
Value: 17367063
simple_list_item_checked
static val simple_list_item_checked: Int
Value: 17367045
simple_list_item_multiple_choice
static val simple_list_item_multiple_choice: Int
Value: 17367056
simple_list_item_single_choice
static val simple_list_item_single_choice: Int
Value: 17367055
simple_selectable_list_item
static val simple_selectable_list_item: Int
A simple ListView item layout which can contain text and support (single or multiple) item selection.
Value: 17367061
simple_spinner_dropdown_item
static val simple_spinner_dropdown_item: Int
Value: 17367049
Public constructors
layout
layout()