The below code has several missing elements. Fill the blanks in the attribute declaration by putting the items in the correct order.
<ImageView
android:id="@+id/imageView"
android:...="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="30dp"
android:...="@drawable/ic_smile" />
<TextView
android:...="@+id/textView"
android:layout_width="wrap_content"
android:...="wrap_content"
android:...="bold"
android:...="20sp"
android:...="@string/simple_Text"/>