summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Ljungberg <erik.ljungberg@sonyericsson.com>2010-09-06 18:19:36 +0200
committerJohan Redestig <johan.redestig@sonyericsson.com>2010-09-06 18:19:36 +0200
commit33319b1228d8af25797e1371b088fc8491349c21 (patch)
treef2f6108c9b996fc245ed0c22f6df819af5b98b90
parent2fcfb28982b84a6383774cfd50d6a963b1a985e1 (diff)
downloadSettings-33319b1228d8af25797e1371b088fc8491349c21.tar.gz
Bluetooth PIN is not password style
Bluetooth PIN is changed to password style to comform with how passwords are normally shown in the UI. Change-Id: I293e94cf3766f9b5b82b9bb89e5aed4bd494ef71
-rw-r--r--res/layout/bluetooth_pin_entry.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/bluetooth_pin_entry.xml b/res/layout/bluetooth_pin_entry.xml
index 16b75fc1c68..b0c121620d6 100644
--- a/res/layout/bluetooth_pin_entry.xml
+++ b/res/layout/bluetooth_pin_entry.xml
@@ -44,8 +44,9 @@
android:layout_marginTop="20dip"
android:layout_marginLeft="20dip"
android:layout_marginRight="20dip"
+ android:inputType="textPassword"
android:singleLine="true" />
</LinearLayout>
-</ScrollView> \ No newline at end of file
+</ScrollView>