1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent" android:layout_height="wrap_content" 4 android:orientation="vertical" > 5 <include layout="@layout/servorelay" android:id="@+id/servoRelay_ref" 6 android:layout_height="wrap_content" /> 7 <include layout="@layout/color_sliders" android:id="@+id/leds1" 8 android:layout_width="match_parent" android:layout_height="wrap_content" /> 9 <include layout="@layout/color_sliders" android:id="@+id/leds2" 10 android:layout_width="match_parent" android:layout_height="wrap_content" /> 11 <include layout="@layout/color_sliders" android:id="@+id/leds3" 12 android:layout_width="match_parent" android:layout_height="wrap_content" /> 13 </LinearLayout> 14 15