OSDN Git Service

Bluetooth PIN is not password style
authorErik Ljungberg <erik.ljungberg@sonyericsson.com>
Mon, 6 Sep 2010 16:19:36 +0000 (18:19 +0200)
committerJohan Redestig <johan.redestig@sonyericsson.com>
Mon, 6 Sep 2010 16:19:36 +0000 (18:19 +0200)
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

index 16b75fc..b0c1216 100644 (file)
@@ -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>