Android layout background get compressed, if keyboard is visible
问题 I am trying to write a code maintain the size of the layout even if Softkeyboard is visible. But the layout background image gets merged whenever keyboard is visble and layout looks cluttered. But i have seen in whatsapp that , even if keyboard is open the background does not change it's state. So , i don't know the technique to do it. MyCode : package com.example.testlayout; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.view.Menu; import android