Skip to content

Commit

Permalink
[MOD/#46] 젤리 테스트 결과 더미 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Jan 13, 2023
1 parent 4df4e9e commit a7f7017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/fragment_test_complete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@

<ImageView
android:id="@+id/iv_test_complete_jelly"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="64dp"
android:src="@drawable/img_ocr_complete_jelly_dummy"
android:layout_width="311dp"
android:layout_height="290dp"
android:layout_marginTop="20dp"
android:src="@drawable/img_test_complete_jelly_dummy"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_test_complete_jelly_type" />
Expand All @@ -78,7 +78,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="64dp"
android:layout_marginTop="18dp"
android:text="@string/test_complete_my_item"
android:textColor="@color/gray900"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit a7f7017

Please sign in to comment.