我在string.xml文件中放了一个段落,它在预览中有效,但我的手机有问题 the preview
code snipte:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<TextView
android:fontFamily="casual"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:text="@string/intro"
android:textAlignment="center"
android:textStyle="bold"
android:textSize="15sp"/>
<LinearLayout
android:gravity="center_horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
style="@style/buttons"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="#ff867c"
android:onClick="droitObjectif"
android:text="droit objectif"
android:textSize="16sp" />
</LinearLayout>
</LinearLayout>
谢谢evreyone