mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
For #26302 - Change header text height to wrap_content for autofill add/edit screens
This commit is contained in:
parent
9255d351fd
commit
1a2b357119
@ -89,7 +89,7 @@
|
||||
android:id="@+id/usernameHeader"
|
||||
style="@style/CaptionTextStyle"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="3dp"
|
||||
android:paddingEnd="0dp"
|
||||
|
@ -19,7 +19,7 @@
|
||||
android:id="@+id/first_name_title"
|
||||
style="@style/CaptionTextStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:labelFor="@id/first_name_input"
|
||||
android:letterSpacing="0.05"
|
||||
@ -62,7 +62,7 @@
|
||||
android:id="@+id/middle_name_title"
|
||||
style="@style/CaptionTextStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:labelFor="@id/middle_name_input"
|
||||
android:letterSpacing="0.05"
|
||||
@ -105,7 +105,7 @@
|
||||
android:id="@+id/last_name_title"
|
||||
style="@style/CaptionTextStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:labelFor="@id/last_name_input"
|
||||
android:letterSpacing="0.05"
|
||||
|
@ -19,7 +19,7 @@
|
||||
android:id="@+id/card_number_title"
|
||||
style="@style/CaptionTextStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:letterSpacing="0.05"
|
||||
android:paddingStart="3dp"
|
||||
|
@ -76,7 +76,7 @@
|
||||
android:id="@+id/usernameHeader"
|
||||
style="@style/CaptionTextStyle"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="3dp"
|
||||
android:paddingEnd="0dp"
|
||||
|
Loading…
Reference in New Issue
Block a user