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