Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
M

MaterialBadgeTextView

> 编程语言
Open source

As the name describes, this is an Android library that you can use to show new messages badge and new features badge.

1.3K stars0 likes0 views
WebsiteGitHub

About

As the name describes, this is an Android library that you can use to show new messages badge and new features badge.

MaterialBadgeTextView

As the name describes, This "MaterialBadgeTextView" is an Android library that provides a reformed textview for Badge. A Badge is a colored circle with an inserted number which are displayed at the top-right conner of the icons, it often plays a role of showing new messages or new features in IM apps such as Facebook Messager, WhatsApp, WeChat, and forth.

Features

  1. Material Design style - it provides a default shadow like FAB(Floating Action Bar)
  2. Easy to use - you can just use it as a normal TextView
  3. Really Lite - only ONE java class, no resource file
  4. Support MenuAction in Toolbar

If you use mac OS X, you must have seen this image:

Demo Screen Capture

Usage

Code Badge
setBadgeCount(0,true) the TextView is blank
setBadgeCount(0,false)
setBadgeCount(3)
setBadgeCount(68)
setBadgeCount(101)
setBadgeCount(99999)
setHighLightMode()
setText("") the TextView is blank
setText("Hello World!")
setText("10999999976")

Compat

API level 9+ supported

Example

See example code here on Github. You can also see it live downloading this apk

License

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.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Javaandroidandroid-librarybadgetextview

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言