I'm trying to implement a RadioButton that has a TextView on the top right part of it, like so:

The Textview will hold a number, once I've clicked something in the app.
I understand that I will have to extend RadioButton and add a TextView in there somehow, but I don't really understand how. I'd like to be able to configure all aspects of the button in xml (background of textview, if textview is visible and so on).
How do I go about this? Where do I start?