i am inflating the layout using the layout inflator which had 10 editext field, when i click on the edittext soft keyboard hides the edittext if me does not inflate the layout and place in the setcontentview it workis fine. if a put requestfocus tag with inflating the layout crash the app. please find the below code and help me to resolve this.
JAVA CODE
LayoutInflater inflater = LayoutInflater.from(this);
scrollView = (MyHorizontalScrollView)
inflater.inflate(R.layout.horz_scroll_with_list_menu, null);
setContentView(scrollView);// if i comment this and add inflatelayout SetContentView(R.layout_details) works fine.
menu = inflater.inflate(R.layout.horz_scroll_menu, null);
app = inflater.inflate(R.layout.details, null);//