一、总述
1.威廉希尔官方网站
相关
项目名称: Full Screen
项目语言: JAVA
体验模板: Full Scree
工具:deveco studio
2.内容相关
主要用户APP图片满屏效果页面的呈现与显示。
3.效果如下
二、开发流程
第一步 建立项目
新建一个java的应用项目
然后构建完成项目后在jltf_template下new->module
选择phone下的Full Screen模板
登录华为开发者联盟账号,然后启动模拟器即可实现效果
三、项目介绍
项目结构如下:
四、部分代码
<?xml version="1.0" encoding="utf-8"?>
<DirectionalLayout
xmlns:ohos="http://schemas.huawei.com/res/ohos"
ohos:height="match_parent"
ohos:width="match_parent"
ohos:background_element="$color:direct_layout_color"
ohos:orientation="horizontal"
>
<Image
ohos:id="$+id:image1"
ohos:height="match_parent"
ohos:width="match_parent"
ohos:background_element="$color:image_color"
ohos:bottom_margin="$float:image_margin"
ohos:image_src="$media:pic1"
ohos:layout_alignment="center"
ohos:scale_mode="zoom_center"
ohos:top_margin="$float:image_margin"
/>
</DirectionalLayout>
五、完整代码下载
https://gitee.com/jltfcloudcn/jump_to/tree/master/Java_Full_Screen
附件: