レイアウトの 1 つで roboto-thin フォントを使用しようとしていますが、フォント ファミリーを「sans-serif-thin」に設定すると、デフォルトでフォントが斜体になり、通常のフォントにすることができません。
<TextView
android:id="@+id/textLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/firstLabel"
android:fontFamily="sans-serif-thin"
android:text="for this week"
android:textSize="30sp"
android:textStyle="normal"
android:layout_marginTop="-15dp" />
roboto-thin の通常のスタイル フォントをレイアウトで使用する正しい方法を誰か教えてもらえますか?