Added Android code
[wl-app.git] / Android / r2-streamer / sample / src / main / res / layout / spinelist_adapter_resource.xml
diff --git a/Android/r2-streamer/sample/src/main/res/layout/spinelist_adapter_resource.xml b/Android/r2-streamer/sample/src/main/res/layout/spinelist_adapter_resource.xml
new file mode 100755 (executable)
index 0000000..d1cd568
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical" android:layout_width="match_parent"
+    android:layout_height="match_parent">
+
+    <TextView
+        android:id="@+id/spineTextView"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:padding="10dp"/>
+
+</LinearLayout>
\ No newline at end of file