Rejusting UI with candidateview visible in custom keyboard
I'm working on custome keyboard .I have set setCandidatesViewShown(true) function in onCreateCandidatesView() , problem is the UI doesnt get readjusted properly. Any assistance would be greatful.. below is what I have done @Override public View onCreateCandidatesView() { LayoutInflater li = (LayoutInflater) getApplicationContext() .getSystemService(Context.LAYOUT_INFLATER_SERVICE); View wordBar = li.inflate(R.layout.wordbar, null); LinearLayout ll = (LinearLayout) wordBar.findViewById(R.id.words); Button voiceCmd = (Button) wordBar.findViewById(R.id.voiceword); LinearLayout ll1 = null; Button