- Migraded project to AndroidX.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="20dp" >
|
||||
|
||||
<android.support.design.widget.TextInputLayout
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
android:text="@string/show_password"
|
||||
android:checked="false"/>
|
||||
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user