この画像は Google から入手したもので、お見せしたいものにぴったりです。BLUEの結果を取得したいだけで、それをコードで(xmlファイルではなく)実行したいのです。
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Add").setIcon(R.drawable.myicon);
return true;
}
問題は、画像のオレンジ色の矢印の内側に「追加」という値が表示されていることです。画像で外側(左側)に表示したいです。
どうすればそれを達成できますか?ありがとう。