summaryrefslogtreecommitdiff
path: root/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fa_search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fa_search.xml')
-rw-r--r--vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fa_search.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fa_search.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fa_search.xml
new file mode 100644
index 0000000..8764059
--- /dev/null
+++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fa_search.xml
@@ -0,0 +1,21 @@
+<?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"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:paddingTop="8dp">
+
+ <SearchView
+ android:id="@+id/faSearch"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:iconifiedByDefault="false" />
+
+ <ListView
+ android:id="@+id/faItems"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
+</LinearLayout>