Skip to content

Commit

Permalink
Update CardInputWidget text size for ldpi screens (#2847)
Browse files Browse the repository at this point in the history
This is the same value used for mdpi screens
  • Loading branch information
mshafrir-stripe authored Sep 14, 2020
1 parent ad30755 commit 024f243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stripe/res/values-ldpi/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="ciw_stripe_edit_text_size">15sp</dimen>
</resources>

0 comments on commit 024f243

Please sign in to comment.