Android 学习笔记

布局:

线性布局 LinearLayout

相对布局RelativeLayout

表格布局TableLayout

帧布局FrameLayout

绝对布局AbsoluteLayout

UI组件

TextView

EditeText

Button

ImageButton

RadioButton

CheckBox

ToggleButton

AutoCompleteTextView

Spinner

原文地址:https://www.cnblogs.com/liujufu/p/4956586.html