summaryrefslogtreecommitdiffstats
path: root/res/layout/http_authentication.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:04 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:04 -0800
commitb7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c (patch)
tree5955e8e4ec01ed58967626e02c703e40a10bd6a8 /res/layout/http_authentication.xml
parentd9effa543b8c81d48b8324aac00410b8c2a355a0 (diff)
downloadpackages_apps_Browser-b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c.zip
packages_apps_Browser-b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c.tar.gz
packages_apps_Browser-b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c.tar.bz2
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'res/layout/http_authentication.xml')
-rw-r--r--res/layout/http_authentication.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/res/layout/http_authentication.xml b/res/layout/http_authentication.xml
index 125095e..01cd3af 100644
--- a/res/layout/http_authentication.xml
+++ b/res/layout/http_authentication.xml
@@ -37,8 +37,7 @@
android:textSize="18sp"
android:textColor="@color/username_edit"
android:scrollHorizontally="true"
- android:autoText="false"
- android:capitalize="none"
+ android:inputType="text"
android:gravity="fill_horizontal"
android:layout_weight="1"
android:layout_marginLeft="20dip"
@@ -61,12 +60,10 @@
android:textSize="18sp"
android:textColor="@color/password_edit"
android:scrollHorizontally="true"
- android:autoText="false"
- android:capitalize="none"
+ android:inputType="textPassword"
android:gravity="fill_horizontal"
android:layout_weight="1"
android:layout_marginLeft="20dip"
android:layout_marginRight="20dip"
- android:layout_marginBottom="12dip"
- android:password="true" />
+ android:layout_marginBottom="12dip" />
</TableLayout>