Skip to content

Commit 1e8af1a

Browse files
authored
Attempt to fix issue 1483 (#1548)
Change-Id: I3e696e68163ab6c2651cb02175e02c697710b907
1 parent e201046 commit 1e8af1a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

auth/src/main/res/layout-land/fui_auth_method_picker_layout.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<ImageView
2121
android:id="@+id/logo"
2222
style="@style/FirebaseUI.AuthMethodPicker.Logo"
23+
android:layout_width="wrap_content"
24+
android:layout_height="0dp"
2325
android:layout_marginTop="@dimen/fui_field_padding_vert"
2426
android:layout_marginBottom="@dimen/fui_field_padding_vert"
2527
app:layout_constraintStart_toStartOf="parent"

auth/src/main/res/layout/fui_auth_method_picker_layout.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<ImageView
2020
android:id="@+id/logo"
2121
style="@style/FirebaseUI.AuthMethodPicker.Logo"
22+
android:layout_width="wrap_content"
23+
android:layout_height="0dp"
2224
android:layout_marginTop="@dimen/fui_field_padding_vert"
2325
android:layout_marginBottom="@dimen/fui_field_padding_vert"
2426
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)