5 lines
No EOL
467 B
XML
5 lines
No EOL
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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> |