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="horizontal" >
5	<include layout="@layout/vertical_led_slider"
6		android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginRight="20dip"/>
7	<include layout="@layout/vertical_led_slider"
8		android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginRight="20dip"/>
9	<include layout="@layout/vertical_led_slider"
10		android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_marginRight="20dip"/>
11</LinearLayout>