Missing parts

Report a typo

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"/>
Put the items in the correct order
textSize
textStyle
text
layout_height
layout_width
id
src
___

Create a free account to access the full topic