2020-05-17 12:40:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-07-08 16:44:49 +00:00
|
|
|
<com.google.android.material.textfield.TextInputLayout android:id="@id/view_input" android:layout_margin="@dimen/uikit_spacing_medium" style="@style/UiKit.TextInputLayout.Primary"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<com.google.android.material.textfield.TextInputEditText style="@style/UiKit.TextInputLayout.EditText.SingleLine.Password" />
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|