代码拉取完成,页面将自动刷新
1.在项目根目录下的build.gradle文件中,
allprojects {
repositories {
maven {
url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
}
}
2.在entry模块的build.gradle文件中,
dependencies {
implementation('com.gitee.chinasoft_ohos:OhosShadowLayout:1.0.0')
......
}
在sdk6,DevEco Studio 2.2 Beta2下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下
1.将仓库导入到本地仓库中
2.在布局文件中加入ShadowLayout控件,代码实例如下:
<com.gigamole.library.ShadowLayout
ohos:width="match_content"
ohos:height="match_content"
app:sl_shadow_angle="45"
app:sl_shadow_color="#9e000000"
app:sl_shadow_distance="4"
app:sl_shadow_radius="4"
app:sl_shadowed="true">
<Image
ohos:width="match_content"
ohos:height="match_content"
ohos:layout_alignment="horizontal_center"
ohos:image_src="$media:ic_logo"/>
<Text
ohos:width="match_content"
ohos:height="match_content"
ohos:text="HOW WE WORK"
ohos:top_margin="20vp"
ohos:layout_alignment="horizontal_center"
ohos:text_color="#414141"
ohos:text_size="56px"/>
</com.gigamole.library.ShadowLayout>
CodeCheck代码测试无异常
CloudTest代码测试无异常
病毒安全检测通过
当前版本demo功能与原组件基本无差异
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型