summaryrefslogtreecommitdiffstats
path: root/Ministro/res/layout/repoconfig.xml
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-02-13 09:08:37 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-02-14 09:29:47 +0100
commit27438946427ea006a2dfb6369fdb742abcf9ea05 (patch)
treefa3ad8f3b0618cc14b437413452906de273d017f /Ministro/res/layout/repoconfig.xml
parent2ef46bbfada155ae65e999f633f7edfda751438a (diff)
parentf71e67d47f681b55a8b68d051e607e8478958638 (diff)
Merge branch 'unstable' into masterHEADmaster
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>