Làm sao để giảm khoảng cách giữa MenuItem trên Toolbar?

Mình có tìm hiểu trên SO nhưng vẫn không thành công.

Đây là hình ảnh:

Code menu xml :

<item
    android:title="Left"
    app:showAsAction="always"
android:id="@+id/btnLeft"
android:icon="@drawable/back"
/>

<item
    android:title="12  2016"
    app:showAsAction="always"
    android:id="@+id/txtMonth"
    />

<item
    android:title="Right"
    android:icon="@drawable/next"
    app:showAsAction="always"
    android:id="@+id/btnRight"
    />

Cám ơn mọi người

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?