summaryrefslogtreecommitdiffstats
path: root/Ministro/res/layout/repoconfig.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Ministro/res/layout/repoconfig.xml')
-rw-r--r--Ministro/res/layout/repoconfig.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/Ministro/res/layout/repoconfig.xml b/Ministro/res/layout/repoconfig.xml
new file mode 100644
index 0000000..f730e0e
--- /dev/null
+++ b/Ministro/res/layout/repoconfig.xml
@@ -0,0 +1,33 @@
+<?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:layout_marginTop="10dip"
+ android:text="@string/repositories_prompt"
+ />
+ <Spinner
+ android:id="@+id/repositories"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:drawSelectorOnTop="true"
+ android:prompt="@string/repositories_prompt"
+ />
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="10mm"
+ android:text="@string/check_frequency"
+ />
+ <Spinner
+ android:id="@+id/check_frequency"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:drawSelectorOnTop="true"
+ android:prompt="@string/check_frequency"
+ />
+</LinearLayout>