Skip to content

suntingme/GuideLine

 
 

Repository files navigation

GuideLine

A guide line (guide overlay /guide view) lib for Android applications

How to use

   GuideGenerator.init((Activity) getContext())
                .setHollowImageRes(R.drawable.u_biz_guide_home_page_hollow)
                .setTipViewRes(R.drawable.u_biz_guide_home_page_tip, GuideView.Position.TOP, 10, 0, 0, 0)
                .setTargetVersion(MGInfo.getVersionName(), NewsFragment.class.getSimpleName())
                .setTargetView(view)
                .show();

About

引导图,依赖库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%