badger

  1. Alexander Stolte

    B4A Library [B4X] AS Badges

    I took the original Badger code from @Erel and modified it to create a new view. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal or with a...
  2. I

    Android Question How to show a corner text badge on any view?

    I am trying to create a UI like above. I saw a couple of Badger class/libraries here but they do not display like the above layout. Is such a library/class available? I don't need the 3D embossed wraparound kind of look seen above. Just need a corner text on a specific background colour.
  3. A

    Android Question Badger on Toolbar Item

    Can you use the XUI Badger with the AppCompat ACToolBarLight menu item? Yes, there's a badging example in that AppCompat example but I'd like to use the new XUI Badger to do this, if possible. I've tried … Dim Item As ACMenuItem = ACToolBarLight1.Menu.GetItem(0) ' 0 = The menu item I'm...
Top