准备工作:How to build the layout
- 1.select views:2 TextView,ButtonView
- 2.position views:LinearLayout
- 3.style views:all caps,text color......
对View进行布局
- 将水平方向改成垂直方向,android:orientation="vertical"
- 全部大写属性,android:textAllCaps="true"
- 改变View之间间距,android:layout_marginBottom="16dp"
Java文件
- 之前对Java有一定的基础,所以语法之类的不在相应笔记
- 了解Android Studio的一些错误信息以及如何排查