<RelativeLayout
android:id=
"@+id/menuThird"
android:layout_width=
"270dp"
android:layout_height=
"140dp"
android:layout_alignParentBottom=
"true"
android:layout_centerHorizontal=
"true"
android:background=
"@drawable/menu3"
>
<ImageView
android:id=
"@+id/channel1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentBottom=
"true"
android:layout_marginBottom=
"8dp"
android:layout_marginLeft=
"8dp"
android:background=
"@drawable/channel1"
/>
<ImageView
android:id=
"@+id/channel2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_above=
"@id/channel1"
android:layout_alignLeft=
"@id/channel1"
android:layout_marginBottom=
"8dp"
android:layout_marginLeft=
"16dp"
android:background=
"@drawable/channel2"
/>
<ImageView
android:id=
"@+id/channel3"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_above=
"@id/channel2"
android:layout_alignLeft=
"@id/channel2"
android:layout_marginBottom=
"8dp"
android:layout_marginLeft=
"30dp"
android:background=
"@drawable/channel3"
/>
<ImageView
android:id=
"@+id/channel4"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"5dp"
android:background=
"@drawable/channel4"
/>
<ImageView
android:id=
"@+id/channel7"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentBottom=
"true"
android:layout_alignParentRight=
"true"
android:layout_marginBottom=
"8dp"
android:layout_marginRight=
"8dp"
android:background=
"@drawable/channel7"
/>
<ImageView
android:id=
"@+id/channel6"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_above=
"@id/channel7"
android:layout_alignRight=
"@id/channel7"
android:layout_marginBottom=
"8dp"
android:layout_marginRight=
"20dp"
android:background=
"@drawable/channel6"
/>
<ImageView
android:id=
"@+id/channel5"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_above=
"@id/channel6"
android:layout_alignRight=
"@id/channel6"
android:layout_marginBottom=
"8dp"
android:layout_marginRight=
"30dp"
android:background=
"@drawable/channel5"
/>
</RelativeLayout>