优化登录界面显示

This commit is contained in:
HapeLee
2025-10-11 20:05:35 +08:00
parent 5aff77d836
commit d85f50931d
3 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="12dp"
android:layout_marginHorizontal="16dp"
android:layout_marginBottom="16dp"
android:overScrollMode="ifContentScrolls">
<com.google.android.flexbox.FlexboxLayout
@@ -20,21 +20,20 @@
android:layout_height="100dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:scaleType="fitCenter"
tools:ignore="UnusedAttribute" />
tools:ignore="UnusedAttribute"
android:layout_marginHorizontal="16dp"/>
<io.legato.kazusa.ui.widget.text.TextInputLayout
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:padding="3dp">
android:layout_margin="16dp">
<io.legato.kazusa.lib.theme.view.ThemeEditText
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/verification_code"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/verification_code"
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" />
</io.legato.kazusa.ui.widget.text.TextInputLayout>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
+1 -1
View File
@@ -5,7 +5,7 @@
android:id="@+id/textInputLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingVertical="8dp">
android:paddingVertical="4dp">
<io.legato.kazusa.ui.widget.code.CodeView
android:id="@+id/editText"