# ohos-materialshadowninepatch **Repository Path**: jiang-bingbing/ohos-materialshadowninepatch ## Basic Information - **Project Name**: ohos-materialshadowninepatch - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-04-13 - **Last Updated**: 2021-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ohos-materialshadowninepatch #### 项目介绍 - 项目名称:ohos-materialshadowninepatch - 所属系列:openharmony的第三方组件适配移植 - 功能:实现可以给文本设置阴影效果 - 项目移植状态:主功能完成 - 调用差异:无 - 开发版本:sdk5,DevEco Studio2.1 beta4 - 基线版本:Release v1.0.0 #### 效果演示 #### 安装教程 1、在项目根目录下的build.gradle文件中 ```gradle allprojects { repositories { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } } } ``` 2.在entry模块的build.gradle文件中 ```gradle dependencies { implementation('com.gitee.chinasoft_ohos:ohos-materialshadowninepatch:0.0.1-SNAPSHOT') ...... } ``` 在sdk5,DevEco Studio2.1 beta4下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 #### 使用说明 ``` 使用该库非常简单,只需查看提供的示例的源代码。 ```示例XML