Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Spacing is off #2

Open
evblurbs opened this issue Feb 17, 2016 · 1 comment
Open

Android Spacing is off #2

evblurbs opened this issue Feb 17, 2016 · 1 comment
Assignees
Labels

Comments

@evblurbs
Copy link
Owner

The TextInput and label doesn't match the Material Design mocks. When setting dense to true, it looks OK.

screenshot 2016-02-16 21 59 42

@evblurbs evblurbs added the bug label Feb 17, 2016
@evblurbs evblurbs self-assigned this Feb 17, 2016
@CoteViande
Copy link

Adding paddingBottom to textInput style seems to fix it on Android. Not aware of the implications on iOS. By the way, there is one in denseTextInput.

textInput: { fontSize: 16, height: 42, lineHeight: 34, paddingBottom: 3 }, denseTextInput: { fontSize: 13, height: 27, lineHeight: 24, paddingBottom: 3 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants