Skip to content

Commit 68dcd8f

Browse files
authored
Merge pull request #77 from Andonade/master
fix(android): update image links
2 parents b9e4608 + 6d8210c commit 68dcd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/frontend/android/resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Android 的资源库存储着 APP 的本地资源,包括布局文件、图片、音频、字符串、颜色等内容,这些资源使用 XML 语法编写,被存储在项目文件的 res 目录下,在 APP 运行时可以被调用。
44

55
<center>
6-
<img src="../../static/frontend/android/resources.png" width="50%">
6+
<img src="../../../static/frontend/android/resources.png" width="50%">
77
</center>
88

99
## 布局文件
@@ -83,7 +83,7 @@ Android 的资源库存储着 APP 的本地资源,包括布局文件、图片
8383
得到的布局如下图,如你所见,前后两个 View 是上下占位边框,中间的部分是一组横向线性排列,权重为 $2:1$;左边是两个文本框组成的,右边是一张图片。布局文件的编写还是比较直观的,更多地需要在实践中提高使用的熟练度,这里不再赘述。
8484

8585
<center>
86-
<img src="../../static/frontend/android/layout.png" width="70%">
86+
<img src="../../../static/frontend/android/layout.png" width="70%">
8787
</center>
8888

8989
!!! tip "几点关于布局文件的 tip"

0 commit comments

Comments
 (0)