summaryrefslogtreecommitdiff
path: root/res/layout/addfeed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/addfeed.xml')
-rw-r--r--res/layout/addfeed.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/addfeed.xml b/res/layout/addfeed.xml
index b084f2eee..7036bcbf9 100644
--- a/res/layout/addfeed.xml
+++ b/res/layout/addfeed.xml
@@ -11,7 +11,9 @@
/>
<EditText android:id="@+id/etxtFeedurl"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"/>
+ android:layout_height="wrap_content"
+ android:autoText="false"
+ android:capitalize="none"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"