# HeartLayout **Repository Path**: ThinkingAndroid/HeartLayout ## Basic Information - **Project Name**: HeartLayout - **Description**: 类似 periscope 的点赞特效 也类似QQ点赞特效 效果比较赞 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2016-07-22 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Android Gems](http://www.android-gems.com/badge/tyrantgit/HeartLayout.svg?branch=master)](http://www.android-gems.com/lib/tyrantgit/HeartLayout) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-HeartLayout-brightgreen.svg?style=flat)](http://android-arsenal.com/details/3/2558) # HeartLayout periscope like heartlayout ![heartlayout.gif](assets/heartlayout.gif) ## Getting started In your `build.gradle`: ```gradle dependencies { compile 'tyrant:heartlayout:1.0.1' } ``` ```java HeartLayout heartLayout = ...; heartLayout.addHeart(color); heartLayout.addHeart(color,heartResId,heartBorderResId); ``` ## License Copyright 2015 tyrantgit Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.