Android即时贴控件 StickerView

码农软件 · 软件分类 · Android UI 组件 · 2019-04-24 13:12:54

软件介绍

StickerView是Android上的一个可以进行添加,缩放,拖动,删除操作的即时贴控件。

如图所示:

用法:
StickerView 是基于 ImageView 布局的扩展。

<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" />

StickerView 也支持位图和绘制。如果sticker可以拉伸,那么高度与宽度属性不能为0。

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

本文地址:https://www.codercto.com/soft/d/4281.html

Hatching Twitter

Hatching Twitter

Nick Bilton / Portfolio Hardcover / 2013-11-5 / USD 28.95

The dramatic, unlikely story behind the founding of Twitter, by New York Times bestselling author and Vanity Fair special correspondent The San Francisco-based technology company Twitter has become......一起来看看 《Hatching Twitter》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码