Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上記のように、actionbarsherlockタブ付きフラグメントレイアウトに新しいフラグメントを追加するにはどうすればよいですか?「新規」ボタンクリックで新しいフラグメントを追加して表示したい。
これで問題が解決します。
fragmentTransaction.add(android.R.id.content,myFragment,"MyId");