10 個の editext フィールドを持つレイアウト インフレータを使用してレイアウトを膨張させています。編集テキスト ソフト キーボードをクリックすると、レイアウトを膨張させずに setcontentview に配置すると、編集テキストが非表示になります。レイアウトを膨らませて requestfocus タグを配置すると、アプリがクラッシュします。以下のコードを見つけて、これを解決するのを手伝ってください。
ジャバコード
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);//