endian11
2019-11-25 19b98f99f5fb302863d96485d592974f00878cc7
app/src/main/res/layout/layout_pwd_fragment.xml
@@ -13,7 +13,7 @@
    android:background="@color/train_bg"
    android:layout_gravity="center"
    android:padding="10dp">
<android.support.design.widget.TextInputLayout
<com.google.android.material.textfield.TextInputLayout
    android:layout_width="match_parent"
    app:counterMaxLength="8"
    app:counterEnabled="true"
@@ -26,7 +26,7 @@
    android:id="@+id/et_pwd"
    android:inputType="textPassword"
    android:layout_height="50dp" />
</android.support.design.widget.TextInputLayout>
</com.google.android.material.textfield.TextInputLayout>
<Button
    android:layout_marginTop="20dp"
    android:layout_marginStart="20dp"