Skip to content

Commit f89d06f

Browse files
committed
Fix lint issue.
Change-Id: I1a43b8cd08672253a1a749cbb3e256da0a7621d7
1 parent baf6d33 commit f89d06f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
<LinearLayout
2222
android:id="@+id/btn_holder"
23-
style="@style/FirebaseUI.AuthMethodPicker.ButtonHolder"
24-
android:layout_weight="0">
23+
style="@style/FirebaseUI.AuthMethodPicker.ButtonHolder">
2524

2625
<Button
2726
android:id="@+id/email_provider"

0 commit comments

Comments
 (0)