命名修正

This commit is contained in:
ろむねこ 2023-12-20 12:42:44 +09:00 committed by ろむねこ
parent a3edcf845a
commit 9ec45096ba

View File

@ -6,7 +6,7 @@
android:layout_height="match_parent"> android:layout_height="match_parent">
<ImageView <ImageView
android:id="@+id/result_image_view" android:id="@+id/imageViewResult"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
@ -20,7 +20,7 @@
android:orientation="vertical" android:orientation="vertical"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/result_image_view"> app:layout_constraintTop_toBottomOf="@+id/imageViewResult">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"