
带有角标的iamgeview,类似于qq、微信未读消息提示效果
<dependency>
  <groupId>com.hlq</groupId>
  <artifactId>imageviewBound</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>  compile 'com.hlq:imageviewBound:1.0.0' 在xml中:
  <hlq.ImageViewBound
      android:id="@+id/wode"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:src="@mipmap/ic_launcher" />
  在java代码中:
  imageViewBound.setMessageNum(1);每次设置都实时有效
  当设置的数量>=100时,则会显示99+,字体大小根据设置的数字自动适配。项目源码:https://github.com/huanglinqing123/ImageviewBound 欢迎start和issue