android-chat-starter
android-chat-starter copied to clipboard
The Emoji View Window on Landscape Orientation is Small
Hi,
The Emoji View Window on Landscape Orientation is Small. How can I re-size it with new window width on landscape orientation?
I never designed it with orientation change. I will look into it.
@Override
public void onConfigurationChanged(Configuration newConfig) {
super.onConfigurationChanged(newConfig);
AndroidUtilities.checkDisplaySize();
}