summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdrmanager/project.properties2
-rw-r--r--vdrmanager/res/values/arrays.xml3
-rw-r--r--vdrmanager/res/xml/preferences.xml3
3 files changed, 5 insertions, 3 deletions
diff --git a/vdrmanager/project.properties b/vdrmanager/project.properties
index 5a70945..730e911 100644
--- a/vdrmanager/project.properties
+++ b/vdrmanager/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-7
+target=android-14
diff --git a/vdrmanager/res/values/arrays.xml b/vdrmanager/res/values/arrays.xml
index 304cfad..647865e 100644
--- a/vdrmanager/res/values/arrays.xml
+++ b/vdrmanager/res/values/arrays.xml
@@ -10,12 +10,13 @@
<item>de</item>
<item>it</item>
</string-array>
+
<string-array name="remux_entry_values">
<item>EXT</item>
<item>EXTERN</item>
</string-array>
- <string-array name="imdb_urls_values">
+ <string-array name="imdb_urls_velues">
<item>akas.imdb.com</item>
<item>imdb.com</item>
<item>uk.imdb.com</item>
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml
index df55af4..6b1e5fd 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -32,7 +32,8 @@
<ListPreference android:defaultValue="akas.imdb.com"
android:dependency="@string/qui_show_imdb_button_key"
- android:entries="@array/imdb_urls" android:entryValues="@arrays/imdb_urls_velues"
+ android:entries="@array/imdb_urls"
+ android:entryValues="@array/imdb_urls_velues"
android:key="@string/qui_imdb_url_key" android:summaryOn="@string/qui_imdb_url_summary"
android:title="@string/qui_imdb_url_title" />