Remove KeyboardView in ChooseLockPassword
1. We actually use user installed keyboard 2. Request focus on the edittext instead of the keyboard Bug: 24900754 Change-Id: I6257a592ad34875d46c5c05349098b891ef37d98
This commit is contained in:
@@ -89,21 +89,6 @@
|
||||
android:text="@string/lockpassword_continue_label" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Spacer between password entry and keyboard -->
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<!-- Alphanumeric keyboard -->
|
||||
<com.android.internal.widget.PasswordEntryKeyboardView android:id="@+id/keyboard"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#00000000"
|
||||
android:keyBackground="@*android:drawable/btn_keyboard_key_fulltrans"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.android.setupwizardlib.GlifLayout>
|
||||
|
||||
Reference in New Issue
Block a user