UI help for Notification on icon

前端 未结 5 1121
时光取名叫无心
时光取名叫无心 2020-12-19 11:54

I want to design the following UI. Can anybody give me an example or suggest some source code for implementation?

5条回答
  •  情歌与酒
    2020-12-19 12:23

    You can use a RelativeLayout with two children, one for the icon and one for the badge. The icon needs extra padding so that the badge is slightly outside of it. The badge is positioned aligned with parentTop and parentRight.

提交回复
热议问题