BadgeView
支持自由定制外观、拖拽消除的MaterialDesign风格Android BadgeView
Install / Use
/learn @qstumn/BadgeViewREADME
该项目已废弃停止维护, 请不要再您的生产环境中使用
BadgeView
一个可以自由定制外观、支持拖拽消除的MaterialDesign风格Android BadgeView

一些特性
-
随意定制外观,包括Badge位置、底色、边框、阴影、文字颜色(支持透明色)、大小、内外边距等
-
Badge数字小于0时显示dot,等于0时隐藏整个Badge,在普通模式下超过99时显示99+,精确模式下显示具体值
-
支持设置文本内容
-
支持设置图片背景
-
支持类似QQ的拖拽消除效果(默认关闭)
-
支持以动画的方式隐藏Badge

how to use:
1. gradle
compile 'q.rorbin:badgeview:1.1.3'
VERSION_CODE : here
2. code
new QBadgeView(context).bindTarget(textview).setBadgeNumber(5);
3. 方法说明
code | 说明 --- | --- setBadgeNumber | 设置Badge数字 setBadgeText | 设置Badge文本 setBadgeTextSize | 设置文本字体大小 setBadgeTextColor | 设置文本颜色 setExactMode | 设置是否显示精确模式数值 setBadgeGravity | 设置Badge相对于TargetView的位置 setGravityOffset | 设置外边距 setBadgePadding | 设置内边距 setBadgeBackgroundColor | 设置背景色 setBadgeBackground | 设置背景图片 setShowShadow | 设置是否显示阴影 setOnDragStateChangedListener | 打开拖拽消除模式并设置监听 stroke | 描边 hide | 隐藏Badge
4.在ListView或者RecyclerView中使用
可参考demo中ListViewActivity、RecyclerViewActivity
5.一些注意事项
- 请不要在xml中创建Badge
- Badge和TargetView绑定是采用替换TargetView的Parent方式实现的,同时将Parent的Id和TargetView的Id设置成一样来保证不会在RelativeLayout中出现位置错乱问题,所以在bindTarget后再次使用findViewById(TargetViewId)得到的会是Parent而不是TargetView,此时建议使用Badge.getTargetView方法来获取TargetView,如果您有更好的解决方式并愿意和我分享,请在Issues中提交给我或者给我发邮件,谢谢。
6.更新计划
添加富文本内容
LICENSE
Copyright 2017, RorbinQiu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Related Skills
diffs
340.2kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
clearshot
Structured screenshot analysis for UI implementation and critique. Analyzes every UI screenshot with a 5×5 spatial grid, full element inventory, and design system extraction — facts and taste together, every time. Escalates to full implementation blueprint when building. Trigger on any digital interface image file (png, jpg, gif, webp — websites, apps, dashboards, mockups, wireframes) or commands like 'analyse this screenshot,' 'rebuild this,' 'match this design,' 'clone this.' Skip for non-UI images (photos, memes, charts) unless the user explicitly wants to build a UI from them. Does NOT trigger on HTML source code, CSS, SVGs, or any code pasted as text.
openpencil
1.9kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
