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
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"
.
精彩评论