]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/res/layout/main.xml
Initial app skeleton
[ms2-fixes] / MS2Debounce / res / layout / main.xml
diff --git a/MS2Debounce/res/layout/main.xml b/MS2Debounce/res/layout/main.xml
new file mode 100644 (file)
index 0000000..0a850ba
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    >
+<TextView  
+    android:layout_width="fill_parent" 
+    android:layout_height="wrap_content" 
+    android:text="Hello World, MS2Debounce"
+    />
+</LinearLayout>
+
Impressum, Datenschutz