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

The Emoji View Window on Landscape Orientation is Small #7

Open
meness opened this issue Oct 18, 2015 · 2 comments
Open

The Emoji View Window on Landscape Orientation is Small #7

meness opened this issue Oct 18, 2015 · 2 comments

Comments

@meness
Copy link

meness commented Oct 18, 2015

Hi,

The Emoji View Window on Landscape Orientation is Small. How can I re-size it with new window width on landscape orientation?

@madhur
Copy link
Owner

madhur commented Oct 18, 2015

I never designed it with orientation change. I will look into it.

@JoachimR
Copy link

    @Override
    public void onConfigurationChanged(Configuration newConfig) {
        super.onConfigurationChanged(newConfig);
        AndroidUtilities.checkDisplaySize();
    }

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

No branches or pull requests

3 participants