summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-18 07:51:18 -0800
committerAndrew Dolgov <[email protected]>2012-01-18 07:51:18 -0800
commit1e0f877b37c734b0255615329007e14fca6f933b (patch)
tree6dd87597320a5765676f7ab9cb626d87a86a5b78
parent94173a7db4d046c18fde68c6edf2f6c407b71a8b (diff)
parent3e6672dca4fb2ddd463047815ff807389bd20f0d (diff)
Merge pull request #3 from dontcallmedom/patch-1
properly set inputType to textUri for default_url preference
-rw-r--r--res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 1afeac97..87abd132 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -22,7 +22,7 @@
android:key="ttrss_url"
android:singleLine="true"
android:summary="@string/ttrss_url_summary"
- textUri="true"
+ android:inputType="textUri"
android:title="@string/ttrss_url" >
</EditTextPreference>