summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authordontcallmedom <[email protected]>2012-01-18 15:15:11 +0100
committerdontcallmedom <[email protected]>2012-01-18 15:15:11 +0100
commit3e6672dca4fb2ddd463047815ff807389bd20f0d (patch)
tree6dd87597320a5765676f7ab9cb626d87a86a5b78 /res/xml
parent94173a7db4d046c18fde68c6edf2f6c407b71a8b (diff)
properly set inputType to textUri for default_url preference
Diffstat (limited to 'res/xml')
-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>