Skip to content

Commit

Permalink
For mozilla-mobile#26302 - Change header text height to wrap_content …
Browse files Browse the repository at this point in the history
…for autofill add/edit screens
  • Loading branch information
Alexandru2909 authored and mergify[bot] committed Aug 8, 2022
1 parent 9255d35 commit 1a2b357
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_add_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_address_editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_credit_card_editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_edit_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a2b357

Please sign in to comment.