1 Star 2 Fork 0

Archermind-TI / GABottleLoading

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

GABottleLoading

Bottle Loading

实现效果图如下:

Note:

  • 1.动画中的瓶身及水的颜色都可以自我定义;
  • 2.整体宽高自行定义,内部元素均根据整体宽高自动缩放适应;

2 如何使用

2.1 获取项目资源

dependencies {
	implementation 'com.gitee.archermind-ti:GABottleLoading:1.0.0'
}

2.2 在布局文件中添加GABottleLoadingView

<com.gastudio.gabottleloading.library.GABottleLoadingView
	ohos:id="$+id:bottle_view_small"
	ohos:height="match_parent"
	ohos:width="0vp"
	ohos:weight="1"/>

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 添加自定义属性命名空间

<DirectionalLayout
    xmlns:ohos="http://schemas.huawei.com/res/ohos"
    xmlns:gastudio="http://schemas.huawei.com/apk/res/ohos" 
    ...
/>

3.2.2 添加自定义属性

<com.gastudio.gabottleloading.library.GABottleLoadingView
	ohos:id="$+id:bottle_view_big"
	ohos:height="0vp"
	ohos:width="match_parent"
	ohos:top_margin="16vp"
	ohos:background_element="#ff191f26"
	gastudio:bottle_color="white"
	gastudio:water_color="blue"
	ohos:weight="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.

About

Bezier storm(贝塞尔风暴 expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/archermind-ti/gabottleloading.git
git@gitee.com:archermind-ti/gabottleloading.git
archermind-ti
gabottleloading
GABottleLoading
master

Search