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.
hzuapps#3.4.5.6#1614080902142 第三 四 五 六次实验
- Loading branch information
1 parent
3dadce9
commit cffc7b8
Showing
8 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,20 @@ | ||
第三次实验 | ||
|
||
实验目标 | ||
|
||
1.将图片放入界面中,当做背景图片 | ||
|
||
|
||
实验步骤 | ||
|
||
1.给开发的app里的按钮更改背景。使用这个属性:android:background="@drawable/bg", | ||
|
||
其中@drawable/bg是你放在drawable里的图片资源。 | ||
|
||
实验结果 | ||
|
||
实验截图3 | ||
|
||
实验体会 | ||
|
||
通过这次实验我了解的文本的定义与使用,还图片的添加方法。还在手机上做了调试。 |
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,19 @@ | ||
第四次实验报告 | ||
|
||
Android界面设计编程 | ||
|
||
一、实验步骤 | ||
|
||
1.在上一次实验的基础之上调整了第一个Activity的元素位置。 | ||
|
||
2.在第二个Activity中加入图片和文本,表示页面跳转之后呈现的内容。 | ||
|
||
3.使用Git将文件提交到自己的库中。 | ||
|
||
二、实验结果截图 | ||
|
||
|
||
|
||
三、实验体会 | ||
|
||
通过实验,我对安卓的布局有了一定的认识,并知道了如何去使用布局。不过,感觉界面是个比较棘手的问题,并未能很好的把界面给做好。 |
Empty file.