# GABottleLoading **Repository Path**: archermind-ti/gabottleloading ## Basic Information - **Project Name**: GABottleLoading - **Description**: Bezier storm(贝塞尔风暴 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GABottleLoading Bottle Loading #### 实现效果图如下: ![](img/demo.gif) > Note: > > * 1.动画中的瓶身及水的颜色都可以自我定义; > * 2.整体宽高自行定义,内部元素均根据整体宽高自动缩放适应; ## 2 如何使用 ### 2.1 获取项目资源 ``` dependencies { implementation 'com.gitee.archermind-ti:GABottleLoading:1.0.0' } ``` ### 2.2 在布局文件中添加GABottleLoadingView ``` ``` > Note > > * 如果View的背景颜色采用#ff191f26色值,将可以达到最佳的视觉效果. ### 2.3 在布局中中找到组件 ``` ((GABottleLoadingView) findComponentById(ResourceTable.Id_bottle_view_small)).performAnimation(); ``` ## 3 核心接口和自定义属性 ### 3.1 核心接口 > * perfromAnimation(): Start the animation; > * cancel(): Release resources > * setDebug(): can see the how it work ### 3.2 自定义属性 ### 3.2.1 添加自定义属性命名空间 ``` ``` ### 3.2.2 添加自定义属性 ``` ``` ## License Copyright 2017 GAStudio 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.