This is my menu.xml file:
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <item android:id="@+id/men_item_scan"
          android:title="@null"
          android:icon="@mipmap/scan_qr"
        app:showAsAction="always"/>
</menu>
and question is how can i change the size of the icon?  the scan_qr.png's size is  224*89 but it's so small when the app is running on my phone.
 
    