Skip to content

Commit

Permalink
properly set inputType to textUri for default_url preference
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jan 18, 2012
1 parent 94173a7 commit 3e6672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3e6672d

Please sign in to comment.