| | |
| | | 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" |
| | |
| | | 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" |