summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDaniel Oeh <daniel@danielpc.(none)>2012-05-31 12:42:48 +0200
committerDaniel Oeh <daniel@danielpc.(none)>2012-05-31 12:42:48 +0200
commit8dc5c04aa2bad9f9040bd08342d289dfe1493198 (patch)
tree647bcf0bb66c097df022c4ca04f14ad0e333e9d0 /res
parent278fbc224c0cbcb54b47791bbd0c91886e7abd50 (diff)
downloadAntennaPod-8dc5c04aa2bad9f9040bd08342d289dfe1493198.zip
Updated attributes of EditText
Diffstat (limited to 'res')
-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"