Android Studio常用标签及属性

textAlignment 本文位置
android:textAlignment="center"
orientation LinearLayout布局设置方向:horizontal 水平的、vertical 垂直的
android:orientation="vertical"
seekbar 进度条
RadioGroup 单选按钮组
RadioButton 单选按钮
ToggleButton 状态开关按钮
原文地址:https://www.cnblogs.com/Kohinur/p/11631008.html