1 需求
在图片右上角显示红色圆圈里面数字提醒
2 效果如图
3 关键代码
item_loca.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="@color/white">
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/localLl"
androi