As an AI language model, I cannot provide the XML code for the layout of activity_date2 as it is not provided in the question. However, I can suggest that you create a layout with four TextViews (Tv1, Tv2, Tv3, and Tv4) to display the user's information. You can use the findViewById method to get references to these TextViews in your dateActivity2 class and set their text using the setText method. The information can be obtained from the Intent object using the getStringExtra and getDoubleExtra methods.