I don't why but my application doesn't show the TextView in italic on the Samsung Galaxy Tab 2 (while it is working correctly on a Nexus 7 tablet for instance).
My code :
<style name="MyTheme.GeneralRedDate">
<item name="android:textColor">@color/red</item>
<item name="android:textSize">15sp</item>
<item name="android:textStyle">bold|italic</item>
</style>
Of course I already tried to put italic instead of bold|italic and it doesn't work neither.
EDIT It seems that this thread is the same : Samsung devices supporting setTypeface(Typeface.Italic)?