Step 3
Add a background color to your activity and a CardView
.


After this step, your view should look like this:

The colors I've used are :
Light background: #CDDC39
Dark background: #43A047
Paddings are at 16dp and the corner radius 8dp.
No, it doesn't need to be pixel perfect! :-)
Last updated