以下のようにメニューを作成しました:
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/edit_or_save_button"
android:icon="@drawable/edit_button"
android:orderInCategory="100"
android:showAsAction="always"
android:title="@string/edit_or_save_button"/>
</menu>
しかし、ここで edit_button アイコンは、スクリーンショットに添付されているように、あるデバイスでは小さく、別のデバイスでは大きく見えます。画像を別のドローアブル(xhdpi、hdpi、ldpi)に入れてみましたが、変化していません。
ここで何が問題なのですか?これについて教えてください。