All Projects → ddwhan0123 → Cuteloadinglayoutgit

ddwhan0123 / Cuteloadinglayoutgit

六边形的LoadingView

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cuteloadinglayoutgit

Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (+1348.61%)
Mutual labels:  view
Isometric
Isometric drawing library for Android
Stars: ✭ 1,105 (+1434.72%)
Mutual labels:  view
Dotsloaderview
Simple dots loader view
Stars: ✭ 63 (-12.5%)
Mutual labels:  view
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-31.94%)
Mutual labels:  view
Toothyprogress
A polyline determinated ProgressBar written in Kotlin
Stars: ✭ 56 (-22.22%)
Mutual labels:  view
Apphead
Head View like Facebook Messenger for Android.
Stars: ✭ 61 (-15.28%)
Mutual labels:  view
Speedview
Dynamic Speedometer and Gauge for Android. amazing, powerful, and multi shape ⚡️
Stars: ✭ 1,035 (+1337.5%)
Mutual labels:  view
Calendarview
Calendar View Library
Stars: ✭ 71 (-1.39%)
Mutual labels:  view
Checkview
An animated toggling Plus/Check button for Android
Stars: ✭ 56 (-22.22%)
Mutual labels:  view
React Native Hole View
✂️ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay
Stars: ✭ 61 (-15.28%)
Mutual labels:  view
Tap water
【声明:未发布前,勿使用,勿star,预计2020年11月底发布】Flutter tab_bar组件,支持中间带加号按钮的TabBar,支持Lottie动画。iTeaTime(技术清谈)团队出品。Highly customizable tabBar and tabBarController for Flutter
Stars: ✭ 52 (-27.78%)
Mutual labels:  view
Android Toy
不积跬步 无以至千里
Stars: ✭ 54 (-25%)
Mutual labels:  view
Animatedpencil
Animated Pencil Action view for Android
Stars: ✭ 61 (-15.28%)
Mutual labels:  view
Fun
A library for android to animate expanding and collapsing views.
Stars: ✭ 48 (-33.33%)
Mutual labels:  view
Fancyaccordionview
An Android fancy accordion view
Stars: ✭ 64 (-11.11%)
Mutual labels:  view
Counterview
Android View that have a value that can be incremented and decremented by one
Stars: ✭ 46 (-36.11%)
Mutual labels:  view
Fiftyshadesof
An elegant context-care loading placeholder for Android
Stars: ✭ 1,110 (+1441.67%)
Mutual labels:  view
Kotlinanim
Create fluent animations in a kotlin way
Stars: ✭ 72 (+0%)
Mutual labels:  view
Social Text View
A custom Android TextView that highlights social media lingo (#hashtags, @mentions, phone, emails, and urls).
Stars: ✭ 64 (-11.11%)
Mutual labels:  view
Zwtopselectvcview
快速导入多个控制器,通过顶部选择菜单切换控制器,实现一个页面多个控制器切换处理.(It's an so easy way to add your all kinds of childControllers into superViewController, then you can slide around or just click on the topButton which is automatically building in the topView to switch your childViewController.)
Stars: ✭ 61 (-15.28%)
Mutual labels:  view

CuteLoadingLayoutGit

Author:Ezreal Wang

Blog:http://blog.csdn.net/ddwhan0123

演示效果:
Demo


比较轻量级的自定义Loading界面,圆形的长条状的看腻了,不妨换一种体验

如何使用?
XML引入

<pro.cuteloadingview.wjj.cuteloadingview.CustomView.CuteLoadingLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        wjj:image_AnimType="rotationY"
        wjj:image_height="50dp"
        wjj:image_text="Loading  "
        wjj:image_width="50dp"/>

下面3个标签为通常的大小,文字内容.
image_AnimType为动画模式标签,“rotationY”,“rotationX”,默认为“rotationY”

也可以用java代码动态加载,像这样

public CuteLoadingLayout(Context context, AttributeSet attrs, int defStyleAttr)
public CuteLoadingLayout(Context context, AttributeSet attrs) //new 一个CuteLoadingLayout的实例,并传入构造函数所需的参数
 public void setDefaultColor()//设置颜色
 public void setTextSize//设置字体大小
 public void setDefaultColor()//设置默认颜色(如果没有调用过setColor(),就无需调用此方法)
 public void setColor(int[] value)//设置边框颜色。如果数组长度不足6将抛出异常
 public void hideTextView()//隐藏六边形下方的文字部分
 public void stopTextJump()//关闭文字跳动动画
 public void startAnim()//开始动画,显示控件
 public void stopAnim()//结束动画,隐藏控件
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].