Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bgallon/StickerView

Open more actions menu
 
 

Repository files navigation

StickerView

A view which can add sticker and zoom,drag,delete it

###screenshots

###usage add dependencies

compile 'com.flying.xiaopo:sticker:1.1.0'

StickerView extends ImageView in layout

<com.xiaopo.flying.sticker.StickerView
        android:id="@+id/sticker_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:src="@drawable/haizewang_215" />

add sticker, support bitmap and drawable. if the sticker is drawable, it's intrinsic width and height can not be zero.

stickerView.addSticker(bitmap)
stickerView.addSticker(drawable)

licence

MIT LICENCE

About

A view which can add sticker and zoom,drag,delete it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.