# LiveGiftLayout **Repository Path**: zhao6048/LiveGiftLayout ## Basic Information - **Project Name**: LiveGiftLayout - **Description**: 一个带礼物面板的直播礼物连击效果 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-08-13 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LiveGiftLayout #### 项目介绍 - 项目名称:LiveGiftLayout - 所属系列:openharmony的第三方组件适配移植 - 功能:一个带礼物面板的直播礼物连击效果 - 项目移植状态:主功能完成 - 调用差异:无 - 开发版本:sdk6,DevEco Studio2.2 Beta1 - 基线版本:Release v1.3 #### 效果演示 ![image text](gif/demo.gif) #### 安装教程 1.在项目根目录下的build.gradle文件中, ``` allprojects { repositories { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } } } ``` 2.在entry模块的build.gradle文件中, ``` dependencies { implementation('com.gitee.chinasoft_ohos:LiveGiftLayout:0.0.1-SNAPSHOT') ...... } ``` 在sdk6,DevEco Studio2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 #### 使用说明 1:在要显示的xml文件中添加展示礼物和礼物面板的地方 以项目中的activity_gift1.xml为例 ```