File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5757 android : background =" @android:drawable/edit_text" >
5858
5959 <!-- displays dots as user enters pin -->
60- <TextView android : id =" @+id/pinDisplay"
60+ <EditText android : id =" @+id/pinDisplay"
6161 android : layout_width =" 0dip"
6262 android : layout_height =" wrap_content"
6363 android : layout_weight =" 1"
6464 android : maxLines =" 1"
6565 android : textAppearance =" ?android:attr/textAppearanceLargeInverse"
66+ android : textColor =" @android:color/primary_text_holo_light"
6667 android : textStyle =" bold"
6768 android : inputType =" textPassword"
6869 />
Original file line number Diff line number Diff line change 5757 android : background =" @android:drawable/edit_text" >
5858
5959 <!-- displays dots as user enters pin -->
60- <TextView android : id =" @+id/pinDisplay"
60+ <EditText android : id =" @+id/pinDisplay"
6161 android : layout_width =" 0dip"
6262 android : layout_height =" wrap_content"
6363 android : layout_weight =" 1"
6464 android : maxLines =" 1"
6565 android : textAppearance =" ?android:attr/textAppearanceLargeInverse"
66+ android : textColor =" @android:color/primary_text_holo_light"
6667 android : textStyle =" bold"
6768 android : inputType =" textPassword"
6869 />
Original file line number Diff line number Diff line change 122122 android : background =" @android:drawable/edit_text" >
123123
124124 <!-- displays dots as user enters new pin -->
125- <TextView android : id =" @+id/pinDisplay"
125+ <EditText android : id =" @+id/pinDisplay"
126126 android : layout_width =" 0dip"
127127 android : layout_height =" wrap_content"
128128 android : layout_weight =" 1"
129129 android : maxLines =" 1"
130130 android : textAppearance =" ?android:attr/textAppearanceLargeInverse"
131+ android : textColor =" @android:color/primary_text_holo_light"
131132 android : textStyle =" bold"
132133 android : inputType =" textPassword"
134+ android : hint =" @android:string/keyguard_password_enter_pin_prompt"
133135 />
134136
135137 <ImageButton android : id =" @+id/pinDel"
You can’t perform that action at this time.
0 commit comments