开发者

Create a push notification icon without AbsoluteLayout

I want to create a icons with texts and also have an unread count on right corner like this one

Create a push notification icon without AbsoluteLayout

I have made this by using AbsoluteLayout, but it is deprecat开发者_如何学编程ed...

How else it is possible to do this?


Just use a RelativeLayout as the container of the icon and the unread count number. Add a margin to the top and right of the icon, and set the circled number to android:layout_alignParentRight="true".

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜