We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot set the alignment properly with default config. For Icons too alignment cannot set.
EditText is not getting aligned properly and also the height of the bar set manually it crops the layout from below instead of adjusting.
Please guide.
The text was updated successfully, but these errors were encountered:
Can you add " getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN);"?
Sorry, something went wrong.
No branches or pull requests
Cannot set the alignment properly with default config.
For Icons too alignment cannot set.
EditText is not getting aligned properly and also the height of the bar set manually it crops the layout from below instead of adjusting.
Please guide.
The text was updated successfully, but these errors were encountered: