Skip to content

yongjhih/amarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

amarker

Android Marker

Usage

Amarker.from(context).on(view).center().mark();

Amarker.from(context).on(view).center().top().mark();
Amarker.from(context).on(view).center().bottom().mark();
Amarker.from(context).on(view).right().top().mark();
Amarker.from(context).on(view).left().top().mark();
Amarker.from(context).on(view).right().bottom().mark();
Amarker.from(context).on(view).left().bottom().mark();

Amarker.from(context).on(view).bg(gradientCircle).mark();
Amarker.from(context).on(view).fg(yellowExclamationMarkDrawable).bg(yellowGradientCircleDrawable).mark();

About

Android Marker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published