我创建了一个按钮:
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textBox"
android:layout_centerHorizontal="true"
android:layout_marginTop="84dp"
android:text="@string/Button" />
但最后一行应该使按钮上的文本为:“按钮”。但我得到的文字是“@string”。
另一个问题:按钮中的文本右对齐。如何使它成为中心?