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

Bottom Navigation View padding #8

Closed
jeffersonlicet opened this issue Jan 9, 2017 · 2 comments
Closed

Bottom Navigation View padding #8

jeffersonlicet opened this issue Jan 9, 2017 · 2 comments

Comments

@jeffersonlicet
Copy link

How can i set the View padding top and bottom using setTextVisibility(false);? The bar height is so small. Thank you.

@jeffersonlicet
Copy link
Author

Found this solution:
Instead of declare padding in layout i created a new style. Thank you.
<style name="bnve"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> <item name="android:paddingTop">7dp</item> <item name="android:paddingBottom">7dp</item> <item name="android:background">@color/white</item> </style>

@ittianyu
Copy link
Owner

ittianyu commented Jan 9, 2017

Thanks for your feedback !

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

No branches or pull requests

2 participants