Хорошо выглядит в Android-студии.
Вы можете видеть на изображении.
Относительная или линейная схема не показана.
Используйте версию 3.4.
Для справки, Hangul показан в виде прямоугольника в 3.4.
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:showIn="@layout/app_bar_main"
tools:context=".MainActivity">
<TextView
android:id="@+id/textView2"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="맞은 갯수 알아보기"
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="40dp" />
<EditText
android:id="@+id/Score"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ems="10"
android:hint="여기에점수"
android:inputType="textPersonName"
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="104dp" />
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="맞은갯수"
android:textAppearance="@style/TextAppearance.AppCompat.Large"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="258dp" />
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="setResultOk"
android:text="갯수보기"
android:textAppearance="@style/TextAppearance.AppCompat.Large"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="181dp" />
<TextView
android:id="@+id/resultOK"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="288dp" />
</android.support.constraint.ConstraintLayout>
Я сделаю это в течение долгого времени.
Я забыл знания, которые я уже знал.
Помоги мне.