|
|
@ -24,21 +24,20 @@ |
|
|
|
<Space |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="0.4"/> |
|
|
|
android:layout_weight="0.45"/> |
|
|
|
|
|
|
|
<pl.droidsonroids.gif.GifImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:contentDescription="@string/thmmy_img_description" |
|
|
|
android:src="@drawable/logo_animated" |
|
|
|
/> |
|
|
|
|
|
|
|
<Space |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="0.45"/> |
|
|
|
android:layout_weight="0.35"/> |
|
|
|
|
|
|
|
<!-- Username Label --> |
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
@ -49,8 +48,9 @@ |
|
|
|
android:id="@+id/username" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="textPersonName" |
|
|
|
android:hint="@string/hint_username" |
|
|
|
android:inputType="textPersonName"/> |
|
|
|
android:autofillHints="username" /> |
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<Space |
|
|
@ -62,14 +62,16 @@ |
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:passwordToggleEnabled="true"> |
|
|
|
app:passwordToggleEnabled="true" |
|
|
|
app:passwordToggleTint="@color/primary_text"> |
|
|
|
|
|
|
|
<EditText |
|
|
|
android:id="@+id/password" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="textPassword" |
|
|
|
android:hint="@string/hint_password" |
|
|
|
android:inputType="textPassword"/> |
|
|
|
android:autofillHints="password" /> |
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<Space |
|
|
|