Merge "Move ImeAwareTextEdit to android.widget" into rvc-dev am: 4c221d1609 am: 222da24344

Change-Id: Ie3ba8186a2b0ded3fcfeaf0689c2569aa99c475b
This commit is contained in:
TreeHugger Robot
2020-04-29 05:49:42 +00:00
committed by Automerger Merge Worker
9 changed files with 8 additions and 99 deletions

View File

@@ -22,7 +22,7 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Note that crypt_keeper_pin_field.xml also has ImeAwareEditText with the same ID. -->
<com.android.settings.widget.ImeAwareEditText android:id="@+id/passwordEntry"
<ImeAwareEditText android:id="@+id/passwordEntry"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"

View File

@@ -22,7 +22,7 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Note that crypt_keeper_password_field.xml also has ImeAwareEditText with the same ID. -->
<com.android.settings.widget.ImeAwareEditText android:id="@+id/passwordEntry"
<ImeAwareEditText android:id="@+id/passwordEntry"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"

View File

@@ -35,7 +35,7 @@
android:clipChildren="false"
android:clipToPadding="false" />
<com.android.settings.widget.ImeAwareEditText
<ImeAwareEditText
android:id="@+id/fingerprint_rename_field"
android:layout_width="match_parent"
android:layout_height="wrap_content"