Androd之在图片右上角显示红色圆圈里面数字提醒

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"
        android:layout_centerVertical="true"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_centerHorizontal="true"
        androi

猜你喜欢

转载自blog.csdn.net/u011068702/article/details/107945860
今日推荐