<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:orientation="vertical">
<com.ironproject.ironcontrol.CustomComponents.CustomLinearLayout
android:background="@drawable/controller_background_button_group"
android:layout_gravity="center"
android:layout_margin="5dp"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:orientation="horizontal">
<LinearLayout
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent">
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<com.ironproject.ironcontrol.CustomComponents.CustomButton
android:layout_gravity="center"
android:background="@drawable/controller_button_left"
android:id="@+id/button_left"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
</LinearLayout>
<LinearLayout
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent">
<com.ironproject.ironcontrol.CustomComponents.CustomButton
android:layout_gravity="center"
android:background="@drawable/controller_button_up"
android:id="@+id/button_up"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<com.ironproject.ironcontrol.CustomComponents.CustomButton
android:layout_gravity="center"
android:background="@drawable/controller_button_down"
android:id="@+id/button_down"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
</LinearLayout>
<LinearLayout
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent">
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<com.ironproject.ironcontrol.CustomComponents.CustomButton
android:layout_gravity="center"
android:background="@drawable/controller_button_right"
android:id="@+id/button_right"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
</LinearLayout>
</com.ironproject.ironcontrol.CustomComponents.CustomLinearLayout>
<com.ironproject.ironcontrol.CustomComponents.DrawController
android:layout_gravity="center"
android:id="@+id/leftController"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.15"/>
<com.ironproject.ironcontrol.CustomComponents.DrawSectorController
android:visibility="gone"
android:layout_gravity="center"
android:id="@+id/leftSectorController"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.15" />
</LinearLayout>