Skip to content

Commit

Permalink
[Design/#61] 홈화면 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 14, 2023
1 parent 2bdfa4a commit e5db4cf
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class HomeFragment : BindingFragment<FragmentHomeBinding>(R.layout.fragment_home

private fun setBackground() {
with(binding) {
ivBackground.load("https://i.ibb.co/sRV9Vr4/iv-maru.jpg")
ivBackground.load(R.drawable.bg_home1)
}
}
}
Binary file added app/src/main/res/drawable/bg_home1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/bg_home2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/bg_home3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/bg_home4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/bg_home5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:layout_height="match_parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:scaleType="fitXY"
app:layout_constraintTop_toTopOf="parent" />

<TextView
Expand Down

0 comments on commit e5db4cf

Please sign in to comment.