Make text bold and italic
Yes, just add android:textStyle="bold|italic"
.
try this:
<Textview android:textStyle="bolditalic" ....
for more info see http://developer.android.com/reference/android/widget/TextView.html#attr_android:textStyle
have you tried this
android:textStyle="italic|bold"