Skip to content

Interactive Elements

Joshua Rogers edited this page Dec 17, 2013 · 2 revisions
  • button - represented as the 'Button' element in xml.
  • text - represented as 'TextView' element in xml.
  • input text - 'EditText'
  • checkbox - 'CheckBox'
  • radio buttons - 'RadioButton' embedded within 'RadioGroup'
  • toggle button - 'ToggleButton'
  • spinner - 'Spinner'
  • images - 'ImageView'

Clone this wiki locally