Google recently released the android.support.design.widget.NavigationView widget as part of the com.android.support:design:22.2.0 library, which gr
Scouring through the source code I found this layout file
/platform/frameworks/support/.../design/res/layout/design_drawer_item.xml
with the following attribute
Which meant all we had to do was to override the textAppearanceListItem style in our project.
I'm not totally sure what else this will affect but if anyone has a better answer I'd be happy to accept that instead!