Home | History | Annotate | Download | only in layout
      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:orientation="vertical"
      4 	android:layout_height="wrap_content">
      5 	<TextView android:layout_height="wrap_content" style="@style/DemoKitControlLabel"
      6 		android:layout_width="wrap_content" android:text="@string/servo1Label"></TextView>
      7 	<com.google.android.DemoKit.Slider
      8 		android:layout_height="wrap_content" android:layout_width="match_parent"
      9 		android:layout_marginTop="-7dip"></com.google.android.DemoKit.Slider>
     10 </LinearLayout>
     11 
     12