diff options
author | lado <herrlado@gmail.com> | 2012-01-20 13:18:52 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-20 13:18:52 +0100 |
commit | 6f70f92c7811784cf4fff88e74ac14f364332d73 (patch) | |
tree | ae7c73309b262c9678f1179304713290c396489e | |
parent | 0507927000e4ff9a3c89c4852f27609163db8471 (diff) | |
download | vdr-manager-6f70f92c7811784cf4fff88e74ac14f364332d73.tar.gz vdr-manager-6f70f92c7811784cf4fff88e74ac14f364332d73.tar.bz2 |
minor changes
-rw-r--r-- | vdrmanager/project.properties | 2 | ||||
-rw-r--r-- | vdrmanager/res/values/arrays.xml | 3 | ||||
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 3 |
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" /> |