android-chat-starter icon indicating copy to clipboard operation
android-chat-starter copied to clipboard

The Emoji View Window on Landscape Orientation is Small

Open meness opened this issue 9 years ago • 2 comments

Hi,

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

meness avatar Oct 18 '15 17:10 meness

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

madhur avatar Oct 18 '15 17:10 madhur

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

JoachimR avatar Dec 20 '15 11:12 JoachimR