1

ここに画像の説明を入力

そして、これはxmlタグです:

<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" />

「しかし」ではなく「ボタン」であるはずです...

それで、問題は何ですか?

4

2 に答える 2

-1

単にandroid:text="Button" 入力するか、string.xml にテキストを入力します

于 2013-10-12T11:13:31.643 に答える