Android 徽章控件 BGABadgeView

码农软件 · 软件分类 · Android UI 组件 · 2019-04-24 16:27:34

软件介绍

BGABadgeView 是 Android 自定义徽章控件。

效果图:

Image of RecyclerViewDemo Demo

依赖:

dependencies {
    compile 'com.nineoldandroids:library:2.4.0'
    compile 'cn.bingoogolapple:bga-badgeview:latestVersion@aar'
}

目前支持的徽章类:

类名应用场景
BGABadgeRadioButton微博首页底部导航
BGABadgeImageView微博列表用户头像
BGABadgeTextView其实这个可以用BGABadgeCheckedTextView代替
BGABadgeLinearLayout列表item右侧消息条数
BGABadgeRelativeLayout列表item右侧消息条数
BGABadgeFrameLayout列表item右侧消息条数

接口说明:

/**
 * 显示圆点徽章
 */
void showCirclePointBadge();

/**
 * 显示文字徽章
 *
 * @param badgeText
 */
void showTextBadge(String badgeText);

/**
 * 隐藏徽章
 */
void hiddenBadge();

/**
 * 显示图像徽章
 *
 * @param bitmap
 */
void showDrawableBadge(Bitmap bitmap);

/**
 * 设置拖动删除徽章的代理
 *
 * @param delegate
 */
void setDragDismissDelegage(BGADragDismissDelegate delegate);

/**
 * 是否显示徽章
 *
 * @return
 */
boolean isShowBadge();

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

Designing with Web Standards (2nd Edition)

Designing with Web Standards (2nd Edition)

Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99

Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具