From 33319b1228d8af25797e1371b088fc8491349c21 Mon Sep 17 00:00:00 2001 From: Erik Ljungberg Date: Mon, 6 Sep 2010 18:19:36 +0200 Subject: [PATCH] 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 --- res/layout/bluetooth_pin_entry.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/bluetooth_pin_entry.xml b/res/layout/bluetooth_pin_entry.xml index 16b75fc1c6..b0c121620d 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" /> - \ No newline at end of file + -- 2.11.0