J'ai ce composant :
<TextView
android:id="@+id/item_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/icon" />
L'image dans l'attribut drawableLeft est plus grande que la police du texte, je veux donc que le texte soit centré verticalement par rapport à l'image. Comment puis-je obtenir cet effet ?