Altura half fill_parent xml

Como puedo hacer conLinearLayout altura mediafill_parent en xml?

<LinearLayout android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              android:weightSum="1">
      <ImageView android:layout_height="fill_parent"
                 android:layout_width="0dp"
                 android:layout_weight="0.5"/>
</LinearLayout>

Me gustaría hacer algo similar con la altura.

Respuestas a la pregunta(1)

Su respuesta a la pregunta