aboutsummaryrefslogtreecommitdiff
path: root/demokit/app/res/layout/servo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demokit/app/res/layout/servo.xml')
-rw-r--r--demokit/app/res/layout/servo.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/demokit/app/res/layout/servo.xml b/demokit/app/res/layout/servo.xml
new file mode 100644
index 0000000..6444773
--- /dev/null
+++ b/demokit/app/res/layout/servo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent" android:orientation="vertical"
+ android:layout_height="wrap_content">
+ <TextView android:layout_height="wrap_content" style="@style/DemoKitControlLabel"
+ android:layout_width="wrap_content" android:text="@string/servo1Label"></TextView>
+ <com.google.android.DemoKit.Slider
+ android:layout_height="wrap_content" android:layout_width="match_parent"
+ android:layout_marginTop="-7dip"></com.google.android.DemoKit.Slider>
+</LinearLayout>
+