aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_enter_password.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-20 17:54:28 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-20 17:54:28 +0200
commitb26b5d01feef6feb06f2414e7034e6cb5e648406 (patch)
treea27105b5b48ce62ff01680dfdef91ffc1dde6749 /src/main/res/layout/dialog_enter_password.xml
parente0989e7a82f65c32d655db266f67fcdc90dba77b (diff)
migrate to AndroidX
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/dialog_enter_password.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/dialog_enter_password.xml b/src/main/res/layout/dialog_enter_password.xml
index 935ebad6c..8a3e40061 100644
--- a/src/main/res/layout/dialog_enter_password.xml
+++ b/src/main/res/layout/dialog_enter_password.xml
@@ -22,7 +22,7 @@
android:text="@string/restore_warning"
android:textAppearance="@style/TextAppearance.Conversations.Body1" />
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/account_password_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -42,6 +42,6 @@
android:inputType="textPassword"
android:textColor="?attr/edit_text_color" />
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</layout> \ No newline at end of file