DEV Community

Nandini S Hinduja
Nandini S Hinduja

Posted on • Updated on

XML in Android Studio

The different layouts in XML are:

  • RelativeLayout
  • LinearLayout
  • FrameLayout
  • ConstraintLayout
  • TableLayout
  • GridLayout
  • Nested layouts
  • TabLayout

The different tags in XML:

  • TextView
  • ImageView
  • View
  • ImageButton
  • EditText
  • Button
  • CheckBox
  • ScrollView
  • Switch
  • Spinner
  • SeekBar
  • RadioGroup
  • ToggleButton
  • ViewPager
  • RadioButton
  • ProgressBar
  • ListView
  • GridView
  • CardView
  • RecyclerView
  • BottomNavigationView
  • TextInputLayout
  • WebView
  • Custom views

Top comments (0)