Skip to content

Commit

Permalink
feat: 임시 아이콘 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Jul 13, 2024
1 parent d033d31 commit 9521f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added android/app/src/main/res/drawable/img_dog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions android/app/src/main/res/layout/activity_register.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
android:orientation="vertical"
tools:context=".presentation.ui.register.RegisterActivity">

<ImageView
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_marginTop="200dp"
android:src="@drawable/img_dog"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<TextView
android:id="@+id/tv_register_title"
Expand Down

0 comments on commit 9521f46

Please sign in to comment.