Skip to content

Commit a18a986

Browse files
committed
Fix of Sign In button Shadow
1 parent b2f3db4 commit a18a986

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# The email address is not required for organizations.
88

99
Google Inc.
10+
Marios Harrane <[email protected]>

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Frank van Puffelen <[email protected]>
1313
Abraham Haskins <[email protected]>
1414
David East <[email protected]>
1515
Mike McDonald <[email protected]>
16+
Marios Harrane <[email protected]>

auth/src/main/res/values/styles.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</style>
105105

106106
<!-- Common styles -->
107-
<style name="FirebaseUI.Text.TextInputLayout" >
107+
<style name="FirebaseUI.Text.TextInputLayout">
108108
<item name="android:paddingTop">8dp</item>
109109
</style>
110110

@@ -200,6 +200,7 @@
200200
<style name="FirebaseUI.AuthMethodPicker.ButtonHolder">
201201
<item name="android:orientation">vertical</item>
202202
<item name="android:paddingBottom">56dp</item>
203+
<item name="android:clipToPadding">false</item>
203204
<item name="android:layout_width">220dp</item>
204205
<item name="android:layout_height">wrap_content</item>
205206
</style>

0 commit comments

Comments
 (0)