Now that you have the UI defined, let's set up a fragment to display it. The fragment will be hosted by the main activity so you'll make some changes in the main activity class shortly to enable this.
Create a new class named
that's a subclass of the
Open up the class and override the