уменьшили отступ
This commit is contained in:
parent
645b7c7103
commit
2f90878ac8
@ -34,7 +34,7 @@
|
|||||||
android:id="@+id/text_welcome"
|
android:id="@+id/text_welcome"
|
||||||
style="@style/Theme.UiTemplate.TextH4"
|
style="@style/Theme.UiTemplate.TextH4"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_marginBottom="10dp"
|
android:layout_marginBottom="2dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/login_welcome" />
|
android:text="@string/login_welcome" />
|
||||||
<TextView
|
<TextView
|
||||||
@ -71,6 +71,7 @@
|
|||||||
app:layout_constraintWidth_max="400dp"
|
app:layout_constraintWidth_max="400dp"
|
||||||
app:layout_constraintWidth_percent="0.8"
|
app:layout_constraintWidth_percent="0.8"
|
||||||
android:layout_height="58dp"
|
android:layout_height="58dp"
|
||||||
|
app:passwordToggleEnabled="true"
|
||||||
tools:ignore="MissingConstraints">
|
tools:ignore="MissingConstraints">
|
||||||
|
|
||||||
<com.google.android.material.textfield.TextInputEditText
|
<com.google.android.material.textfield.TextInputEditText
|
||||||
@ -78,7 +79,7 @@
|
|||||||
style="@style/Theme.UiTemplate.Input.Text"
|
style="@style/Theme.UiTemplate.Input.Text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="text"
|
android:inputType="textPassword"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:hint="@string/login_password_hint">
|
android:hint="@string/login_password_hint">
|
||||||
</com.google.android.material.textfield.TextInputEditText>
|
</com.google.android.material.textfield.TextInputEditText>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user