I’m writing an Android application that needs a menu like this:

Please note, this activity has a background and 4 menu items, where each menu item has two parts: Bottom text that should be aligned to left and Right text that should be aligned to right. Would you please tell me how I can implement it? Should I use LinearLayout for each menu item?
This is a sample code I made. all of them are buttons in xml