textStyle不允许使用字符串类型

时间:2017-09-18 12:01:58

标签: android xml android-xml

为什么我不能使用此textStyle!

错误:错误:(20,36)不允许使用字符串类型(在' textStyle'值为' font_family_light')。

<TextView
  android:id="@+id/textView2"
  android:padding="20dp"
  android:textStyle="normal|font_family_light"
  android:fontFamily="sans-serif-light"
  android:background="@drawable/text_background"
  android:layout_margin="18dp"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:gravity="left"
  android:text="text..."
  android:textSize="17sp"/>

1 个答案:

答案 0 :(得分:0)

TextStyle可以有值 - normal,bold和italic。 请参考: https://developer.android.com/reference/android/widget/TextView.html#attr_android:textStyle