forked from hzuapps/android-labs-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 第四次实验报告 | ||
## Android界面设计编程 | ||
## 一、实验步骤 | ||
### 1.在上一次实验的基础之上调整了第一个Activity的元素位置。 | ||
### 2.在第二个Activity中加入图片和文本,表示页面跳转之后呈现的内容。 | ||
### 3.利用<LinerLayout...></LinerLayout>的代码设置两个Activity布局为LinerLayout。 | ||
### 4.使用Git将文件提交到自己的库中。 | ||
## 二、实验结果截图 | ||
![image](https://github.com/BingleHu/android-labs-2018/blob/master/Com1614080901240/实验4截图1.png) | ||
![image](https://github.com/BingleHu/android-labs-2018/blob/master/Com1614080901240/实验4截图2.png) | ||
## 三、实验体会 | ||
### 通过实验,我对安卓的布局有了一定的认识,并知道了如何去使用布局。不过,感觉界面是个比较棘手的问题,并未能很好的把界面给做好。 |